What's the boring-est way to run Jekyll locally? My main problem with Jekyll is that it required installing (and keeping up to date, I assume) a Ruby environment.
I have to admit that I found Hugo easier to work with from scratch. I am not used to working with Ruby, so I found setting up Jekyll to be quite an adventure... (now, truth be told, using GitHub to build my pages is definitely easier than having to use my own server with Hugo, but the _initial_ configuration of Jekyll appeared to be more complex for me)
I scripted up a dumb little Python+Jinja transformer with a dumb yaml file for vars. Its like 50 lines of code. Ifs really boring. I also use a little pandoc in my build script
schemescape|4 years ago
john-doe|4 years ago
Topolomancer|4 years ago
bitexploder|4 years ago
klodolph|4 years ago
lazyweb|4 years ago
[1] https://github.com/riggraz/no-style-please
Lio|4 years ago
If that’s not to your liking I guess you could try pandoc and make.
I’m also a fan of vimwiki, but I guess you have to like vim for that.