meteor-theme-hexo icon indicating copy to clipboard operation
meteor-theme-hexo copied to clipboard

Render all pages on one page

Open tmeasday opened this issue 9 years ago • 5 comments

There'd be a few benefits of this:

  1. Can use browser search
  2. Entire sitemap in the sidebar
  3. 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.

tmeasday avatar May 23 '16 20:05 tmeasday

I am just going to an airplane. How can I program now in Meteor without that nice tab opened? :-(

mitar avatar May 23 '16 21:05 mitar

cd meteor-checkout-dir
git checkout master
cd docs
meteor

;)

tmeasday avatar May 23 '16 21:05 tmeasday

What is then in meteor/docs repository?

mitar avatar May 23 '16 21:05 mitar

Oh I mean if you wanted to get the old docs (all in one page) going, that would be the way to do it.

tmeasday avatar May 23 '16 21:05 tmeasday

Aha. OK.

mitar avatar May 23 '16 21:05 mitar