Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 290 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 290 Bytes

andersmurphy-blog

A blog built by generating a static site from markdown files using clojure.

To build content run (generate-site) from the repl (see core.clj).

To run locally:

clj -M:serve :port 1339 :dir "docs" :headers '{"Cross-Origin-Opener-Policy" "same-origin"}'