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

Deterministic page headers by exploring pages via rootPage.pages key #5

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions README.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
[ vim: set filetype=Markdown: ]: # (<style type="text/css">body {visibility: hidden} </style>)
[ vim: set filetype=Markdown: ]: # (<meta charset="utf-8">)
[ vim: set filetype=Markdown: ]: # (<script src="site/Paradoc.js"> </script>)
[//]: # ( vim: set filetype=Markdown: )
[//]: # (<style type="text/css">body {visibility: hidden} </style>)
[//]: # (<meta charset="utf-8">)
[//]: # (<script src="site/Paradoc.js"> </script>)
[//]: # (---)
[//]: # (title: Paradoc)
[//]: # (subtitle: Instantly write, deploy, and enjoy docs)
[//]: # (description: Paradoc - Easy Markdown Pages)
[//]: # (nextPage: configuring-pages)
[//]: # (pages: readme,configuring-pages,styles,integration)
[//]: # (siteTemplate: siteTemplate.html)
[//]: # (---)

Expand Down
2 changes: 1 addition & 1 deletion integration.html
Original file line number Diff line number Diff line change
Expand Up @@ -282,4 +282,4 @@

#### `.gitattributes` Approach:
There is an approach to getting Github to render your `.html` page as markdown
that uses `.gitattributes`. This is left as an exercize to the reader.
that uses `.gitattributes`. This is left as an exercise to the reader.
Loading