-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
74 changed files
with
7,772 additions
and
1,347 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# EditorConfig is awesome: http://EditorConfig.org | ||
|
||
# top-most EditorConfig file | ||
root = true | ||
|
||
# Unix-style newlines with a newline ending every file | ||
[*] | ||
end_of_line = lf | ||
insert_final_newline = true | ||
|
||
[*.{html,md,js,vue,es6,json,css,scss}] | ||
charset = utf-8 | ||
indent_style = space | ||
indent_size = 2 | ||
|
||
# Matches the exact files either package.json or .travis.yml | ||
[{package.json,.travis.yml}] | ||
indent_style = space | ||
indent_size = 2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,21 @@ | ||
source 'https://rubygems.org' | ||
gem 'github-pages' | ||
gem 'jekyll-minifier' | ||
gem 'jekyll-babel' | ||
gem 'jekyll-fontawesome-svg', '~> 0.4.0' | ||
source 'https://mirrors.tuna.tsinghua.edu.cn/rubygems/' | ||
|
||
gem 'jekyll', '~> 4.3', '>= 4.3.3' | ||
|
||
group :jekyll_deps do | ||
gem 'bigdecimal', '~> 3.1', '>= 3.1.7' | ||
gem 'csv', '~> 3.3' | ||
gem 'base64', '~> 0.2.0' | ||
gem "webrick", "~> 1.8" | ||
end | ||
|
||
group :jekyll_plugins do | ||
gem 'jekyll-paginate', '~> 1.1' | ||
gem 'jekyll-relative-links', '~> 0.7.0' | ||
gem 'jekyll-sitemap', '~> 1.4' | ||
gem 'jekyll-titles-from-headings', '~> 0.5.3' | ||
gem 'jekyll-fontawesome-svg', '~> 0.4.0' | ||
gem 'jekyll-minifier', '~> 0.1.10' | ||
end | ||
|
||
gem 'vite_ruby', '~> 3.2' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,117 @@ | ||
GEM | ||
remote: https://mirrors.tuna.tsinghua.edu.cn/rubygems/ | ||
specs: | ||
addressable (2.8.6) | ||
public_suffix (>= 2.0.2, < 6.0) | ||
base64 (0.2.0) | ||
bigdecimal (3.1.7) | ||
colorator (1.1.0) | ||
concurrent-ruby (1.2.3) | ||
cssminify2 (2.0.1) | ||
csv (3.3.0) | ||
dry-cli (0.7.0) | ||
em-websocket (0.5.3) | ||
eventmachine (>= 0.12.9) | ||
http_parser.rb (~> 0) | ||
eventmachine (1.2.7) | ||
execjs (2.9.1) | ||
ffi (1.16.3) | ||
forwardable-extended (2.6.0) | ||
google-protobuf (3.23.4) | ||
htmlcompressor (0.4.0) | ||
http_parser.rb (0.8.0) | ||
i18n (1.14.4) | ||
concurrent-ruby (~> 1.0) | ||
jekyll (4.3.3) | ||
addressable (~> 2.4) | ||
colorator (~> 1.0) | ||
em-websocket (~> 0.5) | ||
i18n (~> 1.0) | ||
jekyll-sass-converter (>= 2.0, < 4.0) | ||
jekyll-watch (~> 2.0) | ||
kramdown (~> 2.3, >= 2.3.1) | ||
kramdown-parser-gfm (~> 1.0) | ||
liquid (~> 4.0) | ||
mercenary (>= 0.3.6, < 0.5) | ||
pathutil (~> 0.9) | ||
rouge (>= 3.0, < 5.0) | ||
safe_yaml (~> 1.0) | ||
terminal-table (>= 1.8, < 4.0) | ||
webrick (~> 1.7) | ||
jekyll-fontawesome-svg (0.4.0) | ||
jekyll-minifier (0.1.10) | ||
cssminify2 (~> 2.0) | ||
htmlcompressor (~> 0.4) | ||
jekyll (>= 3.5) | ||
json-minify (~> 0.0.3) | ||
uglifier (~> 4.1) | ||
jekyll-paginate (1.1.0) | ||
jekyll-relative-links (0.7.0) | ||
jekyll (>= 3.3, < 5.0) | ||
jekyll-sass-converter (3.0.0) | ||
sass-embedded (~> 1.54) | ||
jekyll-sitemap (1.4.0) | ||
jekyll (>= 3.7, < 5.0) | ||
jekyll-titles-from-headings (0.5.3) | ||
jekyll (>= 3.3, < 5.0) | ||
jekyll-watch (2.2.1) | ||
listen (~> 3.0) | ||
json (2.7.2) | ||
json-minify (0.0.3) | ||
json (> 0) | ||
kramdown (2.4.0) | ||
rexml | ||
kramdown-parser-gfm (1.1.0) | ||
kramdown (~> 2.0) | ||
liquid (4.0.4) | ||
listen (3.9.0) | ||
rb-fsevent (~> 0.10, >= 0.10.3) | ||
rb-inotify (~> 0.9, >= 0.9.10) | ||
mercenary (0.4.0) | ||
pathutil (0.16.2) | ||
forwardable-extended (~> 2.6) | ||
public_suffix (5.0.5) | ||
rack (3.0.10) | ||
rack-proxy (0.7.7) | ||
rack | ||
rake (13.2.1) | ||
rb-fsevent (0.11.2) | ||
rb-inotify (0.10.1) | ||
ffi (~> 1.0) | ||
rexml (3.2.6) | ||
rouge (3.30.0) | ||
safe_yaml (1.0.5) | ||
sass-embedded (1.58.3) | ||
google-protobuf (~> 3.21) | ||
rake (>= 10.0.0) | ||
terminal-table (3.0.2) | ||
unicode-display_width (>= 1.1.1, < 3) | ||
uglifier (4.2.0) | ||
execjs (>= 0.3.0, < 3) | ||
unicode-display_width (2.5.0) | ||
vite_ruby (3.5.0) | ||
dry-cli (>= 0.7, < 2) | ||
rack-proxy (~> 0.6, >= 0.6.1) | ||
zeitwerk (~> 2.2) | ||
webrick (1.8.1) | ||
zeitwerk (2.6.13) | ||
|
||
PLATFORMS | ||
ruby | ||
|
||
DEPENDENCIES | ||
base64 (~> 0.2.0) | ||
bigdecimal (~> 3.1, >= 3.1.7) | ||
csv (~> 3.3) | ||
jekyll (~> 4.3, >= 4.3.3) | ||
jekyll-fontawesome-svg (~> 0.4.0) | ||
jekyll-minifier (~> 0.1.10) | ||
jekyll-paginate (~> 1.1) | ||
jekyll-relative-links (~> 0.7.0) | ||
jekyll-sitemap (~> 1.4) | ||
jekyll-titles-from-headings (~> 0.5.3) | ||
vite_ruby (~> 3.2) | ||
webrick (~> 1.8) | ||
|
||
BUNDLED WITH | ||
2.4.22 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,13 +25,6 @@ | |
{% endif %} | ||
|
||
<title>{{ page_title }}</title> | ||
|
||
<!-- Bootstrap core CSS --> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"> | ||
|
||
<!-- Custom styles for this template --> | ||
<link href="{{ "/assets/css/style.css" | prepend: site.baseurl }}?{{ site.data['hash'] }}" rel="stylesheet"> | ||
|
||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.min.js"></script> | ||
{% include vite_script.html %} | ||
<link rel="stylesheet" href="{% vite_asset_path bs3-polyfill.scss %}" media="screen" integrity="sha256-OnlyforlegacybrowsersAAAAAAAAAAAAAAAAAAAAAA=" /> | ||
</head> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,23 @@ | ||
<div class="col-lg-3"> | ||
<h4>Subscribe</h4> | ||
<div class="hline"></div> | ||
<p> | ||
<p class="rss-subscribe">{% fa_svg fas.fa-rss %} Subscribe to this blog <a href="{{ "/feed.xml" | prepend: site.baseurl }}">via RSS</a>.</p> | ||
</p> | ||
<div class="spacing"></div> | ||
<h4>Categories</h4> | ||
<div class="hline"></div> | ||
<section class="mb-3"> | ||
<h4 class="border-bottom pb-2">Subscribe</h4> | ||
<p class="rss-subscribe">{% fa_svg fas.fa-rss %} Subscribe to this blog <a href="{{ "/feed.xml" | prepend: site.baseurl }}">via RSS</a>.</p> | ||
</section> | ||
<section class="mb-3"> | ||
<h4 class="border-bottom pb-2">Categories</h4> | ||
{% for category in site.categories %}{% unless category.first == "blog" or category.first == "event" %} | ||
<p> | ||
<a href="{{ category.url }}">{% fa_svg fas.fa-angle-right %} {{ category | first | capitalize }}</a> | ||
<span class="badge badge-theme pull-right">{{ category | last | size }}</span> | ||
<span class="badge text-bg-theme float-end">{{ category | last | size }}</span> | ||
</p> | ||
{% endunless %}{% endfor %} | ||
|
||
<div class="spacing"></div> | ||
|
||
<h4>Popular Tags</h4> | ||
<div class="hline"></div> | ||
<p> | ||
{% for category in site.categories %}{% unless category.first == "blog" or category.first == "event" %} | ||
<a class="btn btn-theme" href="{{ category.url }}" role="button">{{ category | first | capitalize }} ({{ category | last | size }})</a> | ||
{% endunless %}{% endfor %} | ||
</p> | ||
</section> | ||
<section> | ||
<h4 class="border-bottom pb-2">Popular Tags</h4> | ||
<p> | ||
{% for category in site.categories %}{% unless category.first == "blog" or category.first == "event" %} | ||
<a class="btn btn-theme" href="{{ category.url }}" role="button">{{ category | first | capitalize }} ({{ category | last | size }})</a> | ||
{% endunless %}{% endfor %} | ||
</p> | ||
</section> | ||
</div> |
Oops, something went wrong.