A static, Markdown-powered publication about software engineering, computer vision, games, embedded systems, and related projects.
- Copy
content/articles/_template.md. - Rename it to the URL slug you want, such as
my-new-post.md. - Write the post in Markdown and complete its frontmatter.
- Set
draft: "false"when it is ready to publish. - Commit and push to
master.
GitHub Actions rebuilds and deploys the site automatically after every push to
master. Full authoring details are in content/README.md.
npm ci
npm run devRun npm run build to generate the complete static site in out/.
In the repository, open Settings → Pages and set Source to GitHub Actions. This only needs to be done once.