You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
moxiegirl 360cd483e5 Adding in ios 6 years ago
..
2017/05/25 Deploying for serving 6 years ago
android Adding in ios 6 years ago
assets Testing deploy 6 years ago
changelog Deploying for serving 6 years ago
contact Deploying for serving 6 years ago
core Testing deploy 6 years ago
ios Adding in ios 6 years ago
news Deploying for serving 6 years ago
thanks Deploying for serving 6 years ago
404.html Deploying for serving 6 years ago
README.md Adding in ios 6 years ago
THEME_README.md Adding in ios 6 years ago
collections.json Testing deploy 6 years ago
feed.xml Adding in ios 6 years ago
get-content.sh Testing deploy 6 years ago
index.html Deploying for serving 6 years ago
package.json Testing deploy 6 years ago
robots.txt Testing deploy 6 years ago
search.json Testing deploy 6 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.