diff --git a/.vs/VSWorkspaceState.json b/.vs/VSWorkspaceState.json index 6b61141..1a350d0 100644 --- a/.vs/VSWorkspaceState.json +++ b/.vs/VSWorkspaceState.json @@ -1,6 +1,8 @@ { "ExpandedNodes": [ - "" + "", + "\\_about" ], + "SelectedNode": "\\_about\\extremisea.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 new file mode 100644 index 0000000..60e8bf8 Binary files /dev/null and b/.vs/alphazero-official.github.io/v16/.suo differ diff --git a/.vs/site/v16/.suo b/.vs/site/v16/.suo deleted file mode 100644 index 59ea12c..0000000 Binary files a/.vs/site/v16/.suo and /dev/null differ diff --git a/.vs/slnx.sqlite b/.vs/slnx.sqlite index 965fc97..88a05b0 100644 Binary files a/.vs/slnx.sqlite and b/.vs/slnx.sqlite differ diff --git a/.vs/tasks.vs.json b/.vs/tasks.vs.json new file mode 100644 index 0000000..5766862 --- /dev/null +++ b/.vs/tasks.vs.json @@ -0,0 +1,14 @@ +{ + "version": "0.2.1", + "tasks": [ + { + "taskLabel": "Local Server", + "appliesTo": "*", + "type": "default", + "command": "${env.COMSPEC}", + "args": [ + "bundle exec jekyll serve" + ] + } + ] +} \ No newline at end of file diff --git a/_about/masernerd.md b/_about/masernerd.md index d3f993f..f1c091c 100644 --- a/_about/masernerd.md +++ b/_about/masernerd.md @@ -9,6 +9,7 @@ title: About Masernerd **Masernerd** (a.k.a. Masternerd, Mazerderd or Mas) is a person. TBA idk let him write this one if he wants - +
+
#### Contributions include: - Masernerd Mode voice lines diff --git a/_config.yml b/_config.yml index 3b7fe19..e7be8d2 100644 --- a/_config.yml +++ b/_config.yml @@ -44,6 +44,10 @@ collections: - clickerty.md - extremisea.md - masernerd.md + credits: + output: true + permalink: /:name + disqus: shortname: alphazero-1 diff --git a/_credits/acknowledgements.md b/_credits/acknowledgements.md new file mode 100644 index 0000000..6b8e90f --- /dev/null +++ b/_credits/acknowledgements.md @@ -0,0 +1,8 @@ +--- +layout: page +title: Acknowledgements +permalink: /acknowledgements/ +--- +If we yoinked something that should be acknowledged into our stuff, (like an open-source library) it should be here. +
+#### HALLEY LABS: Some sounds from their [sample packs](https://heckscaper.com/resources/samples.html).
[(HLRC LICENSE A)](https://heckscaper.com/resources/license1.html) \ No newline at end of file diff --git a/_credits/contributors.md b/_credits/contributors.md new file mode 100644 index 0000000..03a96b3 --- /dev/null +++ b/_credits/contributors.md @@ -0,0 +1,17 @@ +--- +layout: page +title: Contributors +permalink: /contributors/ +--- +List of contributions made by people past and present.
(Might not be exhaustive) +
+
+## Testers +(Grey names are no longer in the occupation.)
+#### WHG Project OGs (2022): +AddisonJudah, Artem4ikBaik, badass person 500, Dgiorn, Instatex, InvadedPurple, [owaloid](/assets/image/kijetesantakalu.png), PlanetCoffee, Pseudonym, pugcut, Sanspapyrus_TR, Sevazol, TotallyCoolAubrey +
+
+
+## Miscellaneous +MasterCatGodsWhyIms: Original idea for WHG Project \ No newline at end of file diff --git a/_credits/specialthanks.md b/_credits/specialthanks.md new file mode 100644 index 0000000..8e5aba4 --- /dev/null +++ b/_credits/specialthanks.md @@ -0,0 +1,11 @@ +--- +layout: page +title: Special Thanks +permalink: /specialthanks/ +--- +People that I want to thank personally +
+
+TheManiac, ExcerptingData, caverace, xsniperx, Rojking, sashak9, Tris, [louieriver](/assets/image/fang.png), Seconds, Lisij_Malchik, bosher, nickohh, Ryakoto, Equin, Kaprix, AstraMessor, GooseBoris, optical telescopes., 60mmm, PlanetCoffee... +
+
and more. Everyone, really. \ No newline at end of file diff --git a/_credits/team.md b/_credits/team.md new file mode 100644 index 0000000..f49c596 --- /dev/null +++ b/_credits/team.md @@ -0,0 +1,17 @@ +--- +layout: page +title: Team +permalink: /team/ +--- + +### alpha.zero is: +{% for member in site.about %} +

+{{ member.name }}: {{ member.credit }} +

+{% endfor %} +[TBA] some other people too?
+
+
+ +#### You can also view lists of [contributors](/contributors/), [acknowledgements](/acknowledgements/) and [special thanks](/specialthanks/) diff --git a/about.md b/about.md index 120ecf2..5c8ec6a 100644 --- a/about.md +++ b/about.md @@ -4,12 +4,8 @@ title: About permalink: /about/ --- alpha.zero is a development studio started by 1oolm in 2022. We do uhh.. can we update this page later? Somehow nothing happened in an entire year. +
+### [TBA] - -### alpha.zero is: -{% for member in site.about %} -

-{{ member.name }}: {{ member.credit }} -

-{% endfor %} -[TBA] some other people too? +
+(A list of the people part of alpha.zero can be found [here](/team/)) \ No newline at end of file