Skip to content
This repository has been archived by the owner on Oct 9, 2020. It is now read-only.

Posts should get their own routes, #12

Open
raadad opened this issue Jul 29, 2013 · 3 comments
Open

Posts should get their own routes, #12

raadad opened this issue Jul 29, 2013 · 3 comments

Comments

@raadad
Copy link

raadad commented Jul 29, 2013

Post should get their own routes, so we can link to them from other places like twitter, this will be good and allow more traffic to be driven to the site.

my blog uses tumblr instead of github to author content (not as cool :P) but this allows me to link directly to things, eg:

http://elsleiman.com/blog/setup-a-node-js-development-environment-with-vagrant/

If you think its worth doing, let me know ill throw it together in my freetime.

@rvagg
Copy link
Member

rvagg commented Jul 29, 2013

A little difficult right at this moment because of the way the server is running (this is no express app), but yeah, it'd be good to be able to preserve permalinks. For now, permalinks really are just the github issues for the posts.
I'll get to this, I have some related functionality that needs to go into the framework that's running the server.

@rvagg
Copy link
Member

rvagg commented Jul 29, 2013

actually, on second thoughts it's probably not as difficult as I thought.. the framework already accepts express-style routes, just as long as the issue number was in the URL it shouldn't be too hard.

@raadad
Copy link
Author

raadad commented Jul 29, 2013

did not even check the stack, just assumed everything these days is express.
ooo splink mvc, looks interesting.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants