Releases: mirovarga/litepub
Releases · mirovarga/litepub
0.5.7
0.5.6
0.5.5
0.5.4
0.5.3
0.5.2
0.5.1
0.5.0
0.4.1
0.4.0
New Features
Specifying the Blog Directory
You can provide the blog directory to each command so you don't have to change directories when working with blogs:
$ litepub serve /tmp/litepub/test
Rebuilding a Blog Before Serving
Useful when you don't remember if you made any changes to posts or templates. To rebuild a blog before serving use the --rebuild
option:
$ litepub serve /tmp/litepub/test --rebuild
Changes
- The
--blank
option of thecreate
command is renamed to--skeleton