The problem is I have no design skills and very little motivation to spend an excessive amount of time learning things like CSS. Is there a modern equivalent of pretty Lego blocks that I can use to put together something that might look nice?
Ask HN: Best static site generator for non-designer?
1–10 of 26 posts
Re: Ask HN: Best static site generator for non-designer?
#2It works for me. You may wish to give it a try, or try one of these https://jamstack.org/generators/
Re: Ask HN: Best static site generator for non-designer?
#3Re: Ask HN: Best static site generator for non-designer?
#4Maybe I'll give hugo's "blonde" theme a shot in the future, because it integrates dark mode pretty well.
2: https://themes.gohugo.io/themes/blonde/
3: https://pilabor.com/blog/2021/05/building-a-blog-with-hugo/
Re: Ask HN: Best static site generator for non-designer?
#5Re: Ask HN: Best static site generator for non-designer?
#6- Pick a theme: https://astro.build/themes/ - Pick where to deploy: https://docs.astro.build/en/guides/deploy/ - write your content in markdown or JSX templates (very easy to learn if you're new to it)
Re: Ask HN: Best static site generator for non-designer?
#7I think the theme is pretty clean and lean and is kinda enough for me that also don't want to mess around with css and styling. And the blog is something basically no-one would find or read unless they are getting involved with me as freelancer (embedded wireless).
[0][https://tiliaradix.com/] [1][https://gohugo.io/] [2][https://github.com/nodejh/hugo-theme-mini]
Re: Ask HN: Best static site generator for non-designer?
#8Re: Ask HN: Best static site generator for non-designer?
#9Here 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?
#10Much more flexible to just write your own code than trying to configure Hugo or Jekyll.