This is the website for London Apple Admins, built with Hugo.
Run the development server using Docker:
./build.shThen open http://localhost:1313 in your browser.
If you have Hugo installed locally:
hugo server --buildFuturehugo --minifyThe site will be generated in the public/ directory.
The site is automatically deployed via GitHub Actions when changes are pushed to the master branch. The workflow:
- Runs spell checking on content
- Builds the site with Hugo
- Deploys to AWS S3
- Invalidates CloudFront cache
Create a new markdown file in content/posts/ with the following format:
---
date: 2025-01-15T18:00:00+00:00
title: "Your Post Title"
slug: "your-post-title"
---
Your content here...Posts are named YYYY-MM-DD-title.md for organization.