Skip to content

Change build system to e.g. Astro #110

Open
@penelopeysm

Description

@penelopeysm
Member

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)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @penelopeysm

        Issue actions

          Change build system to e.g. Astro · Issue #110 · TuringLang/turinglang.github.io