http - How do I use Jekyll in a subdirectory? -


jekyll assumes generated site served root directory, , subsequently of links absolute beginning "/". i'd serve out blog subdirectory, i.e., http://www.example.com/~user/blog.

setting permalink variable (http://jekyllrb.com/docs/permalinks/) partial fix, doesn't address other things such css files.

i'll glad pointers.

you want use baseurl config option in _config.yml file. permalinks relative that. see jekyll docs baseurl option: http://jekyllrb.com/docs/configuration/

assuming using @ least jekyll 1.0.0.


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -