latest 10 messages by execat
+
[2013-06-17T04:43:03Z]
execat
Was thinking of changing the font face using a site property from _config.yml.
+
[2013-06-17T04:42:43Z]
execat
Is there a way to include a Liquid tag inside a CSS?
+
[2013-06-11T16:06:11Z]
execat
(Now I do know. I RTFMed)
+
[2013-06-11T16:05:58Z]
execat
tomb_, okay. I did not know what frontmatter was. Jekyll is turning out to be pretty cool for me. Thanks!
+
[2013-06-11T15:56:53Z]
execat
tomb_, variable to check if the given page is the homepage or just a posts page? (Documentation would help, I can't seem to find it)
+
[2013-06-11T15:41:48Z]
execat
tomb_, I won't.
+
[2013-06-11T15:40:47Z]
execat
tomb_, thanks for the help!
+
[2013-06-11T15:39:14Z]
execat
tomb_, store something very long ({{ page.content | number_of_words }} maybe) in another variable. I don't have a strong use case, I am just exploring things that can be done.
+
[2013-06-11T15:36:50Z]
execat
What about other objects like post? Is there a way to add to them?
+
[2013-06-11T15:35:16Z]
execat
Do all the elements declared in _config.yml be available through the site object? (eg tagline: "I am the walrus" in _config.yml can be accessed in the template using {{ site.tagline }}?)