Skip to content

Releases: mirovarga/litepub

0.5.7

12 May 23:47
Compare
Choose a tag to compare
  • Moved module to the correct package

0.5.6

10 Aug 00:16
Compare
Choose a tag to compare
Fixed #11: Carriage Return - Line Feed fails to build

0.5.5

09 Aug 01:21
Compare
Choose a tag to compare

Changes

  • Fixed missing draft directory when creating blogs

0.5.4

09 Aug 00:08
Compare
Choose a tag to compare

Changes

  • Replaced build.sh with Makefile
  • Refactoring & cleanup
  • Migration to Go modules

0.5.3

20 Jul 20:57
Compare
Choose a tag to compare

Changes

  • Ignore post files starting with a dot

0.5.2

17 Jan 22:02
Compare
Choose a tag to compare

Changes

  • Updated sample blog assets

0.5.1

17 Jan 12:06
Compare
Choose a tag to compare

Changes

  • Not using litepub.com for the project home

0.5.0

24 Nov 22:45
Compare
Choose a tag to compare

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
Choose a tag to compare

Changes

  • Small updates to the sample blog

0.4.0

23 Nov 01:13
Compare
Choose a tag to compare

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