Skip to content
This repository has been archived by the owner on May 8, 2022. It is now read-only.

Releases: go-xiaohei/pugo

0.10.5

19 Sep 03:22
Compare
Choose a tag to compare
0.10.5 Pre-release
Pre-release
Merge pull request #31 from go-xiaohei/develop

release 0.10.5

0.10.0

11 Apr 00:29
Compare
Choose a tag to compare

Release Note


  • support TOML
  • deploy to cloud service
  • i18n support
  • template function changes
  • meta data changes

0.9.9

20 Feb 11:44
Compare
Choose a tag to compare
0.9.9 Pre-release
Pre-release

Break Changes

  • use toml instead of ini in all places, and ini block is not supported
  • because of above, posts and pages use toml block as front-matter
  • move migrate and deploy commands to build command
  • design new doc site in bundle
  • change many template functions

Improvement

  • use file path of page as slug if not set

0.9.0

31 Dec 12:00
Compare
Choose a tag to compare

Update

  • add deploy support in build command
  • add theme from ghost uno
  • add @static and @media in meta and post content to build correct media file url
  • add doc command to start pugo.io in local

Delete

  • drop old content format type

add deploy ways in build command

22 Dec 15:42
Compare
Choose a tag to compare
Pre-release
  • add deploy ways in --dest of build command
  • fix template func url bugs
  • update default contents