Live data from Hacker News

Ask HN: Best static site generator for non-designer?

news.ycombinator.com

11–20 of 26 posts

Re: Ask HN: Best static site generator for non-designer?

#12

Yes, 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

Very practical, I do the same and am happy. Astro has some great themes too

Re: Ask HN: Best static site generator for non-designer?

#16
There'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 voila done.

Re: Ask HN: Best static site generator for non-designer?

#18

There'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…

I can highly recommend water.css (which is featured in that list). It’s incredibly simple to get started with.

Re: Ask HN: Best static site generator for non-designer?

#19
Another vote for Astro and its themes here.

I 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.

Post reply on HN