diff --git a/.vs/VSWorkspaceState.json b/.vs/VSWorkspaceState.json
index 1a350d0..cc89b8a 100644
--- a/.vs/VSWorkspaceState.json
+++ b/.vs/VSWorkspaceState.json
@@ -1,8 +1,11 @@
{
"ExpandedNodes": [
"",
- "\\_about"
+ "\\assets",
+ "\\assets\\image",
+ "\\_about",
+ "\\_credits"
],
- "SelectedNode": "\\_about\\extremisea.md",
+ "SelectedNode": "\\_credits\\acknowledgements.md",
"PreviewInSolutionExplorer": false
}
\ No newline at end of file
diff --git a/.vs/alphazero-official.github.io/v16/.suo b/.vs/alphazero-official.github.io/v16/.suo
index 60e8bf8..35f3f66 100644
Binary files a/.vs/alphazero-official.github.io/v16/.suo and b/.vs/alphazero-official.github.io/v16/.suo differ
diff --git a/.vs/slnx.sqlite b/.vs/slnx.sqlite
index 88a05b0..56116f3 100644
Binary files a/.vs/slnx.sqlite and b/.vs/slnx.sqlite differ
diff --git a/_about/1oolm.md b/_about/1oolm.md
index 0f26c39..08b7609 100644
--- a/_about/1oolm.md
+++ b/_about/1oolm.md
@@ -1,8 +1,4 @@
---
-name: 1oolm
-credit: Lead Developer
-color: "#4F0985"
-link: /about/1oolm.html
layout: page
title: About 1oolm
---
diff --git a/_about/clickerty.md b/_about/clickerty.md
index 89b8850..7e84770 100644
--- a/_about/clickerty.md
+++ b/_about/clickerty.md
@@ -1,8 +1,4 @@
---
-name: Clickerty
-credit: Writer & Designer
-color: "#0F65AB"
-link: /about/clickerty.html
layout: page
title: About Clickerty
---
diff --git a/_about/extremisea.md b/_about/extremisea.md
index 6cf3e5b..e3d4ff2 100644
--- a/_about/extremisea.md
+++ b/_about/extremisea.md
@@ -1,8 +1,4 @@
---
-name: Extremisea
-credit: Writing & Design Assistance
-color: "#63C5DA"
-link: /about/extremisea.html
layout: page
title: About extremisea
---
diff --git a/_about/masernerd.md b/_about/masernerd.md
index f1c091c..8ea49b5 100644
--- a/_about/masernerd.md
+++ b/_about/masernerd.md
@@ -1,14 +1,12 @@
---
-name: Masernerd
-credit: Voice Actor
-color: "#910FAB"
-link: /about/masernerd.html
layout: page
title: About Masernerd
---
-**Masernerd** (a.k.a. Masternerd, Mazerderd or Mas) is a person.
+**Masernerd** (a.k.a. Masternerd, Mazerderd or Mas) is a contributor for alpha.zero.
TBA idk let him write this one if he wants
+
+His involvement currently doesn't go much further than *Masernerd Mode*, an inside joke option in WHG Project started by a dream 1oolm had. After asking ChatGPT for ideas regarding the option, it's been worked into implementation, also sparking the Random Settings category, containing similar ""fun"" options.
#### Contributions include:
diff --git a/_credits/contributors.md b/_credits/contributors.md
index 03a96b3..cc34755 100644
--- a/_credits/contributors.md
+++ b/_credits/contributors.md
@@ -3,6 +3,7 @@ layout: page
title: Contributors
permalink: /contributors/
---
+{% assign mas = site.data.contributors["masernerd"] %}
List of contributions made by people past and present. (Might not be exhaustive)
## Miscellaneous
+{{ mas.name }}: {{ mas.credit }}
+
MasterCatGodsWhyIms: Original idea for WHG Project
\ No newline at end of file
diff --git a/_credits/team.md b/_credits/team.md
index f49c596..150bca0 100644
--- a/_credits/team.md
+++ b/_credits/team.md
@@ -5,7 +5,7 @@ permalink: /team/
---
### alpha.zero is:
-{% for member in site.about %}
+{% for member in site.data.staff %}
\ No newline at end of file
diff --git a/posts.md b/posts.md
new file mode 100644
index 0000000..647ffdd
--- /dev/null
+++ b/posts.md
@@ -0,0 +1,4 @@
+---
+layout: posts
+title: Posts
+---
\ No newline at end of file