mx3m / hikari-for-jekyll

An open-source theme for Jekyll
http://mx3m.github.io/hikari-for-jekyll
MIT License
235 stars 86 forks source link

Forbbiden error when serving jekyll #8

Closed diegofaria closed 10 years ago

diegofaria commented 10 years ago

With no configuration just clone and serving, I got this error when accessing localhost:4000

Forbidden no access permission to `/'

ssorallen commented 10 years ago

This happened to me too. The default configuration serves the blog from a specific path: "/hikari-for-Jekyll"

Try visiting http://localhost:4000/hikari-for-Jekyll

baseurl: /hikari-for-Jekyll should possibly be removed from the default config.

mx3m commented 10 years ago

Ya, sorry guys, that was the configuration for my gh-pages branch. I'll remove it from the master :)

diegofaria commented 10 years ago

@ssorallen, for me it doesn't works :/

ssorallen commented 10 years ago

@diegofaria that URL needed a trailing slash:

http://localhost:4000/hikari-for-Jekyll/