A Next.js website that I’m building as a static site, hosted on GitHub Pages. It features Continuous Deployment (CD) using GitHub Actions, so any updates pushed to the main branch are automatically built and deployed!
I also added a feature to generate pages (like this one) from Markdown files for each of my projects.
All I need to do is to make a Markdown file like this in the projects directory:
very-cool-project.mdx
Aaaannnd it will automatically become a page!