moxiegirl 360cd483e5 Adding in ios 7 years ago
..
2017/05/25 Deploying for serving 7 years ago
android Adding in ios 7 years ago
assets Testing deploy 7 years ago
changelog Deploying for serving 7 years ago
contact Deploying for serving 7 years ago
core Testing deploy 7 years ago
ios Adding in ios 7 years ago
news Deploying for serving 7 years ago
thanks Deploying for serving 7 years ago
404.html Deploying for serving 7 years ago
README.md Adding in ios 7 years ago
THEME_README.md Adding in ios 7 years ago
collections.json Testing deploy 7 years ago
feed.xml Adding in ios 7 years ago
get-content.sh Testing deploy 7 years ago
index.html Deploying for serving 7 years ago
package.json Testing deploy 7 years ago
robots.txt Testing deploy 7 years ago
search.json Testing deploy 7 years ago

README.md

Docs site

To run locally:

  1. Get the content from the downstream repos.

    ./get-content.sh
    
  2. Build and serve locally.

    bundle exec jekyll serve
    

Deploy via Netlify

To deploy to Netlify:

  1. Build the site.

    jeykll build
    
  2. Force add the _site directory.