mirror of
https://github.com/zyllian/webdog.git
synced 2025-05-11 02:56:38 -07:00
add documentation
This commit is contained in:
parent
772764ea91
commit
15511adfdf
11 changed files with 588 additions and 0 deletions
14
site/pages/docs/wd-assumptions.md
Normal file
14
site/pages/docs/wd-assumptions.md
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue