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
+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