Now I am thinking about markdown editor, because writing content in VSCode, well, its ok, especially if you copy-paste from GPT, but ideally I would like to write it on the page itself so you see immediately what you get and you don't need to run the localhost etc. I think its not really that hard to make it.
Ask HN: What is the best way to author blogs in 2024?
131–137 of 137 posts
Re: Ask HN: What is the best way to author blogs in 2024?
#132I am very happy with Zola. Every SSG has its own shortcomings, for Zola I was initially bothered by lack of 'proper' footnotes and the insistence on having to have frontmatter, but I've yet to feel that I cannot do something really. The docs can be a touch confusing imo, but they're written with care.
Re: Ask HN: What is the best way to author blogs in 2024?
#133[0] https://yieldcode.blog [1] https://thesolopreneur.blog [2] https://jikokaizen.blog [3] https://astro.build/ [4] https://coolify.io/
Re: Ask HN: What is the best way to author blogs in 2024?
#134Re: Ask HN: What is the best way to author blogs in 2024?
#135Re: Ask HN: What is the best way to author blogs in 2024?
#136I am very happy with Zola. Every SSG has its own shortcomings, for Zola I was initially bothered by lack of 'proper' footnotes and the insistence on having to have frontmatter, but I've yet to feel that I cannot do something really. The docs can be a touch confusing imo, but they're written with care.
Re: Ask HN: What is the best way to author blogs in 2024?
#137I am very happy with Zola. Every SSG has its own shortcomings, for Zola I was initially bothered by lack of 'proper' footnotes and the insistence on having to have frontmatter, but I've yet to feel that I cannot do something really. The docs can be a touch confusing imo, but they're written with care.
Proper footnotes have now landed! https://github.com/getzola/zola/commit/6a2b890545398bb21cab5...