Skip to content

Personal project for a site of my own use, using a site made by @WhiteHoodHacker as a reference

License

Notifications You must be signed in to change notification settings

JustAGlitchFL/justaglitch.xyz

 
 

Repository files navigation

This website uses GatsbyJS, a static site generator based on the ReactJS framework. I chose GatsbyJS because it offered the flexibility of React without sacrificing speed and SEO.

I developed this website entirely from scratch, although most of the blog post generation was taken from gatsby-starter-blog. Posts are generated from markdown and MDX files located in the contents/posts directory.

This website also uses Bootstrap 5.0, mainly for the grid system and a few visual components. Most of the visual styles are custom made (including the fancy animations). These styles can be found in main.css.

Page routing is a little bit wonky since I'm using Cloudflare Pages. See this commit for more details.

Quick Start

Make sure all dependences are installed:

npm install

To start development, run:

gatsby develop

To build the site and serve it, run:

gatsby build && gatsby serve

The built static site will be generated in the public folder.

About

Personal project for a site of my own use, using a site made by @WhiteHoodHacker as a reference

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 78.4%
  • CSS 21.6%