Skip to content

Commit

Permalink
clear comments; update name
Browse files Browse the repository at this point in the history
  • Loading branch information
Cothlory committed Oct 1, 2024
1 parent ba2db62 commit 8cf8847
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 53 deletions.
25 changes: 5 additions & 20 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,35 +1,20 @@
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.3"
# This is the default theme for new Jekyll sites. You may change this to anything you like.
gem "minima", github: "jekyll/minima", ref: "009aa8417f2908e7013c6e04ed322939eb6356c0" # "~> 2.5"
# 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!

gem "minima", github: "jekyll/minima", ref: "009aa8417f2908e7013c6e04ed322939eb6356c0"

group :jekyll_plugins do
gem "jekyll-feed"
gem "jekyll-toc"
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]
gem "wdm", "~> 0.2.0", :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]
14 changes: 13 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ GEM
eventmachine (1.2.7)
ffi (1.17.0)
ffi (1.17.0-arm64-darwin)
ffi (1.17.0-x64-mingw-ucrt)
ffi (1.17.0-x86_64-darwin)
ffi (1.17.0-x86_64-linux-gnu)
forwardable-extended (2.6.0)
Expand All @@ -31,6 +32,9 @@ GEM
google-protobuf (4.28.0-arm64-darwin)
bigdecimal
rake (>= 13)
google-protobuf (4.28.0-x64-mingw-ucrt)
bigdecimal
rake (>= 13)
google-protobuf (4.28.0-x86_64-darwin)
bigdecimal
rake (>= 13)
Expand Down Expand Up @@ -82,6 +86,8 @@ GEM
racc (~> 1.4)
nokogiri (1.16.7-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.7-x64-mingw-ucrt)
racc (~> 1.4)
nokogiri (1.16.7-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.16.7-x86_64-linux)
Expand Down Expand Up @@ -116,13 +122,19 @@ GEM
strscan (3.1.0)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
tzinfo-data (1.2024.2)
tzinfo (>= 1.0.0)
unicode-display_width (2.5.0)
wdm (0.2.0)
webrick (1.8.1)

PLATFORMS
aarch64-mingw-ucrt
arm64-darwin
ruby
x64-mingw-ucrt
x86-cygwin
x86-mingw-ucrt
x86_64-cygwin
Expand All @@ -138,7 +150,7 @@ DEPENDENCIES
minima!
tzinfo (>= 1, < 3)
tzinfo-data
wdm (~> 0.1.1)
wdm (~> 0.2.0)

BUNDLED WITH
2.5.18
29 changes: 4 additions & 25 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,43 +2,26 @@
title: Cothlory.bak
description: Simple archive of my experiences and thoughts
author:
name: Cothlory
email: cothlory@proton.me
name: Chang Huang
email: cothlory@gmail.com

url: https://Cothlory.github.io

# The `>` after `description:` means to ignore line-breaks until next key.
# If you want to omit the line-break after the end of text, use `>-` instead.
license: "[CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/)"


# Build settings

# If you clone the Minima repo and build locally, use this setting.
theme: minima

# As of November 2023, GitHub Pages still uses Minima 2.5.1 (https://pages.github.com/versions/).
# If you want to use the latest Minima version on GitHub Pages, use the following setting and
# add a line comment on "theme: minima" above.
#remote_theme: jekyll/minima

plugins:
- jekyll-feed
- jekyll-seo-tag

# Theme-specific settings

# If you want to link only specific pages in your header, use this and add the path to the pages
# in order as they should show up.
header_pages:
- base_pages/archive.md
- base_pages/games.md
- base_pages/about.md

# Set to `true` to show excerpts on the homepage.
#show_excerpts: false

# Minima specific settings, which are only available from Minima 3.0 onward.
minima:
# Minima skin selection.
# Available skins are:
Expand All @@ -50,19 +33,15 @@ minima:
# solarized Adaptive skin for solarized color scheme skins.
skin: auto

# Minima date format.
# The default value is "%b %d, %Y" (e.g. Nov 14, 2023)
# Refer to https://shopify.github.io/liquid/filters/date/ if you want to customize this.
#date_format: "%b-%d-%Y"
date_format: "%-b %-d, %Y" # https://shopify.github.io/liquid/filters/date/

# Generate social links in footer.
social_links:
# - { platform: devto, user_url: "https://dev.to/jekyll" }
# - { platform: dribbble, user_url: "https://dribbble.com/jekyll" }
# - { platform: facebook, user_url: "https://www.facebook.com/jekyll" }
# - { platform: flickr, user_url: "https://www.flickr.com/photos/jekyll" }
- { platform: github, user_url: "https://github.com/Cothlory" }
# - { platform: gitlab, user_url: "https://gitlab.com/jekyll" }
- { platform: gitlab, user_url: "https://gitlab.com/Cothlory" }
# - { platform: google_scholar, user_url: "https://scholar.google.com/citations?user=qc6CJjYAAAAJ" }
# - { platform: instagram, user_url: "https://www.instagram.com/jekyll" }
# - { platform: keybase, user_url: "https://keybase.io/jekyll" }
Expand Down
2 changes: 1 addition & 1 deletion base_pages/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ title: About
permalink: "/about/"
---

A backup place for Cothlory's miscellaneous stuff that is still under construction. Contact me if you want to know more about me.
A still under construction backup place for my miscellaneous mind and stuff. Contact me if you want to know more about me.
6 changes: 0 additions & 6 deletions index.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
---
#
# By default, content added below the "---" mark will appear in the home page
# between the top bar and the list of recent posts.
# To change the home page layout, edit the _layouts/home.html file.
# See: https://jekyllrb.com/docs/themes/#overriding-theme-defaults
#
layout: home
---

0 comments on commit 8cf8847

Please sign in to comment.