If I have just one piece of feedback here it would be: body { padding: 10px; } Changing nothing else but this would make the site 10x better. Even a Terminal window has 5+px of padding.
Creating a minimalist blog with Jekyll Now
11–20 of 94 posts
Re: Creating a minimalist blog with Jekyll Now
#12Addendum: Mobile is just an added bonus. Best solution for me would be iA Writer as an editor, native image upload to a bucket like S3 and Apple allowing me to tap into these iCloud hosted .md files via an API. Then use a simple script to put the pieces together and move the stuff to Netlify or wherever.
Re: Creating a minimalist blog with Jekyll Now
#13Re: Creating a minimalist blog with Jekyll Now
#14The 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…
Re: Creating a minimalist blog with Jekyll Now
#15Consider using the regular Jekyll at https://jekyllrb.com/ (the Jekyll Now fork is no longer maintained)
Re: Creating a minimalist blog with Jekyll Now
#16Jekyll Now seems great, but there has been no github activity since 2018. Are there more actively maintained alternatives?
Both Hugo and mkdocs appear to receive more updates than Jekyll these days. I was in the same situation as the author and decided for mkdocs, because it features better syntax highlighting and customization than hugo. I find it also better to read for long documentation-like posts (have a look du.nkel.dev). There are less themes available compared to Hugo, but those that exist feel more powerful and complete.
Re: Creating a minimalist blog with Jekyll Now
#17The 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…
Re: Creating a minimalist blog with Jekyll Now
#18Re: Creating a minimalist blog with Jekyll Now
#19The 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…
Good point. However, there is so much innovation in this space right now so I’m pretty sure that something like what you described will emerge.
Re: Creating a minimalist blog with Jekyll Now
#20The 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.