diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2023-04-25 12:16:08 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2023-04-25 12:16:08 -0300 |
commit | 933e7b8ef37034af784b4a62a2e38c35bb8811e4 (patch) | |
tree | 97e8a74cd43f7eba2dfa49cec99debc980ceb1c5 /documents/static-page.md |
highly WIP initial commit
Diffstat (limited to 'documents/static-page.md')
-rw-r--r-- | documents/static-page.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/documents/static-page.md b/documents/static-page.md new file mode 100644 index 0000000..e47a0c5 --- /dev/null +++ b/documents/static-page.md @@ -0,0 +1,13 @@ +# Static Page Format + +Static page documents are stored each in its own file, at `static/<directory>.md`. + +## Static page documents + +Linked as `[[static:directory]]`. + +* `Name`: static page name +* `Short Name`: for use in e.g. homepage navigation bar +* `Directory`: unique identifier among other static pages +* `Style`: extra CSS pertinent to this page's content +* `Content`: full content of static page |