fraziermork / portfolio

MIT License
0 stars 0 forks source link

rebuild page loading #66

Closed fraziermork closed 8 years ago

fraziermork commented 8 years ago

Follow the page.js recommendations for separating concerns under the routing section so that I'm not loading everything explicitly for every section, but instead loading what's needed for each section and the things within it.

fraziermork commented 8 years ago

use /. as a url for page for building all the articles and stuff? That way it doesn't happen for index, because . has to match a character, but it loads for everything after that. Might have to be /.* or something weird like that.

fraziermork commented 8 years ago

This works now, even if the implementation isn't the most elegant.