16 lines
959 B
Markdown
16 lines
959 B
Markdown
# Pizza Wednesday Site
|
|
|
|
This repo contains the templates, assets, and blog posts necessary to build the Pizza Wednesday landing site.
|
|
|
|
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.
|
|
|
|
## Building
|
|
|
|
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).
|
|
|
|
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.
|
|
|
|
## Publishing
|
|
|
|
Any changes merged into the main branch of the Sauce Control repository are published to the live server.
|