This repository has been archived on 2020-05-24. You can view files and clone it, but cannot push or open issues or pull requests.
codesite/_dist
mappu 4a6f8d90d8 tweaks pre release 2015-04-05 16:25:01 +12:00
..
README.txt tweaks pre release 2015-04-05 16:25:01 +12:00

README.txt

A static site generator for a portfolio website.

The scripts used to generate the code.ivysaur.me website.

Written in PHP, Bash

=FEATURES=

- Generates static website, minimising server load and decreasing attack surface compared to dynamic server-side PHP
- Automatic thumbnailing and sprite sheet generation
- Download file attachments per-project
- One-click rebuild, one-click deploy
- Parallel generation

=CHANGELOG=

2015-04-05: r64
- Feature: Support sorting projects

2015-04-04: r54
- Feature: Support multiple code sites
- Fix an issue with parallel builds on some versions of windows
- Fix an issue corrupting URL links with multiple parameters
- Fix a cosmetic issue with page overflow
- Fix a cosmetic issue with whitespace on code elements

2014-07-02: r39
- Feature: Tags
- Feature: Generate pages in parallel
- Enhancement: Support raw HTML sections in page content
- Fix an issue with URLs containing spaces
- Fix a cosmetic issue with image thumbnail backgrounds
- Fix a cosmetic issue with download sort order
- Fix a cosmetic issue with page layout

2013-09-28: r13
- Initial public source code release

2013-09-21: r3
- Initial deployment