No description
Find a file
Vincent Ambo 2ba11f5c03 feat(blog): Register blog articles in hash-table
* adds a hash-table stored in a variable called `elblog-articles` that
  defines a map of article names (used as URI fragments) to file names
  of org-mode files
* adds a custom variable `elblog-article-directory` which must be set
  to the base path of the org-mode files representing elblog articles
* refactors the article-rendering functions to look up articles in the
  articles hash-table and renders them from there

After this change elblog is almost functional as a blog software, only
missing index generation.
2017-11-13 18:40:59 +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): Register blog articles in hash-table 2017-11-13 18:40:59 +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!