grg021 / greghermo.com

Home Page:https://greghermo.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

greghermo.com

Built using Next.js

The blog posts are stored in /_posts as Markdown files with front matter support. Adding a new Markdown file in there will create a new blog post.

To create the blog posts we use remark and remark-html to convert the Markdown files into an HTML string, and then send it down as a prop to the page. The metadata of every post is handled by gray-matter and also sent in props to the page.

Tech Stack

  • NextJS
  • React
  • Tailwind

About

https://greghermo.com


Languages

Language:TypeScript 99.6%Language:CSS 0.3%Language:JavaScript 0.1%