+ [2014-12-30T22:11:10Z] jpalmer If you forked it, and you are only pushing changes to your fork of it, you'll be listed as a contributor in your fork, but not in the upstream project unless you contribue a pull request to them, and they accept it and merge it into master
+ [2014-12-30T22:12:24Z] jpalmer when you fork it, you basically make a copy of their repo. you can modify that copy as much as you want, and it has nothing to do with their repo. including contributions. it's only when you push those changes upstream to their repo, will you show as a contributor.
+ [2015-01-10T15:27:51Z] hipertracker I created a new octopress site. Inline code plugins is not working correct. It generates HTML but escapes all tags, so the code instead of being highlighted is messy.

message no. 72152

Posted by hipertracker in #octopress at 2015-01-10T15:29:07Z

Any hints?
+ [2015-01-14T16:29:34Z] eljrax Hey, I just followed this: http://octopress.org/docs/deploying/subdir/
+ [2015-01-14T16:29:46Z] eljrax And my blog posts appeared in example.com/blog/blog/2015....
+ [2015-01-14T16:30:11Z] eljrax I removed /blog from permalink in _config.yml, and now it looks alright.
+ [2015-01-14T16:30:20Z] eljrax But have I broken something else?
+ [2015-01-14T16:31:26Z] eljrax (so now posts permalink is example.com/blog/2015...