add documentation

This commit is contained in:
zyl 2024-11-12 17:51:12 -08:00
parent 772764ea91
commit 15511adfdf
Signed by: zyl
SSH key fingerprint: SHA256:uxxbSXbdroP/OnKBGnEDk5q7EKB2razvstC/KmzdXXs
11 changed files with 588 additions and 0 deletions

View file

@ -0,0 +1,14 @@
---
title: webdog assumptions
template: docs.tera
---
# webdog assumptions
although webdog can be used to make many different kinds of static website, there are some assumptions it makes about your site's layout which must be followed.
- there must be a template named "base.tera". pages without a template will assume this is their base template.
- there must be a page named "404.md". this page will be used if a page can't be found.
- other things i'm sure i'm forgetting