Skip to content

clojurewerkz/spyglass.docs

Folders and files

NameName
Last commit message
Last commit date
Mar 13, 2016
Jun 21, 2017
Mar 13, 2016
Nov 5, 2013
Feb 5, 2017
Oct 10, 2022
Oct 10, 2022
Mar 13, 2016
Feb 5, 2017
Jul 7, 2012

Repository files navigation

ClojureWerkz/Spyglass

This is a documentation site for ClojureWerkz/Spyglass. Copy or clone me and adapt for your project that needs documentation guides similar to rubyamqp.info, clojuremongodb.info and so on.

Install Dependencies

With Bundler:

bundle install --binstubs

How to run a development server

./bin/jekyll --server

How to regenerate the site

In order to modify contents and launch dev environment, run:

  ./bin/jekyll

In order to recompile haml and sass files for publishing, run

  ./recompile_haml.sh

License & Copyright

Copyright (C) 2011-2016 Alexander Petrov, Michael S. Klishin.

Distributed under the Eclipse Public License, the same as Clojure.