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.
moxiegirl
360cd483e5
|
6 years ago | |
---|---|---|
.. | ||
2017/05/25 | 6 years ago | |
android | 6 years ago | |
assets | 6 years ago | |
changelog | 6 years ago | |
contact | 6 years ago | |
core | 6 years ago | |
ios | 6 years ago | |
news | 6 years ago | |
thanks | 6 years ago | |
404.html | 6 years ago | |
README.md | 6 years ago | |
THEME_README.md | 6 years ago | |
collections.json | 6 years ago | |
feed.xml | 6 years ago | |
get-content.sh | 6 years ago | |
index.html | 6 years ago | |
package.json | 6 years ago | |
robots.txt | 6 years ago | |
search.json | 6 years ago |
README.md
Docs site
To run locally:
-
Get the content from the downstream repos.
./get-content.sh
-
Build and serve locally.
bundle exec jekyll serve
Deploy via Netlify
To deploy to Netlify:
-
Build the site.
jeykll build
-
Force add the
_site
directory.