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.
 
 
Mary Anthony cbbbea1ea2 Updating for Gaia 6 years ago
_common Fixing broken links 6 years ago
_data Making Gaia experience better 6 years ago
_includes adding in social 6 years ago
_layouts updating search 6 years ago
_org Adding todo-list 6 years ago
_plugins WIP 6 years ago
_posts Updating 6 years ago
_sass UIKit customization for layout 6 years ago
_site Updating for Gaia 6 years ago
_storage Making Gaia experience better 6 years ago
assets staticman' 6 years ago
exclude WIP 6 years ago
news Initial commits 6 years ago
.gitignore Working on build infrastructure 6 years ago
404.md Update all 6 years ago
Gemfile Fixing gen of robots.txt 6 years ago
Gemfile.lock Making Gaia experience better 6 years ago
README.md Making Gaia experience better 6 years ago
THEME_README.md adding in social 6 years ago
_config.yml Making Gaia experience better 6 years ago
_redirects Updating for redirect 6 years ago
changelog.md Initial commits 6 years ago
collections.json WIP 6 years ago
contact.md Making the site live 6 years ago
get-content.sh Working on build infrastructure 6 years ago
index.md staticman' 6 years ago
package.json placeholder 6 years ago
staticman.yml Updating with latest 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 --config _config.yml,staticman.yml
    

    Use this format to turn on production features:

    JEKYLL_ENV=production bundle exec jekyll serve --config _config.yml
    

Deploy via Netlify

To deploy to Netlify:

  1. Build the site.

    JEKYLL_ENV=production bundle exec jekyll build --config _config.yml
    
  2. Force add the _site directory.

    git push -f origin