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.
The website is built using the Astro framework. To update the website:
- Clone the repository and install dependencies:
git clone https://github.com/alan-turing-institute/astroemulate cd astroemulate npm install
- Start the development server to preview changes:
npm run dev
- Create a new branch and make your changes.
- Create a PR to
main
and assign team members to review
- 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
and assign team members to review