- Fix
fab deploy
find ghp-import command error, pr #51 - Fix write error when draft: true in watcher
- Improve
fab commit
, issue #52 - Improve generate speed
- template cache
- regex match page meta
- Add favicon.ico support, issue #53
- Add deprecated warning for post layout
- Add
--draft
option to force the generation include draft pages - Support Python3.5
- Improve generate speed by multiple processes
- Fix CNAME be deleted when do generate problem
- Update fabfile(for Fabric)
- Remove
update_simiki
,g
,p
,gp
subcommands - Add
git
andftp
deployment support - Move deploy configuration to _config.yml
- Add
commit
subcommand to quick commit task
- Remove
- Add
-w
option. Watch content directory and auto do generate if modified - Add
update
subcommand to update builtin scripts and themes - add Atom.xml support (not stable), add
rfc3339
custom filter - Add new site/page variable
version
, meta variablerender
- Add Python3.3 and Python3.4 supprt
- Make if single page generate failed, continue going with others, not exit
- Fix --init unicode problem
- Improve logging message
- Fix #41, empty output dir exclude .git and CNAME
- Support draft in meta
- Fix server prompt and relative url error
- Remove unused '--ignore-root' option
- Redirect all pages instead only index page
- Support '--host/--port' option in preview
- Add
site.time
variable, the generated time. - Improve encoding
- Add
--update-them
when generate to improve generation speed - Fix #36, add attach directory to put attachments.
- Fix #33, only show color logging message on Linux/MacOS
- Fix #31 encode/decode problems
- Fix image overflow in simple themes
- Fix #28 add '--ignore-root' option in generate mode
- Fix CustomCatalogGenerator arguments number error
- Fix #26 Universal newline in open file
- Fix #27 Fix extension is not md
- Fix #25 unicode problem when path contains Chinese
- Support Python2.6
- Fix: init site with specific path
- Template support multiple level catalog in Index
- Sort index structure in lower-case, alphabetical order
- Fix error on nav in wiki page
- Fix unicode in emptytree
- Fix #16 set literals not support in Python < 2.7
- Fix #14 Chinese filename problem
- Fix #13 system path separator problem on Windows
- Fix serious problem using rsync
- Support Chinese directory and file name
- Simplify the default configuration file
- Add introduction page when init site
- Fix some bugs
- fabric: rsync output to remote server
- fabric: remote update simiki
- get fabfile when init site
- fix: do not overwrite _config.yml while init site again
- change font-family and code highlight class to hlcode
- fix bug: not use the right code highlight css file in base.html
- default theme change pygments style from autumn to tango
- remove repetitive index setting in config template
- Add custom index feature
- Fixed "socket.error: [Errno 48] Address already in use" problem in preview
- Move all static files to static/ dir in theme
- Fixed #4 Reinstall theme every generate action
- Fixed #1 add generate option to empty output directory first
- Fixed #5 css path error when there is no wiki
- Fixed #6 ignore hidden dirs and files when use os.walk or os.listdir
- support table of contents(toc) both generator and default theme
- Change catalog order from date to title letter
- Simplify _config.yml and add debug mode
- Put themes under wiki directory
- Add root url function
- Add statistic in default theme
- Change default theme style
- Use log instead of print
- Initial release.