+ [2016-09-28T22:14:47Z] jaybe need to learn about ruby, ruby environment managers, etc. i.e. 'rvm'
+ [2016-09-28T22:15:20Z] jaybe and or learn about `gem` and `bundler` options and functionality
+ [2016-09-28T22:15:52Z] jaybe i.e. gem install --prerelease --no-rdoc --no-ri --bindir ~/bin --no-document --user-install --verbose jekyll
+ [2016-10-01T02:53:23Z] TacoThief Hey. Is it possible to set separate permalink structures per category?
+ [2016-10-01T02:54:02Z] TacoThief I tried setting it in the "defaults" section and setting the copy to be category 'x' however it didn't work and if I switched to using path it seemed to set it for all posts

message no. 151947

Posted by TacoThief in #jekyll at 2016-10-01T02:54:02Z

I tried setting it in the "defaults" section and setting the copy to be category 'x' however it didn't work and if I switched to using path it seemed to set it for all posts
+ [2016-10-02T13:07:05Z] su1ts man, this minima theme update really made working with jekyll complicated for me :(
+ [2016-10-02T13:26:47Z] su1ts as someone who wants to create his own theme
+ [2016-10-02T13:33:10Z] T0by_ Why?
+ [2016-10-02T13:39:39Z] jaybe themes does bring a bit of change, however, creating a new theme is as simple as, `mkdir newsite`
+ [2016-10-02T13:41:59Z] jaybe s/creating/getting started creating/