So you put it on Github..
Creating a minimalist blog with Jekyll Now
41–50 of 94 posts
Re: Creating a minimalist blog with Jekyll Now
#42The real problem with any SSG is where to host and edit Markdown files and images for flexible spur of the moment content creation. I've built my own Wordpress-export-to-static solution to use the native iOS App as a workaround but it feels somewhat clunky — Same with having to run a headless CMS for this in the background; Surprisingly with all the gazillion of MD editors, no one has ever built one with live editing…
You can write in something like Bear, or anything else with iCloud support to have cross-device sync.
Re: Creating a minimalist blog with Jekyll Now
#43> Instead of using a hosted service like Facebook or Medium, as I strongly believe in a decentralized web So you put it on Github..
That's day and night compared to publishing on Facebook or Medium.
Re: Creating a minimalist blog with Jekyll Now
#44One bit of feedback: you should bump up the overall font size and do a relative max-width, maybe 70%. I bumped up zoom by two to get things readable on my MacBook.
Much of your audience will be on screens that are at least 1200 pixels wide, so forcing folks to ~12pt / 600px ends up w/ things being pretty small and cramped.
Re: Creating a minimalist blog with Jekyll Now
#45> Instead of using a hosted service like Facebook or Medium, as I strongly believe in a decentralized web So you put it on Github..
Re: Creating a minimalist blog with Jekyll Now
#46I am somewhat confused by this blog post, as GitHub directly renders Jekyll sites by default–no GitHub Actions or fiddling required. Is there a reason why this was not the right fit?
Re: Creating a minimalist blog with Jekyll Now
#47I dig the theme, its clean and old school. One bit of feedback: you should bump up the overall font size and do a relative max-width, maybe 70%. I bumped up zoom by two to get things readable on my MacBook. Much of your audience will be on screens that are at least 1200 pixels wide, so forcing folks to ~12pt / 600px ends up w/ things being pretty small and cramped.
Re: Creating a minimalist blog with Jekyll Now
#48Consider using the regular Jekyll at https://jekyllrb.com/ (the Jekyll Now fork is no longer maintained)
Re: Creating a minimalist blog with Jekyll Now
#49The real problem with any SSG is where to host and edit Markdown files and images for flexible spur of the moment content creation. I've built my own Wordpress-export-to-static solution to use the native iOS App as a workaround but it feels somewhat clunky — Same with having to run a headless CMS for this in the background; Surprisingly with all the gazillion of MD editors, no one has ever built one with live editing…
Personally I write to myself on telegram, then take it from there once I'm on a computer. Doing detail editing on a phone is painful anyway.
Re: Creating a minimalist blog with Jekyll Now
#50The real problem with any SSG is where to host and edit Markdown files and images for flexible spur of the moment content creation. I've built my own Wordpress-export-to-static solution to use the native iOS App as a workaround but it feels somewhat clunky — Same with having to run a headless CMS for this in the background; Surprisingly with all the gazillion of MD editors, no one has ever built one with live editing…
This is my exact feeling. I have a Hugo-powered blog, but like you said, I miss the ability to draft something quickly when I'm inspired. Right now, the best option I have found is self-hosting Ghost with some aggressive Cloudflare caching. I considered using wp2static[0] before starting with Ghost. Have you published your exporter? [0] https://github.com/leonstafford/wp2static
If your Hugo blog is stored in Git, you could try out GitJournal [0][1]. It's a mobile based Markdown editor integrated with Git. Many people seem to use it for managing their Hugo/Jekyll blogs.