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 icon-twitter.svg %}{{ 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 @@ ---
-
-

{{ page.title | escape }}

-
- -
- {{ content }} -
+
+

{{ page.title | escape }}

+
+

+
+
+
+ {{ 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 }} • {%- 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" }}

+

+