Ask HN: Best static site generator for non-designer?
11–20 of 26 posts
Re: Ask HN: Best static site generator for non-designer?
#12Yes, I would suggest you don’t pick a generator but look for themes in Hugo, Jekyll, Pelican etc. that you really like. And from there you’ve fallen into a generator and you can customise the theme a little to your needs. Here is the source code to my own website (in Hugo) if it’s helpful: https://github.com/hnarayanan/harishnarayanan.org
Re: Ask HN: Best static site generator for non-designer?
#13Before it was made with Zola [2], which is also nice.
Re: Ask HN: Best static site generator for non-designer?
#14Re: Ask HN: Best static site generator for non-designer?
#15Re: Ask HN: Best static site generator for non-designer?
#16For the HTML generation you don't need much if you go this route. I have built sites by writing markdown, generating HTML with Pandoc and then voila done.
Re: Ask HN: Best static site generator for non-designer?
#17I'd switch to Hugo, but every time I try, I give up. It's not that I can't, it's too much up-front investment and fiddling than I care to deal with (recommendations and tips appreciated).
Re: Ask HN: Best static site generator for non-designer?
#18There's some pretty great CSS stylesheets that don't require you to write selectors at all. https://www.cssbed.com/no-class/ This site seems to have a good list with examples. Then you can generate HTML and only have to write CSS for the parts that really need customization. For the HTML generation you don't need much if you go this route. I have built sites by writing markdown, generating HTML with Pandoc and then v…
Re: Ask HN: Best static site generator for non-designer?
#19I work at a headless CMS company, and I see Astro frequently taking the place of Next and Svelte and Vue for simpler sites these days, especially for people who don't want to do a lot of coding.
You don't need to design anything or learn the intricacies of frontend, just pick a theme you like, maybe tweak the colors and fonts a bit if you must, but otherwise it's pretty much just providing your own content and the framework takes care of the rest of it.