|
|
|
|
|
by protoduction
1742 days ago
|
|
My personal site does the job (https://guido.io), it lists some old and current projects and it allows me to post some snippets of knowledge every now and then as a blog. There are a hundred ways I want to improve it, but it is rarely at the top of my priority list. I started with just some HTML and CSS, and later shoe-horned it into a Hugo template which required some awful custom theme hacks. > But I'm also curious about what stack was used to make your site. I've looked at static site generators, but none I found felt right to me. I guess it's one of those cases where if there is no clear winner, then the problem hasn't really been solved yet. It's fairly simple to create your own static site generator in any programming language with different tradeoffs, I think that is one of the main reasons why there are so many out there. It's about the content and your visitors won't care which framework you used anyway - so just pick one and be done with it. You can port your content over if you ever want to switch. |
|