diff --git a/.vs/VSWorkspaceState.json b/.vs/VSWorkspaceState.json index cc89b8a..e9d2c3d 100644 --- a/.vs/VSWorkspaceState.json +++ b/.vs/VSWorkspaceState.json @@ -2,10 +2,14 @@ "ExpandedNodes": [ "", "\\assets", - "\\assets\\image", + "\\assets\\js", + "\\assets\\sound", "\\_about", - "\\_credits" + "\\_credits", + "\\_data", + "\\_includes", + "\\_layouts" ], - "SelectedNode": "\\_credits\\acknowledgements.md", + "SelectedNode": "\\posts.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 2aaebcd..75d48fe 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 56116f3..edb705c 100644 Binary files a/.vs/slnx.sqlite and b/.vs/slnx.sqlite differ diff --git a/_about/extremisea.md b/_about/extremisea.md index e3d4ff2..795327f 100644 --- a/_about/extremisea.md +++ b/_about/extremisea.md @@ -1,6 +1,6 @@ --- layout: page -title: About extremisea +title: About Extremisea --- **Extremisea** (a.k.a. Oceanic or Sea) is a person. TBA diff --git a/_about/pugcut.md b/_about/pugcut.md new file mode 100644 index 0000000..a0bb077 --- /dev/null +++ b/_about/pugcut.md @@ -0,0 +1,9 @@ +--- +layout: page +title: About Pugcut +--- + +**Pugcut** is a person. TBA + +#### Contributions include: +- Currently no clue diff --git a/_data/staff.yml b/_data/staff.yml index 3eaedc9..22078f2 100644 --- a/_data/staff.yml +++ b/_data/staff.yml @@ -9,6 +9,11 @@ link: /about/clickerty.html - name: Extremisea - credit: Writing & Design Assistance + credit: Writing Assistance color: "#63C5DA" - link: /about/extremisea.html \ No newline at end of file + link: /about/extremisea.html + +- name: Pugcut + credit: Design Assistance + color: "#EF5323" + link: /about/pugcut.html \ No newline at end of file diff --git a/_layouts/posts.html b/_layouts/posts.html index 10fb41e..0713961 100644 --- a/_layouts/posts.html +++ b/_layouts/posts.html @@ -9,7 +9,6 @@ {%- if site.posts.size > 0 -%}

{{ page.list_title | default: "Posts" }}

-

(subscribe via RSS)