Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 792 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 792 Bytes

Instructions for building/previewing

  • Install Jekyll if you have not - follow instructions on the Jekyll home page (after first installing Ruby) http://jekyllrb.com/

  • After installing jekyll, install some gems:

    • nokogiri : "gem install nokogiri"
    • asciidoctor: " gem install jasciidoctor"
    • jekyll-asciidoc: " gem install jekyll-asciidoc"
  • Clone this repository to your local system (if you're going to contribute content, fork it first, and clone that)

  • cd into the "quartz.github.io" directory

  • To generate and view the site "jekyll serve -w" ( then point your browser at http://localhost:4000" )

  • To generate the site "jekyll build"


TODOS:

  • "About" -> "Features" page:
    • could still use some love, but isn't so bad anymore