latest 20 messages by wsmoak
+
[2014-11-16T19:10:44Z]
wsmoak
wsmoak: Darknet: fwiw I used to get that (no write permissions, then problems after.) I now use https://github.com/sstephenson/rbenv . ymmv.
+
[2014-11-16T18:52:05Z]
wsmoak
I told you how I do it ^^ — that way all my ruby versions are under my home directory and I know exactly what gems are installed. is there a channel for centos?
+
[2014-11-16T18:47:06Z]
wsmoak
I don’t see a minimum ruby version stated on http://jekyllrb.com/docs/installation/ but according to that message you’ll need a newer one than you have
+
[2014-11-16T18:43:34Z]
wsmoak
what does “ruby —version” say ?
+
[2014-11-16T18:39:31Z]
wsmoak
Darknet: fwiw I used to get that (no write permissions, then problems after.) I now use https://github.com/sstephenson/rbenv . ymmv.
+
[2014-11-15T14:24:21Z]
wsmoak
I’m confused about what actually parses/converts a .md file in _posts.
+
[2014-11-15T14:23:39Z]
wsmoak
and this, which doesn’t mention the syntax to use … http://simonvanderveldt.nl/jekyll-github-flavored-markdown-and-footnotes/
+
[2014-11-15T14:23:24Z]
wsmoak
I’ve found references to footnotes using [^1] syntax but it just renders as text, no links.
+
[2014-11-11T14:55:15Z]
wsmoak
that was for negerns ^^
+
[2014-11-11T14:49:06Z]
wsmoak
right, but if you are doing a tutorial about how to write posts with code using fenced code blocks…
+
[2014-11-11T14:14:59Z]
wsmoak
negerns: did you get it? it works for me if I indent the inner block of code.
+
[2014-11-10T22:50:55Z]
wsmoak
so you can have multiple folders under _posts and it doesn’t change the generated url?
+
[2014-11-10T21:48:21Z]
wsmoak
curious, what happens after a year when I have 200+ files in _posts ? is there some concept of archiving (without breaking the links?)
+
[2014-11-10T01:29:51Z]
wsmoak
thanks
+
[2014-11-09T23:47:28Z]
wsmoak
can it (or a plugin) make an outline at the top and and anchors to each section? similar to… http://zookeeper.apache.org/doc/trunk/javaExample.html
+
[2014-11-09T01:36:51Z]
wsmoak
my jekyll —version says 2.4.0, so that seems … old
+
[2014-11-08T20:04:47Z]
wsmoak
can anyone point me directly to such a thing
+
[2014-11-08T20:04:15Z]
wsmoak
and here is where I got lost in the options http://jekyllrb.com/docs/plugins/
+
[2014-11-08T20:03:37Z]
wsmoak
considering http://www.minddust.com/post/tags-and-categories-on-github-pages/ (though I’m not using github and could use a plugin)
+
[2014-11-08T20:02:02Z]
wsmoak
I just want it to magically generate a page for each tag with a list of posts that have that tag. extra points for a tag cloud.