Hosts code for website of the "Autoemulate" Python package, built using the Astro web framework.
Go to autoemulate.com - pushes to the main branch will show up here, we use GH actions and GH pages to build the site.
- Create a new branch
- Create a markdown document for your blog and add it to
src/content/blog
- Add the following to the top of the markdown, replacing the values:
Note: (
--- title: "AutoEmulate v0.3.0 release" pubDate: "2025-04-30" description: "Updates on new features in v0.3.0 release" author: "AutoEmulate contributors" release: "v0.3.0" ---
release
) is optional and should match a release on the autoemulate GitHub repo - Create a PR to
main
, this should generate a preview of your changes - Assign team members to review and merge as for other changes