Skip to content

Commit

Permalink
refactor: remove all.min.css
Browse files Browse the repository at this point in the history
  • Loading branch information
HEIGE-PCloud committed Mar 28, 2024
1 parent 3f87826 commit 4350b87
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 18 deletions.
7 changes: 0 additions & 7 deletions assets/css/color.css

This file was deleted.

2 changes: 0 additions & 2 deletions assets/data/cdn/jsdelivr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ libFiles:
# [email protected] https://github.com/apache/echarts
echartsJS: [email protected]/dist/echarts.min.js
echartsMacaronsJS: [email protected]/theme/macarons.min.js
# [email protected] https://github.com/FortAwesome/Font-Awesome
fontawesomeFreeCSS: '@fortawesome/[email protected]/css/all.min.css'
# [email protected] https://github.com/krisk/fuse
fuseJS: [email protected]/dist/fuse.min.js
# [email protected] https://github.com/gitalk/gitalk
Expand Down
9 changes: 0 additions & 9 deletions layouts/partials/head/link.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,21 +44,12 @@
{{- $style := dict "Source" $source "Fingerprint" $fingerprint -}}
{{- partial "plugin/style.html" $style -}}

{{/* color.min.css */}}
{{- $style := dict "Source" "css/color.css" "Fingerprint" $fingerprint "Defer" false -}}
{{- partial "plugin/style.html" $style -}}

{{- /* style.min.css */ -}}
{{- $style := dict "Source" "css/style.scss" -}}
{{- $options := dict "targetPath" "css/style.min.css" "enableSourceMap" true -}}
{{- $style = dict "Context" . "ToCSS" $options | merge $style -}}
{{- partial "plugin/style.html" $style -}}

{{- /* Font Awesome */ -}}
{{- $source := $cdn.fontawesomeFreeCSS | default "lib/fontawesome-free/all.min.css" -}}
{{- $style := dict "Source" $source "Fingerprint" $fingerprint "Defer" true -}}
{{- partial "plugin/style.html" $style -}}

{{- /* Animate.css */ -}}
{{- $source := $cdn.animateCSS | default "lib/animate/animate.min.css" -}}
{{- $style := dict "Source" $source "Fingerprint" $fingerprint "Defer" true -}}
Expand Down

0 comments on commit 4350b87

Please sign in to comment.