Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
2023-07-20 cleanup+release
  • Loading branch information
alphazero-official committed Jul 20, 2023
1 parent 7bddd13 commit b2697f6
Show file tree
Hide file tree
Showing 13 changed files with 46 additions and 63 deletions.
6 changes: 3 additions & 3 deletions .vs/VSWorkspaceState.json
@@ -1,16 +1,16 @@
{
"ExpandedNodes": [
"",
"\\assets",
"\\assets\\image",
"\\assets\\music",
"\\assets\\music\\1kije3",
"\\_about",
"\\_credits",
"\\_data",
"\\_includes",
"\\_layouts"
"\\_layouts",
"\\_posts"
],
"SelectedNode": "\\favicon-16x16.png",
"SelectedNode": "\\_layouts\\post.html",
"PreviewInSolutionExplorer": false
}
Binary file modified .vs/alphazero-official.github.io/v16/.suo
Binary file not shown.
Binary file modified .vs/slnx.sqlite
Binary file not shown.
23 changes: 1 addition & 22 deletions Gemfile
@@ -1,35 +1,14 @@
source "https://rubygems.org"
# Hello! This is where you manage which Jekyll version is used to run.
# When you want to use a different version, change it below, save the
# file and run `bundle install`. Run Jekyll with `bundle exec`, like so:
#
# bundle exec jekyll serve
#
# This will help ensure the proper Jekyll version is running.
# 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.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
# If you have any plugins, put them here!
group :jekyll_plugins do
gem "jekyll-feed", "~> 0.12"
gem "jekyll-target-blank"
gem "jekyll-seo-tag"
end

# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
# and associated library.
platforms :mingw, :x64_mingw, :mswin, :jruby do
gem "tzinfo", ">= 1", "< 3"
gem "tzinfo-data"
end

# Performance-booster for watching directories on Windows
gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]

# Lock `http_parser.rb` gem to `v0.6.x` on JRuby builds since newer versions of the gem
# do not have a Java counterpart.
gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby]
gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby]
38 changes: 5 additions & 33 deletions _config.yml
@@ -1,28 +1,8 @@
# Welcome to Jekyll!
#
# This config file is meant for settings that affect your whole blog, values
# which you are expected to set up once and rarely edit after that. If you find
# yourself editing this file very often, consider using Jekyll's data files
# feature for the data you need to update frequently.
#
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'bundle exec jekyll serve'. If you change this file, please restart the server process.
#
# If you need help with YAML syntax, here are some quick references for you:
# https://learn-the-web.algonquindesign.ca/topics/markdown-yaml-cheat-sheet/#yaml
# https://learnxinyminutes.com/docs/yaml/
#
# Site settings
# These are used to personalize your new site. If you look in the HTML files,
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
# You can create any custom variable you would like, and they will be accessible
# in the templates via {{ site.myvariable }}.

title: αlpha.zero
title: αlpha.zero
email: dotzeroalpha@gmail.com
description: >- # this means to ignore newlines until "baseurl:"
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
description: >-
baseurl:
url: https://alphazero-official.github.io
twitter_username: alphazeroOFF
youtube_username: alphazeroOfficial
github_username: alphazero-official
Expand Down Expand Up @@ -56,14 +36,6 @@ logo: "/assets/image/AZ2022.png"
disqus:
shortname: alphazero-1

# Exclude from processing.
# The following items will not be processed, by default.
# Any item listed under the `exclude:` key here will be automatically added to
# the internal "default list".
#
# Excluded items can be processed by explicitly listing the directories or
# their entries' file path in the `include:` list.
#
# exclude:
# - .sass-cache/
# - .jekyll-cache/
Expand All @@ -74,4 +46,4 @@ disqus:
# - vendor/bundle/
# - vendor/cache/
# - vendor/gems/
# - vendor/ruby/
# - vendor/ruby/
3 changes: 2 additions & 1 deletion _data/music.yml
Expand Up @@ -5,4 +5,5 @@
length: "3:48"
genres: "lo-fi, bass"
year: 2023
type: single
type: single
price: "free release"
2 changes: 1 addition & 1 deletion _layouts/music.html
Expand Up @@ -16,7 +16,7 @@ <h1 class="post-title">{{ page.title | escape }}</h1>
<div class="release" style="background-color: black; color: white; padding: 20px; border: double; border-color: white; height: 100%; width: 90%; object-fit: contain; ">
<img src={{ release.cover }} style="float: left; margin-right: 5%; background-size:contain; margin-bottom: 1em; max-block-size:100%; max-height:100%; width:14%; margin-right=5%; margin-bottom:5%; object-fit:contain;"></img>
<h2><a href={{ release.link }}>{{ release.title }}</a> ({{ release.year }})</h2>
<h4><a href={{ site.data.musictypeinfo[releasetype].link }}>{{ release.type }}</a> by {{ release.artist }} | {{ release.genres }} | {{ release.length }}</h4>
<h4><a href={{ site.data.musictypeinfo[releasetype].link }}>{{ release.type }}</a> by {{ release.artist }} | {{ release.genres }} | {{ release.length }} | {{ release.price }}</h4>
</div>
{% unless forloop.last %}<br>{% endunless %}
{%- endfor -%}
Expand Down
2 changes: 1 addition & 1 deletion _layouts/post.html
Expand Up @@ -14,7 +14,7 @@ <h1 class="post-title p-name" itemprop="name headline">{{ page.title | escape }}
<span itemprop="author" itemscope itemtype="http://schema.org/Person"><span class="p-author h-card" itemprop="name">{{ page.author }}</span></span>
<span></span>
{%- for category in page.categories -%}
<span><a href="/categories/#{{ category }}"><font color="#999999"><u>{{ category }}</u></font></a> </span>
<span><a href="/categories/#{{ category }}"><font color="#999999"><u>{{ category }}</u></font></a>{%- unless forloop.last -%},&nbsp;{%- endunless -%}</span>
{%- endfor -%}

{%- endif -%}
Expand Down
2 changes: 1 addition & 1 deletion _layouts/posts.html
Expand Up @@ -14,7 +14,7 @@ <h1 class="post-list-heading">{{ page.list_title | default: "Posts" }} (<u><a hr
{%- unless post.unlisted -%}
<li>
{%- assign date_format = site.minima.date_format | default: "%b %-d, %Y" -%}
<span class="post-meta">{{ post.date | date: date_format }}</span>
<span class="post-meta">{{ post.date | date: date_format }}{%- if post.important -%}&nbsp;&bull; <font color="#CCCCCC">Important</font>{%- endif -%}</span>
<h3>
<a class="post-link" href="{{ post.url | relative_url }}">
{{ post.title | escape }}
Expand Down
2 changes: 1 addition & 1 deletion _posts/2023-07-01-oops.md
Expand Up @@ -2,7 +2,7 @@
layout: post
title: i love caver
date: <2023-07-01>
categories: [Updates, Website]
categories: [Shitpost]
author: 1oolm
comments: true
---
Expand Down
31 changes: 31 additions & 0 deletions _posts/2023-07-20-release.md
@@ -0,0 +1,31 @@
---
layout: post
title: Site Public Release
date: <2023-07-20>
categories: [Updates, Website]
author: 1oolm
comments: true
important: true
---

The alpha.zero official website has been officially launched to my official Discord server of my official audience.
It's technically been public for weeks now, but not ready. But now it is! <br>

Here, me and the alpha.zero team can host information about the studio and its history, post updates, etc. Sure hope this won't die out as I forget to use it... welp, it's a personal website and my footprint on Internet history, that should be enough encouragement.

One advantage I can think of over using social media like Twitter or Tumblr is the absolute lack of bloat. Seriously. Check this shit out. <br><br>
<img src="/assets/image/2023-07-20_flex.png" width="555"/>
<br><br>
The ENTIRE WEBSITE (minus assets like images) is under *half a megabyte* large. You could probably look at alpha.zero blogs on your Dreamcast.<br>
Also, we could add whatever we'd like here without worrying about some "tweet limit" or whatever.
<br><br><br>
Yeah, right. I also got to release my first track today. <a href="https://1oolm.bandcamp.com/track/1-kije-3">1_KIJE^3</a>, formerly known as "X Cubed (Cubic Root Remix)". Last minute change because I realised X Cubed is kind of dead in the water right now.
<br><br>
Check it out if you wanna, it's at the price of free. Because sanctions. I can't even provide y'all the option to pay for it. <br> Use it in videos, listen at 10:54PM, whatever. It gets a bit nutty. <br>
<img src="/assets/image/2023-07-20_bass.png" width="555"/><br>
"bass boosted" channels will still find their way
<br><br><br>
So, yeah! Hey guys. Enjoy your stay, and don't forget to give some feedback on this ordeal. <br><br>
<img src="/assets/image/AZ2022.png" width="100"/>
<br>
<font color="#555555">(don't tell me this'll die out because people don't read blogs)</font>
Binary file added assets/image/2023-07-20_bass.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/image/2023-07-20_flex.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b2697f6

Please sign in to comment.