This is the webtuesday.ch web site.
- Install nanoc:
gem install nanoc
- Edit some file: vi content/index.html
- Compile:
nanoc compile
- Push to GitHub and create a pull request
This uses Nanoc, so check the nanoc documentation for more details.
Publishing is done automatically every five minutes from the sources in the master branch.
But if you want to do it manually, use the following process. You need to have commit access for this, ask if you want it.
- Make sure you have the
output
submodule:git submodule update --init
- Compile:
nanoc compile
- Once you're happy commit the changes
- Then push the source code changes:
git push
- In addition you need to push the compiled version of the branch:
cd output
- Ensure you are on the branch
gh-pages
:git status
- Once you are happy, commit and push the changes