Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change build system to e.g. Astro #110

Open
penelopeysm opened this issue Nov 24, 2024 · 0 comments
Open

Change build system to e.g. Astro #110

penelopeysm opened this issue Nov 24, 2024 · 0 comments

Comments

@penelopeysm
Copy link
Member

penelopeysm commented Nov 24, 2024

Right now we're using Quarto to build the code this repository into HTML. However, Quarto is primarily a content-driven framework, and specifically, content which involves executing Julia (or other languages') code. In this repo, there is no code, just static content. So there is no real benefit in using Quarto.

In view of this, it would be better to use a framework such as Astro that has the explicit purpose of web design. The benefit of this would be that the code is more composable and maintainable (hopefully). Since Astro can also read Markdown files (https://docs.astro.build/en/guides/markdown-content/) this allows contributors who don't know Astro to still contribute to content.

See: #105 (review)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant