Rewrite social icons SCSS with a loop

This commit is contained in:
iBug
2024-05-06 21:37:40 +08:00
parent 9dce68d58a
commit 70462d0e16
6 changed files with 48 additions and 114 deletions
+2
View File
@@ -1,6 +1,8 @@
source "https://rubygems.org"
gem "github-pages", group: :jekyll_plugins
gem "minimal-mistakes-jekyll", path: ".."
gem "rake"
gem "tzinfo-data"
gem "wdm", "~> 0.1.0" if Gem.win_platform?
+5
View File
@@ -0,0 +1,5 @@
task :default => %i[build]
task :build do
sh 'jekyll build --profile --trace --config _config.yml,_config.dev.yml'
end
+3 -1
View File
@@ -1,5 +1,7 @@
# Develop override settings
theme: minimal-mistakes-jekyll
remote_theme: null
url: http://localhost:4000
analytics:
@@ -10,4 +12,4 @@ comments:
shortname : "mmistakes-dev"
sass:
style: expanded
style: expanded
+5 -1
View File
@@ -5,7 +5,7 @@ permalink: "/docs/history/"
excerpt: Change log of enhancements and bug fixes made to the theme.
sidebar:
nav: docs
last_modified_at: '2024-05-06T21:22:05+08:00'
last_modified_at: '2024-05-06T21:37:37+08:00'
toc: false
---
@@ -22,6 +22,10 @@ toc: false
- Disable copy button on invalid syntax highlighting blocks to avoid positioning issues.
- Fix typo for `fa-dribble` in `_utilities.scss`.
### Documentation & Maintenance
- Rewrite social icons SCSS with a loop.
### Enhancements
- Change the icon of a copy button into a tick for 1.5 seconds on successful copy.