A build script to build a full version (with all docs included) of gatsby-oi-wiki.
# install dependencies
pip3 install -r requirements.txt
# run script
python3 build.py
You'll find artifacts in /public
after build.
This repo also includes a GitHub Workflow to deploy a GitHub Pages version of Gatsby OI Wiki. https://next.oi-wiki.org
- Clone
doc
,migrator
andjamstack
repositories. - Convert documents (add frontmatters etc) using oiwiki-migrator
- Generate a project using template files in
/shadow
, linking gatsby-oi-wiki as theme. - Call Gatsby to build the project
- If running in Actions, deploy to GitHub Pages