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 | 1c767a174888d3c8fe582f0b7d418b3ddbd30700 (patch) | |
tree | 6a60c7841718382c128081f021cc965c8dcc3df1 /fun/elblog/README.md | |
parent | fbdc9b1d6009c7b9294542c6935a760a6d5eb819 (diff) | |
parent | 3253e4c4fba26f5cebc41c10a28b0722f9efcac1 (diff) |
merge(elblog): Integrate at //fun/elblog r/263
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/ |