diff options
author | Vincent Ambo <tazjin@gmail.com> | 2017-11-12T22·57+0100 |
---|---|---|
committer | Vincent Ambo <tazjin@gmail.com> | 2017-11-12T22·57+0100 |
commit | ba01528a77ad265567b93bb7ba47383cc10be483 (patch) | |
tree | d108ba689bb94d9f77b7dbdba4e2e8c755f0a9cd /README.md | |
parent | 4902e9c26cb100719506fe241fecd718c871de0b (diff) |
docs: Add initial README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 000000000000..994b1138ef8f --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +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! + +[my actual blog]: https://www.tazj.in/ |