|
4 weeks ago | |
---|---|---|
blag | 4 weeks ago | |
doc | 3 months ago | |
posts | 4 weeks ago | |
site | 4 weeks ago | |
src/proton | 2 months ago | |
tech | 4 weeks ago | |
templates | 4 weeks ago | |
test/proton | 3 months ago | |
.gitignore | 2 months ago | |
CHANGELOG.md | 3 months ago | |
LICENSE.md | 5 months ago | |
README.md | 2 months ago | |
about.adoc | 4 weeks ago | |
blag.adoc | 2 months ago | |
contact.adoc | 2 months ago | |
deploy.sh | 2 months ago | |
feeds.adoc | 2 months ago | |
index.adoc | 4 weeks ago | |
project.clj | 2 months ago | |
site.clj | 2 months ago | |
tech.adoc | 2 months ago | |
watch.sh | 2 months ago |
A simple, asciidoctor based static blog generator written in Clojure.
WARNING: This is still a beta-release. It is already usable for simple websites but there is still work to do, such as implementing tests ans proper Documentation.
You need a working clojure-environment as well as leiningen.
Clone the git-repository
git clone https://git.fyber.space/vincent/proton.git
cd proton
Add site.clj
to your .gitignore
echo "/src/proton/site.clj" >> .gitignore
Now, edit the site.clj to your needs. You may add own functions and templates as you wish.
You may place your own templates in templates/custom
.
Simply run lein run
to generate your website!
This project is available in git-ssb under
ssb://%Th/kvosEDmQy8H6yFCtAyXiCdLmsXNz99hp9Y9BSLb8=.sha256
To contribute either send me a patch/pr via e-mail, hit me on xmpp for an account on https://git.fyber.space or create a fork on git-ssb and send me a pull-request there (the preferred way for me).