Releases: mirovarga/litepub
Releases · mirovarga/litepub
0.5.7
12 May 23:47
Compare
Sorry, something went wrong.
No results found
Moved module to the correct package
0.5.6
10 Aug 00:16
Compare
Sorry, something went wrong.
No results found
Fixed #11: Carriage Return - Line Feed fails to build
0.5.5
09 Aug 01:21
Compare
Sorry, something went wrong.
No results found
Changes
Fixed missing draft directory when creating blogs
0.5.4
09 Aug 00:08
Compare
Sorry, something went wrong.
No results found
Changes
Replaced build.sh with Makefile
Refactoring & cleanup
Migration to Go modules
0.5.3
20 Jul 20:57
Compare
Sorry, something went wrong.
No results found
Changes
Ignore post files starting with a dot
0.5.2
17 Jan 22:02
Compare
Sorry, something went wrong.
No results found
Changes
Updated sample blog assets
0.5.1
17 Jan 12:06
Compare
Sorry, something went wrong.
No results found
Changes
Not using litepub.com for the project home
0.5.0
24 Nov 22:45
Compare
Sorry, something went wrong.
No results found
New Features
Showing Only Errors
You can specify the --quiet option when invoking a command so it only shows errors:
$ litepub serve /tmp/litepub/test --quiet
0.4.1
23 Nov 02:37
Compare
Sorry, something went wrong.
No results found
Changes
Small updates to the sample blog
0.4.0
23 Nov 01:13
Compare
Sorry, something went wrong.
No results found
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 the create command is renamed to --skeleton