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

Single Page Application #6

Open
keynmol opened this issue Apr 29, 2021 · 0 comments
Open

Single Page Application #6

keynmol opened this issue Apr 29, 2021 · 0 comments
Labels

Comments

@keynmol
Copy link
Contributor

keynmol commented Apr 29, 2021

  1. All of the mdoc machinery stays in place
  2. Most of the site config stays the same
  3. A Scala.js frontend is created

Site builder publishes the following artifacts:

  1. site.json - contains list of pages for navigation - it's the first file AJAXd from the server by the SPA
  2. _pages/*.html - markdown pages (rendered to html) of the site
  3. spa.js - bundled fully optimised SPA frontend

Navigation will need to be changed to:

http://site.github.io/#page/path?page-header

Which means it needs to be propagated into the search.

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

No branches or pull requests

1 participant