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. -![kije](/assets/image/kijetesantakalu.png) +> 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!!! ![kije](/assets/image/kijetesantakalu.png) #### 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 %} +
+ {% capture category_name %}{{ category | first }}{% endcapture %} > {{ category_name }} +
+ {% 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 @@

{{ page.title | escape }}

- - {%- if page.author -%} + + {%- if page.author -%} • - {%- endif -%}

+ • + {%- for category in page.categories -%} + {{ category }} + {%- endfor -%} + + {%- endif -%} +



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)