Skip to content

Releases: masasam/emacs-easy-hugo

Fix preview bug in emacs 26.1

02 Apr 10:58
Compare
Choose a tag to compare

Bug fix

Fix preview bug in emacs 26.1

Add feature easy-hugo-magit

29 Mar 12:40
Compare
Choose a tag to compare

Enhancements

Add feature easy-hugo-magit.

You can open magit at current blog.

Add feature sort publish day

13 Mar 04:21
Compare
Choose a tag to compare

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

08 Mar 10:57
Compare
Choose a tag to compare

Enhancements

M-x easy-hugo-complete-tags

Auto-complete tags from your past posts.

easy-hugo-complete-tags

M-x easy-hugo-complete-categories

Auto-complete categories from your past posts.

easy-hugo-complete-categories

Hugo undraft command is not suported

08 Mar 10:14
Compare
Choose a tag to compare

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

08 Mar 11:08
Compare
Choose a tag to compare

Enhancements

Adjust directory synchronization function to synchronize with rsync.

Fix #34

Bug fix

08 Mar 11:10
Compare
Choose a tag to compare

Bug fix

Fix bug for starting up when easy-hugo-no-help is t

Easy-hugo-*-timer can set with multiple blogs

08 Mar 11:18
Compare
Choose a tag to compare

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