diff options
| -rw-r--r-- | _config.yml | 8 | ||||
| -rw-r--r-- | index.html | 3 |
2 files changed, 8 insertions, 3 deletions
diff --git a/_config.yml b/_config.yml index 67d6e2a..7d89b26 100644 --- a/_config.yml +++ b/_config.yml @@ -1,6 +1,12 @@ -title: AAOTH +title: aaoth # exclude non-site files exclude: - LICENSE - README.md + +defaults: + - scope: + path: "" + values: + layout: "default" @@ -1,6 +1,5 @@ --- -layout: default title: aaoth.xyz --- -<h1>Wait</h1> +<h1>wait</h1> <p>There's nothing yet, but soon</p> |
