+ [11 years ago] jbnicolai So I can have all my pages under /pages/, but have jekyll still place them under mydomain.com/NAME istead of mydomain.com/pages/NAME?
+ [11 years ago] kaffeebohne jbnicolai: you can redirect with at .htaccess file
+ [11 years ago] jbnicolai kaffeebohne: Good solution, although I'd prefer to solve this when generating the site, rather than when responding to requests.
+ [11 years ago] jbnicolai Although that might just be irrational ;)
+ [11 years ago] kaffeebohne jbnicolai: I thoutght that but I can't help you otherwise, sorry :(

message no. 17334

Posted by jbnicolai in #jekyll at 2014-01-26T15:11:22Z

pontiki: Nice! :)
+ [11 years ago] pfenwick So after my Jekyll-based website having an article go viral, it's become apparent to me that I really need a simple tag footer that just lists what a post is tagged with (easy), and how many other articles have that tag (harder). Is there's a go-to index of Jekyll plug-ins. (Or better still, does anyone have a recommendation, before I write Yet Another Plugin?)
+ [11 years ago] pontiki there is the plug in page in the docs
+ [11 years ago] pontiki many octopress plugins work in jekyll, as they would
+ [11 years ago] pfenwick pontiki: Ah! http://www.jekyll-plugins.com/ is what I was thinking of. And yes, I think I'll be looking through the octopress plug-ins as well.
+ [11 years ago] joko Hello, I am looking for a way to add a custom attribute to pages so that I could include relevant js script, e.g. a has_flickr boolean attribute on a page which includes or not <script src="blabla.js"></script>. Would that be possible?