top | item 30139726

(no title)

marton_s | 4 years ago

Jekyll. That's the boring static site generator.

discuss

order

schemescape|4 years ago

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.

john-doe|4 years ago

You could leave that to Github Pages, if you have basic requirements. (no extra plugins)

Topolomancer|4 years ago

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)

bitexploder|4 years ago

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

klodolph|4 years ago

I might give Jekyll another shot, then.

Lio|4 years ago

I’m a big Jekyll fan too.

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.