latest 17 messages by OWNSyouAll_DESKT
+
[2013-10-03T20:48:43Z]
OWNSyouAll_DESKT
was using {{}} for the IF statements and not {}
+
[2013-10-03T20:48:25Z]
OWNSyouAll_DESKT
Nvm fixed it
+
[2013-10-03T20:46:41Z]
OWNSyouAll_DESKT
jaybe, Still is broken it just outputs the file as if there are no IF statements in it.
+
[2013-10-03T20:24:10Z]
OWNSyouAll_DESKT
What am I doing wrong here http://pastebin.com/myJrtnQW ? Is it a bug cause I don't understand why my if statements don't work at all.
+
[2013-09-30T01:37:59Z]
OWNSyouAll_DESKT
Is it possible to create multiple site.posts? To have seperate posts in say _posts2?
+
[2013-07-05T22:12:22Z]
OWNSyouAll_DESKT
benbalter: yeah that works thanks
+
[2013-07-05T22:07:23Z]
OWNSyouAll_DESKT
just for consitency
+
[2013-07-05T22:04:28Z]
OWNSyouAll_DESKT
Hey how do i get jekyll to make a folders for php files like it does for html files. EX: if i have file.html it creates a folder called file and makes file.html the index.html for the folder but it doesn't do that with php files.
+
[2013-07-01T17:10:18Z]
OWNSyouAll_DESKT
Well I wouldn't need it for stuff that isn't going to be linked like say CSS
+
[2013-07-01T17:09:14Z]
OWNSyouAll_DESKT
I would like it do it automatically something like permalink: /s/:title
+
[2013-07-01T17:07:29Z]
OWNSyouAll_DESKT
Yes
+
[2013-07-01T16:59:22Z]
OWNSyouAll_DESKT
jaybe: that explain it a bit better?
+
[2013-07-01T16:58:53Z]
OWNSyouAll_DESKT
But putting both permalink: pretty and permalink: none in _config.yml Dosen't give me two permalink styles it just gives me the permalink style of the one farthest down in _config.yml
+
[2013-07-01T16:57:36Z]
OWNSyouAll_DESKT
So I basically need two separate permalinks style one verbose like permalink: pretty and one short like permalink: none
+
[2013-07-01T16:56:22Z]
OWNSyouAll_DESKT
I want to set up shorten links for my jekyll page. For example youtube has a normal link of lets say https://www.youtube.com/watch?v=444444 but they also offer a shorten link of http://youtu.be/444444
+
[2013-07-01T16:50:10Z]
OWNSyouAll_DESKT
I thought about creating two permalinks styles in _config.yml but they just overpower the second one in the file
+
[2013-07-01T16:48:22Z]
OWNSyouAll_DESKT
Hey is there a way to create shorten links in jekyll without changing my permalink style?