mirror of https://github.com/lukechilds/docs.git
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
d8b4440d4a
|
6 years ago | |
---|---|---|
_android | 6 years ago | |
_browser | 6 years ago | |
_common | 6 years ago | |
_community | 6 years ago | |
_core | 6 years ago | |
_data | 6 years ago | |
_develop | 6 years ago | |
_faqs | 6 years ago | |
_includes | 6 years ago | |
_ios | 6 years ago | |
_layouts | 6 years ago | |
_org | 6 years ago | |
_plugins | 6 years ago | |
_posts | 6 years ago | |
_sass | 6 years ago | |
_storage | 6 years ago | |
assets | 6 years ago | |
exclude | 6 years ago | |
news | 6 years ago | |
.gitignore | 6 years ago | |
404.md | 6 years ago | |
Gemfile | 6 years ago | |
Gemfile.lock | 6 years ago | |
Guardfile | 6 years ago | |
README.md | 6 years ago | |
THEME_README.md | 6 years ago | |
_config.yml | 6 years ago | |
_redirects | 6 years ago | |
changelog.md | 6 years ago | |
collections.json | 6 years ago | |
contact.md | 6 years ago | |
get-content.sh | 6 years ago | |
history.png | 6 years ago | |
index.md | 6 years ago | |
overview_auth.md | 6 years ago | |
package-lock.json | 6 years ago | |
package.json | 6 years ago | |
robots.txt | 6 years ago | |
staticman.yml | 6 years ago | |
thanks.md | 6 years ago |
README.md
README for the documentation site
Building after a fork
Run locally
To run locally:
-
Get the content from the downstream repos.
./get-content.sh
-
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:
-
Build the site.
JEKYLL_ENV=production bundle exec jekyll build --config _config.yml
-
Force add the
_site
directory.git push -f origin
Test a Deploy with Surge
cd _site
surge
surge --domain raspy-songs.surge.sh