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 73aef19907 Updating for staticman 6 years ago
_data Adding in Atlas 6 years ago
_includes Updating for staticman 6 years ago
_layouts Adding in commenting 6 years ago
_posts Updating 6 years ago
_sass Initial commits 6 years ago
_site Updating for staticman 6 years ago
assets Initial commits 6 years ago
news Initial commits 6 years ago
.gitignore Working on build infrastructure 6 years ago
404.md Initial commits 6 years ago
Gemfile updating 6 years ago
Gemfile.lock Adding the new files 6 years ago
README.md Working on comments 6 years ago
THEME_README.md Adding the new files 6 years ago
_config.yml Adding in ios 6 years ago
changelog.md Initial commits 6 years ago
collections.json Adding in the support for core 6 years ago
contact.md Initial commits 6 years ago
get-content.sh Working on build infrastructure 6 years ago
index.md Initial commits 6 years ago
package.json placeholder 6 years ago
robots.txt Initial commits 6 years ago
search.json Initial commits 6 years ago
staticman.yml Updating for staticman 6 years ago
thanks.md Initial commits 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
    

    Use this format to turn on production features:

    JEKYLL_ENV=production bundle exec jekyll serve
    

Deploy via Netlify

To deploy to Netlify:

  1. Build the site.

    JEKYLL_ENV=production jekyll build
    
  2. Force add the _site directory.

    git push -f origin