/rockylinux.org-gatsby

Project for converting Rocky Linux to Gatsby. Contributions welcome!

Primary LanguageJavaScriptMIT LicenseMIT

This repository has been archived, as it has been moved to the official repository here.

Rocky Linux Gatsby Project

If you're here, you may have seen my streams around migrating the Rocky Linux website (rockylinux.org) to Gatsby. Below you'll find a checklist of tasks that have been completed and what is still left to do. Contributions are encouraged!

To Do

  • News Posts
  • Press Page and Content
  • Pagination for Content Lists (News & Press Lists)
  • Sponsors Page
  • Localization (i18n)
  • Remove unnecessary fluff from starter project
  • Implement re-used content to components

Start Development Server

  1. Install dependencies via NPM.
npm i
  1. Start the development server.
gatsby develop