Releases: tatthien/giraffe
Releases · tatthien/giraffe
v0.14.0
Changelog
- 6ed1539 feat: add post Featured Image
- 95c9a02 fix: function typo Permarlink -> Permalink
v0.13.1
Changelog
- 62a1d47 fix: missing post description when rendering
v0.13.0
Changelog
- 284d159 feat: parse post description
v0.12.1
Changelog
- 29f7bc3 chore: Add .gitignore and .goreleaser.yaml files and set version variable
v0.12.0
Changelog
- 497f7a5 feat: add posts, tags to the global configuration
- 80fa352 docs: add homebrew installation guide
v0.10.0
Changelog
- 8c7dc63 release: add release workflow
- b6ef980 chore: change trigger branch of Github action
- 39f298a docs: update readme
- be4953a test: rename test data directory
- 949da67 chore: rename function argument
- ccaf35f chore: add test
- 5f6722f feat: add config for content and output dir
v0.9.0
- Adding command
build
. Normally, you can simply type giraffe
to generate static files. However, sometime I (maybe including you) accidentally type giraffe build
and get the error Unknown command: build
. I decide to add this command to get rid of this error.
- Printing prettier and more consistent build log using
text/tabwriter
package.
v0.8.0
- Feature: add attribute
target="_blank"
to external links