latest 13 messages by abishek_
+
[2013-12-04T17:42:13Z]
abishek_
how to get the site name in jekyll?
+
[2013-12-04T14:05:33Z]
abishek_
i want to show 2 posts per row on my blog, how can i do that in jekyll?
+
[2013-12-04T14:04:12Z]
abishek_
can i define variables when iterating through the posts in jekyll?
+
[2013-12-04T08:18:52Z]
abishek_
but if there are js files that invokes automatically when the file is loaded?
+
[2013-12-04T08:17:43Z]
abishek_
ok, can you suggest on how i should do it
+
[2013-12-04T08:16:44Z]
abishek_
pontiki, the general rule for html pages is to load all scripts on the head tag and the scripts after the body tag. The problem that I have page specific scripts that I want to load after the all the scripts of the layout are loaded. Putting the scripts on the page loads it before
+
[2013-12-04T08:14:13Z]
abishek_
ok, give me a min, let me give you a pastie
+
[2013-12-04T08:13:42Z]
abishek_
ok, wat is the best way to do it?
+
[2013-12-04T08:12:37Z]
abishek_
am not sure how to get this to work
+
[2013-12-04T08:11:01Z]
abishek_
pontiki, there is an issue referred to on github https://github.com/mojombo/jekyll/issues/246#issuecomment-1639375 and am trying to get this to work
+
[2013-12-04T08:07:58Z]
abishek_
pontiki, i basically want to be able to override and scripts from the pages using the default layout
+
[2013-12-04T08:07:08Z]
abishek_
i have a default layout and I want to have a section called styles and scripts that I can also add from static pages that use these layouts
+
[2013-12-04T07:56:11Z]
abishek_
hi, can someone advice on how to maintain sections in jekyll