diff --git a/assets/css/cols.css b/assets/css/cols.css index 103f596c..d8794eaa 100644 --- a/assets/css/cols.css +++ b/assets/css/cols.css @@ -7,6 +7,7 @@ .col { flex: 1 1 auto; display: flex; + text-align: center; justify-content: center; flex-direction: column; figure { diff --git a/config/_default/menus.yaml b/config/_default/menus.yaml index 3839cd21..acc8e8a0 100644 --- a/config/_default/menus.yaml +++ b/config/_default/menus.yaml @@ -1,17 +1,14 @@ --- main: - # - name: Home - # pageRef: "/" - # weight: 1 # - name: Twelve Duchies # pageRef: "/categories/twelve-duchies/" # weight: 1 + - name: Worlds + pageRef: "/worlds/" + weight: 1 - name: Categories pageRef: "/categories/" weight: 2 - # - name: Posts - # pageRef: "categories/" - # weight: 3 - name: Tags pageRef: "/tags/" weight: 4 diff --git a/content/worlds/after-the-end/_index.md b/content/worlds/after-the-end/_index.md new file mode 100644 index 00000000..34f25d32 --- /dev/null +++ b/content/worlds/after-the-end/_index.md @@ -0,0 +1,5 @@ +--- +title: After The End +draft: false +type: page +--- diff --git a/content/worlds/index.md b/content/worlds/index.md new file mode 100644 index 00000000..e2f37f10 --- /dev/null +++ b/content/worlds/index.md @@ -0,0 +1,5 @@ +--- +title: Worlds Of Adventure +draft: false +# type: page +--- diff --git a/layouts/section.html b/layouts/section.html index b6e5d80c..a852a623 100644 --- a/layouts/section.html +++ b/layouts/section.html @@ -13,4 +13,4 @@

{{ .Title }}

{{ end }} - {{ end }} +{{ end }} diff --git a/layouts/worlds/page.html b/layouts/worlds/page.html new file mode 100644 index 00000000..602134c0 --- /dev/null +++ b/layouts/worlds/page.html @@ -0,0 +1,18 @@ +{{ define "main" }} +
+
+

{{ .Title }}

+
+
+
+
+ foo +
+
+ foo +
+
+ foo +
+
+{{ end }}