Skip to content

adrfig966/adrian-site

Repository files navigation

Adrian's Headless Personal Site

About

This is the front end for my personal site. It's created using NextJS (React) and is tailored for reading data from my Cockpit CMS backend. I am using Tailwind CSS, along with Sass for styling to make the process easier.

Structure

My project is set up so the content for a given URL is wrapped in a "layout" component which itself contains the header, footer, etc. These are themselves separate React components. I tried to emulate the setup of other CMS systems, like WordPress, where all the page sections are separated into template files. I am using a component based system similar to some page builders available on certain CMS systems or online site builder services. Each component is a React component which is dynamically imported based on the page content when a page is requested. This ensures we dont load any components not needed.

About

My new personal site. Built using Next JS to read content from a headless CMS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published