sh1ggy-web
This website includes a blog overviewing my personal programming journey as well as as a fun way to play around with website development and show off a bit of my personality. The blog posts themselves are written in Markdown, using MarkedJS to parse and compile it.
The website itself is still currently a work in progress.
This is a Next.js project bootstrapped with create-next-app.
-
Run the development server:
npm run dev
-
Before pushing to master and deploying to Vercel run the following command:
npm run build
-
PicoCSS, a minimal and classless CSS framework
-
GitHub Calendar, a library to display my GitHub activity as a web component.
-
MarkedJS, a parser and compiler for MarkDown to HTML