The project has ended as we have moved our wiki to the forum, there are some outstanding issues, if you would like to fix them and continue to use the codebase, feel free to do so and submit your pull request with the changes.
gh-pages
These are the manual instructions. If you are having errors along the way, these series of commands will make it easier to debug.
npm install
npm run init-pages
npm run create-struc
npm run build
npm run copy-assets
npm run copy-templates
npm run start
. This will serve the wiki on http://0.0.0.0:8000/
Note that you would actually have to navigate to http://0.0.0.0:8000/en/
or whichever language you want to actually see all the changes. Either way, make sure the url ends with /
.ctrl
+ c
. Use the command npm run save-pages
to update the gatsby wiki. This will commit changes with the date as the commit message "Page built on date +"%d-%m-%Y %T"
If you just want to deploy without previewing first then run npm run just-deploy
.
If you already made your changes and just want to quickly build and start the preview in the browser then run npm run preview
.
Note: this will not deploy automatically, you will need to run
npm run save-page
to update the gatsby wiki.