meteor-theme-hexo
meteor-theme-hexo copied to clipboard
Render all pages on one page
There'd be a few benefits of this:
- Can use browser search
- Entire sitemap in the sidebar
- Can print for PDF for offline mode
What's needed:
- [ ] Figure out a way to get hexo to render all pages at one route. Maybe there's a plugin for it? (I searched and didn't find one)
- [ ] Update our main.js code to handle the multi-page case (I think right now it would put all sub menu items under the first top-level menu item.
- [ ] Ensure the "all page" is not indexed by google.
Happy to advise if someone wants to have a go at this.
I am just going to an airplane. How can I program now in Meteor without that nice tab opened? :-(
cd meteor-checkout-dir
git checkout master
cd docs
meteor
;)
What is then in meteor/docs repository?
Oh I mean if you wanted to get the old docs (all in one page) going, that would be the way to do it.
Aha. OK.