pizzawednes.day/readme.md

16 lines
959 B
Markdown
Raw Permalink Normal View History

2023-08-18 01:31:31 +02:00
# Pizza Wednesday Site
This repo contains the templates, assets, and blog posts necessary to build the Pizza Wednesday landing site.
2023-08-18 01:31:31 +02:00
While only intended to be used by contributors for publishing new articles and changes to the website, the source files are publicly viewable for posterity.
2023-08-18 01:31:31 +02:00
## Building
2023-08-18 01:31:31 +02:00
The website uses the [Zola static site generator](https://www.getzola.org/) for building. Though it is available in most package managers across the various Unix-like systems, the project maintainers also provide pre-built binaries on their [Github relases page](https://github.com/getzola/zola/releases).
2023-08-18 01:31:31 +02:00
Once installed, executing the `zola build` terminal command from within the repository root builds the website. Alternatively, `zola serve` launches a live testing server with hot-reloading of changes for local development.
2023-08-18 01:31:31 +02:00
## Publishing
2023-08-18 01:31:31 +02:00
Any changes merged into the main branch of the Sauce Control repository are published to the live server.