diff options
author | Vincent Ambo <tazjin@google.com> | 2019-12-21T00·56+0000 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2019-12-21T00·56+0000 |
commit | 3253e4c4fba26f5cebc41c10a28b0722f9efcac1 (patch) | |
tree | a8dba8dc153cc3311ffea4d095fc57e3f48aa917 /fun/elblog/README.md | |
parent | 05bdeba85327a491f3a78ec51a975067f528c4d1 (diff) |
chore(elblog): Prepare for depot merge
Diffstat (limited to 'fun/elblog/README.md')
-rw-r--r-- | fun/elblog/README.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/fun/elblog/README.md b/fun/elblog/README.md new file mode 100644 index 000000000000..994b1138ef8f --- /dev/null +++ b/fun/elblog/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/ |