Where I use my writings, notes, and thoughts in a variety of forms and categories. One of the most important projects on my domain.
Also hosted at hivoltage.xyz.
This is a Next.js project
components
- React components used by pages and other componentscontexts
- React contexts used by pages and, optionally, componentsglobal-fonts
- Font files to be imported into prebuilt CSS (seestyles/index.css
font imports andtailwind.config.js
fontFamily
value)hooks
- React hooks used by pages and componentspages
- Next.js pagespublic
- Public, static files to be used by components, pages, or external domainsstyles
- CSS file(s) that are built with Tailwind and made available to all of the project's pagesutils
- Code that can be reused but can't be accurately described by the other folders