emacs-easy-hugo

Emacs major mode for managing hugo

GPL-3.0 License

Stars
357
Committers
13

Bot releases are visible (Hide)

emacs-easy-hugo - Implement support for the newest configuration files basename convention Latest Release

Published by masasam 9 months ago

Implement support for the newest configuration files basename convention

See https://github.com/masasam/emacs-easy-hugo/pull/79 .

Thanks to @ttybitnik for the PR.

emacs-easy-hugo - Implement 'sort publishday' support for org-header

Published by masasam about 1 year ago

Implement 'sort publishday' support for org-header

See #78 .
Thanks to @ttybitnik for the PR.

emacs-easy-hugo - Bug fix

Published by masasam over 1 year ago

Bug fix

If hugo's version ends with 0 like 0.110, there will be a problem, so I stopped issuing a message by looking at the version.
This is because (string-to-number "0.110") returns 0.11.

emacs-easy-hugo - Org header categories field and minor fix

Published by masasam over 1 year ago

minor fix

Org header categories field and minor fix.
See https://github.com/masasam/emacs-easy-hugo/pull/73 .

emacs-easy-hugo - Fix a bug that hugo's version judgment is wrong

Published by masasam about 2 years ago

Bugfix

Fix a bug that hugo's version judgment is wrong.
Thanks @wow-yorick !

emacs-easy-hugo - Add easy-hugo-menu--header and easy-hugo-slugify

Published by masasam over 2 years ago

Enhancements

Add easy-hugo-menu--header and easy-hugo-slugify.
See https://github.com/masasam/emacs-easy-hugo/pull/62 and https://github.com/masasam/emacs-easy-hugo/issues/64.

emacs-easy-hugo - Fixed a bug in debian

Published by masasam over 3 years ago

Bugfix

Change to show a message, because easy-hugo--version doesn't work on Debian

emacs-easy-hugo - Change supported version of hugo to 0.25 or higher

Published by masasam over 3 years ago

Bugfix

Delete easy-hugo--version due to hugo changes

emacs-easy-hugo - Add easy-hugo-ignore-error

Published by masasam almost 4 years ago

Bugfix

Add easy-hugo-ignore-error

emacs-easy-hugo - Fix easy-hugo-mode don't get activated after call easy-hugo

Published by masasam almost 4 years ago

Bugfix

Fix easy-hugo-mode don't get activated after call easy-hugo.
See https://github.com/masasam/emacs-easy-hugo/pull/56

emacs-easy-hugo - Add easy-hugo-server-flags2 easy-hugo-server-value2

Published by masasam about 4 years ago

Enhancements

Add easy-hugo-server-flags2 easy-hugo-server-value2

emacs-easy-hugo - Support emacs27.1

Published by masasam about 4 years ago

Support emacs27.1

emacs-easy-hugo - Add rsync flags

Published by masasam over 4 years ago

You can change rsync options.

emacs-easy-hugo - Support emacspeak

Published by masasam over 4 years ago

Enhancements

Support emacspeak

If you use easy-hugo with emacspeak

(setq easy-hugo-emacspeak t)
emacs-easy-hugo - Add easy-hugo-server-value

Published by masasam almost 5 years ago

Enhancements

Add easy-hugo-server-value

For example

(setq easy-hugo-server-flags "-b")
(setq easy-hugo-server-value "localhost")

In this way, you can set arguments to pass to hugo when previewing

emacs-easy-hugo - Fix bug

Published by masasam almost 5 years ago

emacs-easy-hugo - Change emacs support version

Published by masasam about 5 years ago

Change emacs support version

emacs-easy-hugo - Added a variable for additional server flags

Published by masasam over 5 years ago

Enhancements

(setq easy-hugo-server-flags "-D")

Set easy-hugo-server-flags to -D in order to preview drafts.

Thanks for #51

emacs-easy-hugo - Fix preview bug

Published by masasam over 5 years ago

emacs-easy-hugo - Fix bug that easy-hugo-pull-image does not work

Published by masasam over 5 years ago

Badges
Extracted from project README
melpa badge melpa stable badge License: GPL v3