cloudhead / toto

the 10 second blog-engine for hackers
MIT License
1.49k stars 245 forks source link

Error with routing to more Info #132

Closed GeneralZero closed 10 years ago

GeneralZero commented 10 years ago

I create a Document in the articles folder

ls articles 
2013-10-11-blog-up.txt

the main page work fine but I am not able to access the full article

- - [12/Oct/2013 07:15:26] "GET //2013/12/10/blog-up/ HTTP/1.0" 404 75 0.0018

and here is the blog post

title: blog up
author: GeneralZer0
date: 10/12/2013

I have finaly done something with this site by adding a blog to it and will make it the main page when I figure out how to with nginx config and proxying.

Is there a way that I can view the routes of the app so I can see what is going wrong?

GeneralZero commented 10 years ago

fixed it with

title: blog up
author: GeneralZer0
slug: blog-up
date: 10/12/2013

I have finaly done something with this site by adding a blog to it and will make it the main page when I figure out how to with nginx config and proxying.