A blog about web tech - page 3 of 5
Jekyll: How to generate new Tags on the fly
Jekyll: How to write an Include function
Jekyll: How to write a Filter
jekyll-root/_plugins
directory. Once again, no _config.yml
modifications necessary (in the version of Jekyll (3.7.3) that I was using) to enable things.
Read more
Out with Drupal, in with Jekyll
So, after getting my second Drupal critical attack warning in 5 years (or so), I thought: enough’s enough. This CMS stuff is too big a hacker target and too fragile. Time to replace Drupal with something like Blosxom or something else lightweight and small. A little bit of research showed that the new thing was static site generators, where a suite of tools help you generate your site (and help manage the blogginess) on your development platform (aka. home computer) then push the changes out to the web server, all as static pages. The fact that all the points on this devil’s advocate list of why not use a static site generator all sounded good to me meant I was on the right track.
Read more