diff --git a/.vs/VSWorkspaceState.json b/.vs/VSWorkspaceState.json
index e9d2c3d..04a8bd7 100644
--- a/.vs/VSWorkspaceState.json
+++ b/.vs/VSWorkspaceState.json
@@ -8,8 +8,8 @@
"\\_credits",
"\\_data",
"\\_includes",
- "\\_layouts"
+ "\\_layouts",
+ "\\_posts"
],
- "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 75d48fe..8b6e9d6 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 edb705c..f94a0a8 100644
Binary files a/.vs/slnx.sqlite and b/.vs/slnx.sqlite differ
diff --git a/Gemfile b/Gemfile
index 669a9ec..85e7284 100644
--- a/Gemfile
+++ b/Gemfile
@@ -9,7 +9,7 @@ source "https://rubygems.org"
# Happy Jekylling!
gem "jekyll", "~> 4.3.2"
# This is the default theme for new Jekyll sites. You may change this to anything you like.
-gem "minima", "~> 2.5"
+gem "minima", "~> 2.5.1"
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
# uncomment the line below. To upgrade, run `bundle update github-pages`.
# gem "github-pages", group: :jekyll_plugins
diff --git a/Gemfile.lock b/Gemfile.lock
index 2593bfa..182b604 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -88,7 +88,7 @@ DEPENDENCIES
jekyll-feed (~> 0.12)
jekyll-seo-tag
jekyll-target-blank
- minima (~> 2.5)
+ minima (~> 2.5.1)
tzinfo (>= 1, < 3)
tzinfo-data
wdm (~> 0.1.1)
diff --git a/_about/pugcut.md b/_about/pugcut.md
index a0bb077..97b5a7c 100644
--- a/_about/pugcut.md
+++ b/_about/pugcut.md
@@ -5,5 +5,7 @@ title: About Pugcut
**Pugcut** is a person. TBA
+
+
#### Contributions include:
- Currently no clue
diff --git a/_config.yml b/_config.yml
index e7be8d2..5990d23 100644
--- a/_config.yml
+++ b/_config.yml
@@ -21,11 +21,14 @@
title: alpha.zero
email: dotzeroalpha@gmail.com
description: >- # this means to ignore newlines until "baseurl:"
- alpha.zero: me and you
baseurl: # the subpath of your site, e.g. /blog
url: https://alphazero-official.github.io # the base hostname & protocol for your site, e.g. http://example.com
-twitter_username: 1oolm
+twitter_username: alphazeroOFF
+youtube_username: alphazeroOfficial
github_username: alphazero-official
+github_repo: "alphazero-official/alphazero-official.github.io"
+discord_link: eSSxHQQEGf
+roblox_group: "15888497"
# Build settings
theme: minima
diff --git a/_credits/specialthanks.md b/_credits/specialthanks.md
index 6c2dc6d..d2d70cb 100644
--- a/_credits/specialthanks.md
+++ b/_credits/specialthanks.md
@@ -6,6 +6,6 @@ permalink: /specialthanks/
People that I want to thank personally
-TheManiac, ExcerptingData, caverace, xsniperx, Rojking, sashak9, Tris, Rgpro, [RiversthePerson](/assets/image/fang.png), Seconds, Lisij_Malchik, bosher, nickohh, Ryakoto, Equin, Kaprix, AstraMessor, GooseBoris, optical telescopes., 60mmm, PlanetCoffee...
+TheManiac, ExcerptingData, caverace, xsniperx, Rojking, sashak9, Tris, Artem4ikBaik, Rgpro, [RiversthePerson](/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/_includes/footer.html b/_includes/footer.html
index cf24f85..44c86c8 100644
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -3,20 +3,21 @@
-
+
diff --git a/_includes/icon-github.html b/_includes/icon-github.html
deleted file mode 100644
index e501a16..0000000
--- a/_includes/icon-github.html
+++ /dev/null
@@ -1 +0,0 @@
-{% include icon-github.svg %} {{ include.username }}
diff --git a/_includes/icon-github.svg b/_includes/icon-github.svg
deleted file mode 100644
index e6c5f6d..0000000
--- a/_includes/icon-github.svg
+++ /dev/null
@@ -1 +0,0 @@
-
diff --git a/_includes/icon-twitter.html b/_includes/icon-twitter.html
deleted file mode 100644
index e623dbd..0000000
--- a/_includes/icon-twitter.html
+++ /dev/null
@@ -1 +0,0 @@
-{{ include.username }}
diff --git a/_includes/icon-twitter.svg b/_includes/icon-twitter.svg
deleted file mode 100644
index efc0ecf..0000000
--- a/_includes/icon-twitter.svg
+++ /dev/null
@@ -1 +0,0 @@
-
diff --git a/_includes/social.html b/_includes/social.html
index 44046b8..46bb748 100644
--- a/_includes/social.html
+++ b/_includes/social.html
@@ -1,14 +1,15 @@
diff --git a/_layouts/default.html b/_layouts/default.html
index 58e141b..96e8f1f 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -1,20 +1,20 @@
-
+
{%- include head.html -%}
-
+
{%- include header.html -%}
-
- {{ content }}
-
+
+ {{ content }}
+
{%- include footer.html -%}
-
+
diff --git a/_layouts/page.html b/_layouts/page.html
index 01e4b2a..6f2d4c7 100644
--- a/_layouts/page.html
+++ b/_layouts/page.html
@@ -3,12 +3,14 @@
---
-
-
-
- {{ content }}
-
+
+
+
+
+
+ {{ content }}
+
diff --git a/_layouts/post.html b/_layouts/post.html
index 9e4bea2..e9d1c10 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -14,7 +14,9 @@ {{ page.title | escape }}
• {{ page.author }}
{%- endif -%}
-
+
+
+
{{ content }}
diff --git a/_layouts/posts.html b/_layouts/posts.html
index 0713961..7e3b340 100644
--- a/_layouts/posts.html
+++ b/_layouts/posts.html
@@ -8,7 +8,9 @@
{%- if site.posts.size > 0 -%}
- {{ page.list_title | default: "Posts" }}
+ {{ page.list_title | default: "Posts" }}
+
+
{%- for post in site.posts -%}
diff --git a/_posts/2023-06-30-hey.md b/_posts/2023-06-30-hey.md
index f246668..cec2e95 100644
--- a/_posts/2023-06-30-hey.md
+++ b/_posts/2023-06-30-hey.md
@@ -4,6 +4,7 @@ title: hey
date: <2023-06-30>
categories: news
author: 1oolm
+comments: true
---
I'm setting this stuff up. Hey world!
Probs won't use it tho.
diff --git a/_posts/2023-07-01-oops.md b/_posts/2023-07-01-oops.md
index f9a6b13..2af9899 100644
--- a/_posts/2023-07-01-oops.md
+++ b/_posts/2023-07-01-oops.md
@@ -4,6 +4,7 @@ title: i love caver
date: <2023-07-01>
categories: news
author: 1oolm
+comments: true
---
## HEY
I GOT THIS COOL NEW THING. IT'S CALLED TRIAL AND ERROR.
diff --git a/_posts/2023-07-02-huh.md b/_posts/2023-07-02-huh.md
index 1337787..c2072fa 100644
--- a/_posts/2023-07-02-huh.md
+++ b/_posts/2023-07-02-huh.md
@@ -4,6 +4,7 @@ title: huh
date: <2023-07-02>
categories: news
author: 1oolm
+comments: true
---
Day 3 of working on this stuff. No regrets so far?
Kinda unsure if it'll lead to anywhere though
diff --git a/_posts/2023-07-04-burger.md b/_posts/2023-07-04-burger.md
index 19bbdc7..6060588 100644
--- a/_posts/2023-07-04-burger.md
+++ b/_posts/2023-07-04-burger.md
@@ -4,5 +4,6 @@ title: burger
date: <2023-07-04>
categories: news
author: 1oolm
+comments: true
---
## burger
diff --git a/_posts/2023-07-12-more.md b/_posts/2023-07-12-more.md
index 7d52ba3..2af94f4 100644
--- a/_posts/2023-07-12-more.md
+++ b/_posts/2023-07-12-more.md
@@ -4,6 +4,7 @@ title: First site progress
date: <2023-07-12>
categories: news
author: 1oolm
+comments: true
---
Yeah hey! Somehow I haven't given up and am making decent strides towards making this a proper experience.
Today I:
diff --git a/_posts/2023-07-14-hey.md b/_posts/2023-07-14-hey.md
new file mode 100644
index 0000000..f86973b
--- /dev/null
+++ b/_posts/2023-07-14-hey.md
@@ -0,0 +1,22 @@
+---
+layout: post
+title: Even more site updates
+date: <2023-07-14>
+categories: news
+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:
+- Further cleaned up the footer area, adding most of our social links + the GitHub source repo.
+- Added text scrolling (typewriter) to the randomised home message
+- Added //THE LINE // into most pages to separate the title and content.
+- Updated all up posts up to now so they include a comment section
+- Removed Twitter. 💗 (specifically the Twitter link in the socials section. It's not done + idk if i wanna even use it..)
+- Learned we can keep the © on the footer. [The US Patent and Trademark Office says so.](https://www.uspto.gov/ip-policy/copyright-policy/copyright-basics)
+
+While many people believe that you must register your work with the U.S. Copyright Office before you can claim a copyright, no registration or other action in the Copyright Office is required to secure a copyright. A copyright is secured automatically when the work is created, as long as the work contains a sufficient degree of originality, and a work comes into being when it is fixed in a "copy or a phonorecord for the first time." This is consistent with the Berne Convention, which states that the "enjoyment and exercise" of copyright "shall not be subject to any formality."
+
+tl;dr Copyright can be applied when a work is first created, provided it's original enough.
+I know you ain't readin' allat.
\ No newline at end of file
diff --git a/_sass/minima/_base.scss b/_sass/minima/_base.scss
index e61b0be..a077149 100644
--- a/_sass/minima/_base.scss
+++ b/_sass/minima/_base.scss
@@ -224,6 +224,20 @@ pre {
}
+hr {
+ border: 0;
+ clear: both;
+ display: block;
+ width: 96%;
+ background-color: #FFFFFF;
+ height: 1px;
+}
+
+#line {
+ float: left;
+ width: 731px;
+ height: 10px;
+}
/**
* Tables
diff --git a/about.md b/about.md
index 2620d1a..4ee6564 100644
--- a/about.md
+++ b/about.md
@@ -7,4 +7,4 @@ alpha.zero is a development studio started by 1oolm in 2022. We do uhh.. can we
### [TBA]
-A list of the people part of alpha.zero can be found [here](/team/)
\ No newline at end of file
+A list of the people part of alpha.zero can be found here
\ No newline at end of file
diff --git a/assets/image/bubsy-shatter.gif b/assets/image/bubsy-shatter.gif
new file mode 100644
index 0000000..2c8441e
Binary files /dev/null and b/assets/image/bubsy-shatter.gif differ
diff --git a/index.md b/index.md
index 17da68c..59c14e4 100644
--- a/index.md
+++ b/index.md
@@ -4,9 +4,9 @@ layout: home
- Javascript error! help
+ i messed up
+
ABOUT
+
/
+
POSTS
+
We're still under development. Be patient!