mirror of
https://github.com/zyllian/webdog.git
synced 2025-01-18 19:52:22 -08:00
15 lines
480 B
Markdown
15 lines
480 B
Markdown
|
---
|
||
|
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
|