Releases: masasam/emacs-easy-hugo
Change to show rsync error
Enhancements
It makes it easy to understand when rsync is an error.
Fix preview bug in emacs 26.1
Bug fix
Fix preview bug in emacs 26.1
Add feature easy-hugo-magit
Enhancements
Add feature easy-hugo-magit.
You can open magit at current blog.
Add feature sort publish day
Enhancements
Add feature easy-hugo-sort-publishday.
You can sort articles when you press u key on easy-hugo-mode.
Articles will be sorted by publish date.
Press again u key on easy-hugo-mode to sort in reverse order.
Thanks to #39.
Auto-complete tags and categories
Hugo undraft command is not suported
Removal
Remove easy-hugo-undraft because it is not supported by hugo.
The hugo undraft command has been removed with hugo 0.35 (gohugoio/hugo#4353).
According to bep who is hugo developer, it is easier to undraft content by
editing manually the frontmatter of said content by
setting the draft flag to false
, or removing it completely,
than to rely on the undraft command which is a source of many bugs.
Enhancements
Implement easy-hugo-current-time.
Generate current time in date format at the frontmatter.
This works as follows
title: "About"
date: 2018-02-15T14:51:09+09:00
draft: false
You delete 2018-02-15T14:51:09+09:00 manually,
You execute M-x easy-hugo-current-time,
It can display 2018-03-01T02:06:09+09:00.
Adjustable for rsync
Bug fix
Easy-hugo-*-timer can set with multiple blogs
Enhancements
Easy-hugo-publish-timer can set with multiple blogs.
Easy-hugo-github-deploy-timer can set with multiple blogs.
Easy-hugo-amazon-s3-deploy-timer can set with multiple blogs.
Easy-hugo-google-cloud-storage-deploy-timer can set with multiple blogs