Skip to content

Releases: masasam/emacs-easy-jekyll

Add easy-jekyll-additional-postdir

19 Dec 05:38
7f19af3
Compare
Choose a tag to compare

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.

Add easy-jekyll-publish-production

23 Nov 00:18
a680696
Compare
Choose a tag to compare

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)

Add easy-jekyll-ignore-error

05 Dec 19:38
b79176c
Compare
Choose a tag to compare

Bugfix

Add easy-jekyll-ignore-error

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

05 Dec 09:19
2d6e523
Compare
Choose a tag to compare

Bugfix

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

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

18 Oct 03:37
f5e88dc
Compare
Choose a tag to compare

Enhancements

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

Support emacs27.1

11 Aug 09:01
8ecdb70
Compare
Choose a tag to compare

Support emacs27.1

Allow change of default post layout through variable

06 May 01:23
d114ed4
Compare
Choose a tag to compare

You can set the default layout for a new post.

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

Add rsync flags

05 May 06:53
3be99b4
Compare
Choose a tag to compare

You can change rsync options.

Support emacspeak

09 Feb 02:55
75f057c
Compare
Choose a tag to compare

Enhancements

Support emacspeak

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

 (setq easy-jekyll-emacspeak t)

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

15 Dec 10:17
063f695
Compare
Choose a tag to compare

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