Skip to content

feat: migrate website to hugo (or other static site generator) to avoid loading times associated with us querying the GitHub API and ratelimits #57

Description

@yurijmikhalevich

Currently, we hit GitHub API every time we load the page to render the list of community members.

This has two issues:

  • it takes some time to load and render them
  • we get ratelimited by GitHub pretty quickly

Pre-rendering the website would be awesome for solving this.

To do this, we need to:

  • migrate the website to the static site generator
    • I prefer hugo, but open to suggestions
  • ensure that we fetch GitHub API only during the static site generation (instead of during the page loading)
  • add a GitHub Action that will automatically build & deploy the static website on every push to the main branch

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions