latest 20 messages by wa5ted
+
[2016-11-22T07:21:08Z]
wa5ted
thanks
+
[2016-11-22T07:21:07Z]
wa5ted
allejo thanks for your help seems to work for my scenario
+
[2016-11-22T07:17:29Z]
wa5ted
allejo lemme try that
+
[2016-11-22T05:41:39Z]
wa5ted
is that possible
+
[2016-11-22T05:41:34Z]
wa5ted
basically if (url is "{base.url}/platform/"
+
[2016-11-22T05:41:09Z]
wa5ted
is there anyway i can do it for if the entire url is a certain way
+
[2016-11-22T05:40:44Z]
wa5ted
i might add more page sin the future so an if statement with .contains method and then saying && !url.contains will not wokr
+
[2016-11-22T05:40:08Z]
wa5ted
but not /platform/page1 or /platform/page2
+
[2016-11-22T05:39:56Z]
wa5ted
is the current url
+
[2016-11-22T05:39:49Z]
wa5ted
only if url /platform/
+
[2016-11-22T05:39:36Z]
wa5ted
how can i write an IF statement by which i coudl run some markup
+
[2016-11-22T05:38:55Z]
wa5ted
had a question about jekyll and liquid templating: say i have links /platform/ , /platform/page1 , /platform/page2
+
[2016-09-07T20:39:22Z]
wa5ted
any ideas guys
+
[2016-09-07T20:34:34Z]
wa5ted
its a command for turning the extensions of html files to php
+
[2016-09-07T20:34:20Z]
wa5ted
^ this is what i wanna run
+
[2016-09-07T20:34:15Z]
wa5ted
find . -iname "*.html" -exec bash -c 'mv "$0" "${0%\.html}.php"' {} \;
+
[2016-09-07T20:34:05Z]
wa5ted
is there any way to write a terminal command everytime jekyll builds?
+
[2016-09-05T06:10:01Z]
wa5ted
social network feed pulls
+
[2016-09-05T06:09:53Z]
wa5ted
miklb im doing some social pulls (hence why i need to convert an html file to a php ones)
+
[2016-09-05T04:20:58Z]
wa5ted
sounds counter intuitive but i need to add some dynamic content to a particular webpage