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
|
7 years ago | |
---|---|---|
resources/public | 8 years ago | |
src/blog_clj | 7 years ago | |
test/blog_clj | 8 years ago | |
.gitignore | 8 years ago | |
Procfile | 8 years ago | |
README.org | 7 years ago | |
project.clj | 8 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.