diff --git a/source/_data/navigation.yml b/source/_data/navigation.yml index b6e45d8..ca3f06a 100644 --- a/source/_data/navigation.yml +++ b/source/_data/navigation.yml @@ -8,8 +8,8 @@ header: - name: Projects link: /projects directory: true - - name: Guides - link: /guides + - name: Other Stuff + link: /stuff directory: true - name: Contact link: /contact \ No newline at end of file diff --git a/source/guides.html b/source/guides.html deleted file mode 100644 index 2ea67f8..0000000 --- a/source/guides.html +++ /dev/null @@ -1,22 +0,0 @@ ---- -layout: main -permalink: /guides/index.html ---- - -
-
- {%- for guide in site.guides -%} - - {%- endfor -%} -
-
\ No newline at end of file diff --git a/source/stuff.html b/source/stuff.html new file mode 100644 index 0000000..2c25d7f --- /dev/null +++ b/source/stuff.html @@ -0,0 +1,22 @@ +--- +layout: main +permalink: /stuff/index.html +--- + +
+
+ {%- for thing in site.stuff -%} + + {%- endfor -%} +
+
\ No newline at end of file