diff --git a/.vs/VSWorkspaceState.json b/.vs/VSWorkspaceState.json index c0abdf6..4023a39 100644 --- a/.vs/VSWorkspaceState.json +++ b/.vs/VSWorkspaceState.json @@ -1,7 +1,6 @@ { "ExpandedNodes": [ "", - "\\assets", "\\assets\\image", "\\assets\\music", "\\assets\\music\\1kije3", @@ -9,8 +8,9 @@ "\\_credits", "\\_data", "\\_includes", - "\\_layouts" + "\\_layouts", + "\\_posts" ], - "SelectedNode": "\\favicon-16x16.png", + "SelectedNode": "\\_layouts\\post.html", "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 44bb0cb..b2c883a 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 e62ee70..7e0f230 100644 Binary files a/.vs/slnx.sqlite and b/.vs/slnx.sqlite differ diff --git a/Gemfile b/Gemfile index 85e7284..a85ebb6 100644 --- a/Gemfile +++ b/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] \ No newline at end of file diff --git a/_config.yml b/_config.yml index bf485c7..24b35c4 100644 --- a/_config.yml +++ b/_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 @@ -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/ @@ -74,4 +46,4 @@ disqus: # - vendor/bundle/ # - vendor/cache/ # - vendor/gems/ -# - vendor/ruby/ +# - vendor/ruby/ \ No newline at end of file diff --git a/_data/music.yml b/_data/music.yml index 16edb98..0ecd6e7 100644 --- a/_data/music.yml +++ b/_data/music.yml @@ -5,4 +5,5 @@ length: "3:48" genres: "lo-fi, bass" year: 2023 - type: single \ No newline at end of file + type: single + price: "free release" \ No newline at end of file diff --git a/_layouts/music.html b/_layouts/music.html index 3a3a13a..171f5b1 100644 --- a/_layouts/music.html +++ b/_layouts/music.html @@ -16,7 +16,7 @@
+
+