aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorla-ninpre <leobrekalini@gmail.com>2020-08-14 15:48:55 +0300
committerla-ninpre <leobrekalini@gmail.com>2020-08-14 17:02:17 +0300
commit3e7dc756f155e264e3b1d229b60cc01b8c2c0367 (patch)
tree7cb7cb7e4f73b0d093fa1ce40d35fd98c87d9eee
parentc49c05a5532ba00c6991ebde4bf52f2ea9f84b7a (diff)
downloadaaoth.xyz-3e7dc756f155e264e3b1d229b60cc01b8c2c0367.tar.gz
aaoth.xyz-3e7dc756f155e264e3b1d229b60cc01b8c2c0367.zip
add default layout to config
and lowercased the heading :p
-rw-r--r--_config.yml8
-rw-r--r--index.html3
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"
diff --git a/index.html b/index.html
index bffe507..d328294 100644
--- a/index.html
+++ b/index.html
@@ -1,6 +1,5 @@
---
-layout: default
title: aaoth.xyz
---
-<h1>Wait</h1>
+<h1>wait</h1>
<p>There's nothing yet, but soon</p>