No description
Find a file
Vincent Ambo 05bdeba853 feat(blog): Let users extend/customize elblog routes
The default elblog route (/{article-name}) can now be extended with
user-supplied routes by overriding the elblog-additional-routes
customize variable.

This variable takes the same format as the alist supplied to
elnode-hostpath-dispatcher.

The prefix `/en` has been dropped from the default handler because
that only existed to be compatible with my old blog, which is no
longer required as it can now be handled with a custom legacy route in
my personal blog configuration.
2017-11-13 22:45:30 +01:00
.gitignore docs: Add initial README 2017-11-12 23:57:51 +01:00
blog.css style: Allow for slightly wider page bodies 2017-11-13 16:42:09 +01:00
blog.el feat(blog): Let users extend/customize elblog routes 2017-11-13 22:45:30 +01:00
postamble.html feat(blog): Configure org-mode's HTML export to match blog theme 2017-11-13 00:57:20 +01:00
preamble.html feat: Make blog-title configurable in preamble 2017-11-13 16:49:41 +01:00
README.md docs: Add initial README 2017-11-12 23:57:51 +01:00

elblog

This is a simple blogging software written in Emacs Lisp.

The idea is that it should be able to do most of the things my actual blog does at the moment.

No documentation exists for now besides the commit messages, but it works!