Emacs Easy Jekyll Versions Save

Emacs major mode for managing jekyll

2.6.30

2 years ago

Enhancements

If you set your init.el to (setq easy-jekyll-additional-postdir "_pages"), you can have pages, like about.md contact.md and more under the _pages subdirectory.

2.5.30

2 years ago

Enhancements

I've added a function to use "JEKYLL_ENV=production" at publish and using "JEKYLL_ENV=development" at preview . You can use it by writeing init.el as follows

(setq easy-jekyll-publish-production t)

2.4.30

3 years ago

Bugfix

Add easy-jekyll-ignore-error

2.4.29

3 years ago

Bugfix

Fix easy-jekyll-mode don't get activated after call easy-jekyll

2.4.28

3 years ago

Enhancements

Add easy-jekyll-serve-flags2 easy-jekyll-serve-value2

2.4.27

3 years ago

Support emacs27.1

2.4.26

4 years ago

You can set the default layout for a new post.

(setq easy-jekyll-post-layout "post")

2.4.25

4 years ago

You can change rsync options.

2.4.24

4 years ago

Enhancements

Support emacspeak

You can use it by setting the following in .emacs or init.el.

 (setq easy-jekyll-emacspeak t)

2.3.24

4 years ago

Enhancements

Add easy-jekyll-serve-flags easy-jekyll-serve-value

For example

(setq easy-jekyll-serve-flags "-P")
(setq easy-jekyll-serve-value "10000")

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