No description
2ba11f5c03
* 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. |
||
---|---|---|
.gitignore | ||
blog.css | ||
blog.el | ||
postamble.html | ||
preamble.html | ||
README.md |
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!