latest 20 messages by DoomBoom
+
[9 years ago]
DoomBoom
alright it just works as expected
+
[9 years ago]
DoomBoom
let's see what happens if I just change it back
+
[9 years ago]
DoomBoom
wait, derp, jekyll-import did that.
+
[9 years ago]
DoomBoom
I don't want it to convert Chinese characters into e4-b8-96-e7-95-8c-e4-b9-8b-e7-aa-97
+
[9 years ago]
DoomBoom
is there a way I can make my :title permalink unicode-friendly?
+
[9 years ago]
DoomBoom
I'm just doing this for my own blog I host at some hosting company thing
+
[9 years ago]
DoomBoom
I don't really know much about Github pages or bundle, sorry
+
[9 years ago]
DoomBoom
bye osfameron
+
[9 years ago]
DoomBoom
which is actually why I decided not to use Hexo
+
[9 years ago]
DoomBoom
which just barfs up huge disgusting errors when something goes wrong
+
[9 years ago]
DoomBoom
not like npm
+
[9 years ago]
DoomBoom
I found the error messages from gem were quite nice
+
[9 years ago]
DoomBoom
:D
+
[9 years ago]
DoomBoom
that was it for me at least
+
[9 years ago]
DoomBoom
I had that error today as well, you should install ruby2.0-dev as well(apt-get) and instead of using "gem install ..." you need to use "gem2.0 install ..."
+
[9 years ago]
DoomBoom
deniz946, https://pages.github.com/ this probably
+
[9 years ago]
DoomBoom
I think Github has documentation on that
+
[9 years ago]
DoomBoom
then if you did "jekyll serve" and go to "localhost:4000" in your browser you'll see the example website, which has some tips on where to start editing
+
[9 years ago]
DoomBoom
then follow the quick-start instructions
+
[9 years ago]
DoomBoom
I guess you need to apt-get install ruby2.0