Source for https://cljsrn.org website
The source files for the website are in src
. These are primarily markdown files, along with images, etc.
If you would like to see what the site would look like with revisions to content in src
you can build it locally. In order to build the site, Leiningen and Planck are required.
Run script/build
. This converts the markdown into HTML and places everything into target/public
.
You can then open target/public/index.html
in your browser to see what it looks like.
Please submit PRs to this repo to submit content for addition to https://cljsrn.org.
Copyright © 2015–2017 Mike Fikes and Contributors
Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.