You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Daniel Revere af5a59684a Fix sorting of blog posts 7 years ago
resources/public Initial commit 7 years ago
src/blog_clj Fix sorting of blog posts 7 years ago
test/blog_clj Initial commit 7 years ago
.gitignore Initial commit 7 years ago
Procfile Initial commit 7 years ago
README.org Add 'future development' to README 7 years ago
project.clj Render org documents as html pages 7 years ago

README.org

blog-clj

blog-clj hosts a blog sourced from org files a git repository.

User experience

All that is needed to publish a new post is to add an org file to the git repo and push it to a remote repository. The application pulls from the git remote and will then serve it, rendered into HTML.

Required org file structure

The file must start with three required entries:

#+TITLE: On practical Event Sourcing in Clojure
#+ID: event-sourcing-clj
#+DATE: 2017/09/11

Future development

I will be making the changes necessary for this to be used by other people.