BennyHallett / obelisk

Static Site Generator written in Elixir.
MIT License
392 stars 34 forks source link

Serve command should load index on root path #10

Closed BennyHallett closed 9 years ago

BennyHallett commented 9 years ago

At the moment, to load up the page after a serve command, you need to point the browser at http://localhost:4000/index.html. It should also work for just http://localhost:4000