diff --git a/.vs/alphazero-official.github.io/v16/.suo b/.vs/alphazero-official.github.io/v16/.suo
index 6df1b20..eca9849 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 0eb9ff9..40bccf7 100644
Binary files a/.vs/slnx.sqlite and b/.vs/slnx.sqlite differ
diff --git a/_about/1oolm.md b/_about/1oolm.md
index 08b7609..0afedea 100644
--- a/_about/1oolm.md
+++ b/_about/1oolm.md
@@ -3,9 +3,12 @@ layout: page
title: About 1oolm
---
-Dumbass bitch
+**1oolm** is the founder and current owner of alpha.zero.
-
+> Hey buddy, I'm 1oolm. I learn and do things, whether it be code, design, game development, or whatever I decide to pick up, like this website!
As of writing this, it's just me and tons of tutorials for things I've had no experience with. Hopefully it's good enough.
Enjoy! :]
+
+TBA!!! 
#### Contributions include:
- alpha.zero
+- Most of the programming, design, ideas, and overall lead.
I'm the creator, man.
diff --git a/_layouts/categories.html b/_layouts/categories.html
new file mode 100644
index 0000000..8d54e88
--- /dev/null
+++ b/_layouts/categories.html
@@ -0,0 +1,33 @@
+---
+layout: default
+---
+
+
+
+
{{ page.list_title | default: "Categories" }}
+ {% for category in site.categories %}
+
+ {% endfor %}
+
+
+
+ {% for category in site.categories %}
+
+ {% capture category_name %}{{ category | first }}{% endcapture %}
+
+
{{ category_name }} ({{ site.categories[category_name].size }})
+
+ {% for post in site.categories[category_name] %}
+
+
+
+ {% endfor %}
+
+
+
+ {% endfor %}
+
\ No newline at end of file
diff --git a/_layouts/post.html b/_layouts/post.html
index e9d1c10..9e154f1 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -6,13 +6,19 @@
diff --git a/_layouts/posts.html b/_layouts/posts.html
index 7e3b340..af3729e 100644
--- a/_layouts/posts.html
+++ b/_layouts/posts.html
@@ -8,7 +8,7 @@
{%- if site.posts.size > 0 -%}
- {{ page.list_title | default: "Posts" }}
+ {{ page.list_title | default: "Posts" }} (search)
diff --git a/_posts/2023-06-30-hey.md b/_posts/2023-06-30-hey.md
index cec2e95..799ffec 100644
--- a/_posts/2023-06-30-hey.md
+++ b/_posts/2023-06-30-hey.md
@@ -2,7 +2,7 @@
layout: post
title: hey
date: <2023-06-30>
-categories: news
+categories: [Updates, Website]
author: 1oolm
comments: true
---
diff --git a/_posts/2023-07-01-oops.md b/_posts/2023-07-01-oops.md
index 2af9899..5520ea6 100644
--- a/_posts/2023-07-01-oops.md
+++ b/_posts/2023-07-01-oops.md
@@ -2,7 +2,7 @@
layout: post
title: i love caver
date: <2023-07-01>
-categories: news
+categories: [Updates, Website]
author: 1oolm
comments: true
---
diff --git a/_posts/2023-07-02-huh.md b/_posts/2023-07-02-huh.md
index c2072fa..ff851ea 100644
--- a/_posts/2023-07-02-huh.md
+++ b/_posts/2023-07-02-huh.md
@@ -2,7 +2,7 @@
layout: post
title: huh
date: <2023-07-02>
-categories: news
+categories: [Updates, Website]
author: 1oolm
comments: true
---
diff --git a/_posts/2023-07-04-burger.md b/_posts/2023-07-04-burger.md
index 6060588..f00369d 100644
--- a/_posts/2023-07-04-burger.md
+++ b/_posts/2023-07-04-burger.md
@@ -2,7 +2,7 @@
layout: post
title: burger
date: <2023-07-04>
-categories: news
+categories: Stupid
author: 1oolm
comments: true
---
diff --git a/_posts/2023-07-12-comments.md b/_posts/2023-07-12-comments.md
index 37caf90..5348c23 100644
--- a/_posts/2023-07-12-comments.md
+++ b/_posts/2023-07-12-comments.md
@@ -2,7 +2,7 @@
layout: post
title: Literally Comments
date: <2023-07-12>
-categories: news
+categories: [Updates, Website]
author: 1oolm
comments: true
---
diff --git a/_posts/2023-07-12-more.md b/_posts/2023-07-12-more.md
index 2af94f4..ec609cd 100644
--- a/_posts/2023-07-12-more.md
+++ b/_posts/2023-07-12-more.md
@@ -2,7 +2,7 @@
layout: post
title: First site progress
date: <2023-07-12>
-categories: news
+categories: [Updates, Website]
author: 1oolm
comments: true
---
diff --git a/_posts/2023-07-13-mhmmhm.md b/_posts/2023-07-13-mhmmhm.md
index fa9fddf..2e4506c 100644
--- a/_posts/2023-07-13-mhmmhm.md
+++ b/_posts/2023-07-13-mhmmhm.md
@@ -2,7 +2,7 @@
layout: post
title: More site updates
date: <2023-07-13>
-categories: news
+categories: [Updates, Website]
author: 1oolm
comments: true
---
diff --git a/_posts/2023-07-14-hey.md b/_posts/2023-07-14-hey.md
index 264e876..b292b66 100644
--- a/_posts/2023-07-14-hey.md
+++ b/_posts/2023-07-14-hey.md
@@ -2,13 +2,14 @@
layout: post
title: Even more site updates
date: <2023-07-14>
-categories: news
+categories: [Updates, Website]
author: 1oolm
comments: true
---
More work. I should honestly be working on stuff like the game, but this is a nice change of pace.
Today I:
+- Added Categories to the posts, and a way to search for specific ones @ /categories/
- Further cleaned up the footer area, adding most of our social links + the GitHub source repo. (also added the page render time)
- Added text scrolling (typewriter) to the randomised home message
- Added //THE LINE// into most pages to separate the title and content.
diff --git a/_sass/minima/_base.scss b/_sass/minima/_base.scss
index 6c8f259..67eee72 100644
--- a/_sass/minima/_base.scss
+++ b/_sass/minima/_base.scss
@@ -129,12 +129,11 @@ a {
* Blockquotes
*/
blockquote {
- color: $grey-color;
+ color: darken($text-color, 20%);
border-left: 4px solid $grey-color-light;
padding-left: $spacing-unit / 2;
@include relative-font-size(1.125);
letter-spacing: -1px;
- font-style: italic;
> :last-child {
margin-bottom: 0;
diff --git a/about.md b/about.md
index 4ee6564..0084283 100644
--- a/about.md
+++ b/about.md
@@ -3,8 +3,8 @@ layout: page
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.
+**alpha.zero** is a development studio started by 1oolm in 2022.
+We're just a team of teens doing stuff we want, mostly focusing on game development.
### [TBA]
-
-A list of the people part of alpha.zero can be found here
\ No newline at end of file
+Team List
\ No newline at end of file
diff --git a/categories.md b/categories.md
new file mode 100644
index 0000000..91bdf95
--- /dev/null
+++ b/categories.md
@@ -0,0 +1,4 @@
+---
+layout: categories
+permalink: /categories/
+---
diff --git a/index.md b/index.md
index 59c14e4..0f218ca 100644
--- a/index.md
+++ b/index.md
@@ -24,7 +24,6 @@ if (rand == 4) { document.getElementById("azlogo").style.transform = "rotate("+
var i = 0;
var txt = messages[rand]; /* The text */
var speed = 25; /* The speed/duration of the effect in milliseconds */
-
function typeWriter() {
if (i < txt.length) {