The Friend of Toowong Cemetery site fotc.au
replaces https://fotc.org.au/
.
- This site is built using Material for MkDocs Insiders.
- Pages are written in Markdown
- Snippets are used to modularise content
- Images are stored in /assets
- The Site is configured using mkdoc.yml
- Some customisations are made:
- stylesheet extras
- overrides for the banner and 404 page
- javascript to sort tables
- Source images are store in /source-images. Some images are made with Sketch
- The website uses Google Forms to collect Site Feedback, Membership Applications, Story Contributions
To contribute you can:
- Join the conversation in the discussion forum
- Share content under an open license or contribute it to the public domain
- Report an error, after checking that it's not already reported
- Make a suggestion
Thanks to everyone for their contributions on Github and in the discussion forum.
Run locally $ mkdocs serve
to preview your site before publishing
Build $ mkdocs build
creates html files locally in \site
Deploy occurs when there is a commit to the main branch which triggers a workflow
Keep things up-to-date:
pip3 install --upgrade git+https://{GH_TOKEN}@github.com/squidfunk/mkdocs-material-insiders.git