Contributing¶
Thanks for your interest in improving the Age of Time wiki!
Editing in the browser¶
Every page has a pencil icon in the top right that opens the source on GitHub where you can propose changes via a pull request.
Editing locally¶
- Clone the repository.
-
Create a Python virtual environment and install the dependencies:
-
Start the live-reload server:
-
Open http://127.0.0.1:8000 in your browser. Edits to files under
docs/will hot-reload.
Building a static copy¶
The output is written to site/.
Style guidelines¶
- Prefer concise, factual prose.
- Use headings (
##,###) to break up long pages. - Cross-link related pages with relative links.
- Place images under
docs/assets/and reference them with relative paths.