Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Render all pages on one page #12

Open
3 tasks
tmeasday opened this issue May 23, 2016 · 5 comments
Open
3 tasks

Render all pages on one page #12

tmeasday opened this issue May 23, 2016 · 5 comments

Comments

@tmeasday
Copy link
Contributor

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.

@mitar
Copy link

mitar commented May 23, 2016

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

@tmeasday
Copy link
Contributor Author

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

;)

@mitar
Copy link

mitar commented May 23, 2016

What is then in meteor/docs repository?

@tmeasday
Copy link
Contributor Author

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

@mitar
Copy link

mitar commented May 23, 2016

Aha. OK.

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

No branches or pull requests

2 participants