Preparing for deploying with GitHub pages.
This commit is contained in:
parent
ebc904d60d
commit
4a73c474dc
55 changed files with 1952 additions and 1585 deletions
10
_includes/docs.njk
Normal file
10
_includes/docs.njk
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
layout: skeleton.njk
|
||||
---
|
||||
<main>
|
||||
<p>You are seeing the documentation for: <a href="{{ projectData.url }}">{{ projectData.fileSlug }}</a></p>
|
||||
<hr>
|
||||
<div>
|
||||
{{ content | safe }}
|
||||
</div>
|
||||
</main>
|
||||
Loading…
Add table
Add a link
Reference in a new issue