Plug for Blot[1] which makes it trivial to have a directory of Markdown source files and supporting assets (images, mostly) for my blog[2]. [1]: https://blot.im/ [2]: https://paul.af/
Blog with Markdown and Git, and degrade gracefully through time
121–130 of 182 posts
Re: Blog with Markdown and Git, and degrade gracefully through time
#122I was thinking of using Markdown and Git for a static website (not a blog). Is this a good idea?
Re: Blog with Markdown and Git, and degrade gracefully through time
#123Earlier quoted context omitted.
> I just can't seem to find a decent static site generator. Maybe you and I have very different ideas of what is required to write a blog, but it sounds like you should be able to use Hugo + the theme of your choice and just go with it. It's /very/ easy, and posts are all written in Markdown.
Thanks for the input. For me a bare-bones blog needs to support simple-to-use images, that is auto-resizing images with link to full etc without a ton of hoopla, syntax highlighter for code and some tex-ish thing for math. From what I can see Hugo does seem to have a lot of that these days, so I'll try that. One immediate issue is the highlighter not supporting my language at work (Delphi/Pascal) but I assume it bein…
Re: Blog with Markdown and Git, and degrade gracefully through time
#124I think for business websites it starts to make sense to use something like Wordpress. The fact that it’s open source is amazing, so you can always self host. But it’s more effort. But you get lots of neat plugins and templates. But it’s more complicated.
Both are great solutions, but my current thinking is ssg for personal, for business maybe Wordpress.
Re: Blog with Markdown and Git, and degrade gracefully through time
#125Earlier quoted context omitted.
Wordpress can be configured to receive automatic updates as soon as they're available. Plugins are a different story...
WordPress core yes, and it's pretty safe, but if you use many plugins (which most people do) that gets a lot riskier. Premium plugs are pretty safe but still I've had stuff break.
Re: Blog with Markdown and Git, and degrade gracefully through time
#126Re: Blog with Markdown and Git, and degrade gracefully through time
#127Re: Blog with Markdown and Git, and degrade gracefully through time
#128There is a problem in the CMS industry. Everyone wants to build a headless CMS to power Jamstack sites—only the content itself lives in databases and the CMS is usually a proprietary SaaS. Doesn't leverage Git for content in any way. This is deeply problematic. We should have dozens, if not hundreds of contenders for "the next WordPress" that leverage Git as a foundational aspect of content management. Instead we hav…
Re: Blog with Markdown and Git, and degrade gracefully through time
#129I noticed that too. I would be happy to find content directly on the archive (which is a complex search problem) and be able to download a snapshot of a website (and all its assets) from a certain point of time. I would even pay for both services.
Re: Blog with Markdown and Git, and degrade gracefully through time
#130Earlier quoted context omitted.
Any particular guide or set of docs you recommend for that? I've heard a lot of good things about Netlify as far as hosting, and I've been wanting to set up a blog; seems like as good a time as ever to start learning.
Netlify is great! Just go to their site, sign in, drag your files to their upload window and boom! You have a site. When you feel you want more, you can link a git repo and point a domain name at it. When you update the repo, it automagically updates the site. It's my goto for all new projects. There is great documentation at every step.