latest 13 messages by ceterum

+ [2016-11-17T21:31:35Z] ceterum Thanks!
+ [2016-11-17T21:27:12Z] ceterum jekyllrb: Switching to pygments fixed it.
+ [2016-11-17T21:16:24Z] ceterum Any way to fix this?
+ [2016-11-17T21:16:16Z] ceterum It's interpreting the # as a comment sign, while it actually signifies the base of the number that follows (i.e. base 16).
+ [2016-11-17T21:15:28Z] ceterum Hi. The syntax highlighter is parsing my shell script the wrong way. Here's the problematic bit: $((16#FF))
+ [2016-11-15T10:08:59Z] ceterum moozer: Does that help?
+ [2016-11-15T10:08:53Z] ceterum https://stackoverflow.com/questions/27534299/jekyll-include-markdown-with-layout-in-html
+ [2016-11-15T10:08:53Z] ceterum "
+ [2016-11-15T10:08:50Z] ceterum moozer: "Includes are included in page/post but they are only code parts. They cannot be decorated with a template.
+ [2016-11-15T08:48:59Z] ceterum oksushi: Thanks!
+ [2016-11-14T22:19:31Z] ceterum Will go to sleep now, but feel free to answer. Thanks for the clarification miklb.
+ [2016-11-14T22:17:55Z] ceterum Okay. Noobie question: where should I edit/add CSS? I know there's assets/main.css, but don't know if that's appropriate to edit or something higher up should be edited instead.
+ [2016-11-14T22:06:38Z] ceterum Hi. I added a video to a post using <video></video> (HTML5). Is there a way to make it obey the max width of the post, like images do?