Nerdfolio is my hobby project born by the pain I encounter managing my own personal website ata.soy. Here I tried to keep everything minimal and developer friendly so I have fun managing my personal website. First idea was I was done enough with js ecosystem. It is crazy that I need to have a runtime for building simple portfolios like this. But main problem was blog support. I don't want to be dependent to some random providers even databases for just rendering simplemd files.
No reviews yetBe the first to leave a review for Nerdfolio
Maker
📌
Hey, I built a small SSG framework to solve some of the problems I had with my personal website. I wanted a lazy and simple way to manage my blog posts, personal data and color scheme without being tied to any external provider.
I also wanted to fix the issue of changing color schemes, with nerdfolio now I can instantly update the color scheme on my personal site to match my setup :D.
Here are the features so far:
- Static HTML file generation
- Native .md blog support
- HTML templating with templates, data, and loops
- Single command color scheme linking
- Feel free to check it out: github