Source files for the Pizza Wednesday landing and blog site. https://pizzawednes.day
Go to file
kayomn 253f4a9c11
continuous-integration/drone/push Build is passing Details
Fix date url
2024-03-09 11:14:23 +01:00
.vscode Replace hand-rolled site generator with Zola 2023-08-19 15:22:59 +01:00
content Fix date url 2024-03-09 11:14:23 +01:00
static Basic styling work 2023-08-19 16:55:36 +01:00
templates Fix RSS link in base template 2023-08-19 17:13:10 +01:00
.drone.yml Change approach to relax rsync security 2023-08-19 22:06:44 +01:00
.gitignore Replace hand-rolled site generator with Zola 2023-08-19 15:22:59 +01:00
config.toml Fix RSS feed not generating 2023-08-19 17:09:20 +01:00
readme.md Replace hand-rolled site generator with Zola 2023-08-19 15:22:59 +01:00

readme.md

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 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.

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.