This repository hosts code for Clojure by Example
Run the following commands to run locally.
bundle install
bundle exec middleman server
The command output from middleman tells you the url to access.
This site is created based on Slate. The only way I know to update Slate is copying all files from the new version of Slate repository and update only what you need for Clojure By Example site.
Namely they are
source/index.html.md for the main contentsource/stylesheets/_variables.scss for font sizesource/layouts/layout.erb for “Clojure By Example” logoSee this commit as an example.