mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 15:28:57 +00:00
chore(assets): add librarybot dir entries for katex/lightgallery/fontawesome static assets
Add type: dir items with baseDir: static/lib for fonts and images that must be served as static files, so librarybot can keep them in sync on version bumps.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{{- hugo.Store.Set "version" "v1.0.0-mqw3lkj1" -}}
|
||||
{{- hugo.Store.Set "version" "v1.0.0-mqw63fvq" -}}
|
||||
{{- .Store.Set "this" dict -}}
|
||||
|
||||
{{- partial "init/detection-env.html" . -}}
|
||||
|
||||
@@ -69,6 +69,11 @@ libraries:
|
||||
items:
|
||||
- from: css/all.min.css
|
||||
to: fontawesome-free/all.min.css
|
||||
- type: dir
|
||||
from: webfonts
|
||||
to: webfonts
|
||||
baseDir: static/lib
|
||||
clean: true
|
||||
- npm: fuse.js
|
||||
version: 7.4.2
|
||||
local:
|
||||
@@ -103,6 +108,11 @@ libraries:
|
||||
to: katex/copy-tex.min.js
|
||||
- from: dist/katex.min.css
|
||||
to: katex/katex.min.css
|
||||
- type: dir
|
||||
from: dist/fonts
|
||||
to: katex/fonts
|
||||
baseDir: static/lib
|
||||
clean: true
|
||||
- npm: lightgallery
|
||||
version: 2.9.0
|
||||
local:
|
||||
@@ -115,6 +125,16 @@ libraries:
|
||||
to: lightgallery/plugins/thumbnail/lg-thumbnail.min.js
|
||||
- from: plugins/zoom/lg-zoom.min.js
|
||||
to: lightgallery/lg-zoom.min.js
|
||||
- type: dir
|
||||
from: fonts
|
||||
to: lightgallery/fonts
|
||||
baseDir: static/lib
|
||||
clean: true
|
||||
- type: dir
|
||||
from: images
|
||||
to: lightgallery/images
|
||||
baseDir: static/lib
|
||||
clean: true
|
||||
- npm: mapbox-gl
|
||||
version: 3.24.0
|
||||
local:
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user