This repository contains the source files for Salt Labs
- Modify the source files
- Merge into the trunk branch repo
- Wait for the GitHub Actions to work it's magic
- Profit, the website is now available via Cloudflare Workers.
The comments on blog posts are tied to GitHub issues.
For each blog post, create a GitHub issue and add the issue ID to the front matter of the post.
Example post.md
+++
title = "Interesting blog post"
GitHubIssueId = 1
+++
Any comments to that GitHub issue are then loaded automatically onto the website.
When updating the website don't forget to update the submodules and Cloudflare Workers.
git submodule update --remote
npm --prefix workers-site update