Skip to content
This repository has been archived by the owner on Mar 1, 2019. It is now read-only.

Latest commit

 

History

History
23 lines (17 loc) · 554 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 554 Bytes

milliscents.com

Served from GitHub Pages

https://milliscents.github.io/milliscents-com

Usage

  • Add html or markdown pages to /pages, eg. /pages/example.md
  • Use a permalink in the yaml front matter for custom urls
  • Run bundle exec jekyll serve
  • Open http://localhost:4000/
  • Stop jekyll serve with ctrl-c
  • Git commit and push
  • GitHub pages will automatically publish the jekyll site
  • Wait a few minutes for GitHub to finish

Initial Setup

  • rbenv install 2.3.1
  • gem install jekyll
  • gem install bundler
  • bundle install