latest 20 messages by nickjj

+ [5 years ago] nickjj does anyone know if github packages' pricing is on a per account or per repo basis?
+ [8 years ago] nickjj captn3m0, right but no matter what combo i use, it doesn't work as intended -- it never evals the comparison of the modulo result in the correct spot
+ [8 years ago] nickjj normally i would just do , forloop.index % 3 , but that's not valid liquid
+ [8 years ago] nickjj how can i replace this hard coded nastiness into something that happens "every 3 indexes"? {% if forloop.index == 3 or forloop.index == 6 or forloop.index == 9 %}
+ [8 years ago] nickjj if i delete an account, does the url availability get immediately available?
+ [8 years ago] nickjj you ended up cloning not only the style related stuff, but the content too
+ [8 years ago] nickjj up until recently if you were looking for jekyll themes, you'd end up cloning someone's existing set up and modify it to your liking
+ [8 years ago] nickjj official themes didn't always exist in jekyll
+ [8 years ago] nickjj instead of uploading a zip file somewhere, you download a ruby gem -- that's just the transport method of getting the theme's files into your jekyll install
+ [8 years ago] nickjj if theme writers stick to the contract that jekyll defines as to what consists of a theme, then your site's visual style will change to be that theme
+ [8 years ago] nickjj Ownix, while i haven't used themes, they look pretty similar to WP themes to me in a conceptual sense
+ [8 years ago] nickjj do you think it's worth opening a ticket for the behavior of: _foo and _bar gets watched by the watcher but they are supposed to get excluded by default since they begin with _
+ [8 years ago] nickjj seems like when i wrap the parameter to foo with single quotes, it gets processed literally
+ [8 years ago] nickjj i put in a {% foo wtf | raw %} and it worked but also output | raw , so i removed the | raw and it continued to work
+ [8 years ago] nickjj i figured it out without using raw, but using raw allowed me to figure out the real problem
+ [8 years ago] nickjj disconnected, now that's fun...
+ [8 years ago] nickjj ok so i figured it out but i'm not sure how to solve it. it works if i use it in an html file but when it's in a markdown file it outputs the html literally, thoughts on getting markdown to process it correctly?
+ [8 years ago] nickjj the return value of the plugin is "<p>#{phrase}</p>", i looked at other plugins and this is how they operated, not sure what i'm doing wrong
+ [8 years ago] nickjj one of the plugins i wrote generates html, but when i use it such as {% foo 'hello' %} it literally outputs <p>hello</p> with the html entities escaped, how can i get it to not do that?
+ [8 years ago] nickjj as in the file itself