Skip to content

Commit

Permalink
Feat: 调整测试模板加载
Browse files Browse the repository at this point in the history
  • Loading branch information
Lruihao committed Sep 25, 2024
1 parent 67f6f20 commit c779bbd
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 69 deletions.
3 changes: 2 additions & 1 deletion config/_default/params.toml
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,8 @@ disableThemeInject = false
# "eruda", "vConsole" supported
type = "eruda"

# Define custom partials to be included in the /layouts/partials/ directory
# FixIt 0.3.12 | NEW Custom partials config
# Custom partials must be stored in the /layouts/partials/ directory.
# Depends on open custom blocks https://fixit.lruihao.cn/references/blocks/
[customPartials]
head = [
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ go 1.20

require (
github.com/Lruihao/hugo-shortcode-mmt-netease v1.0.7 // indirect
github.com/hugo-fixit/FixIt v0.3.12-0.20240910094900-fad3c988deab // indirect
github.com/hugo-fixit/cmpt-mdevtools v1.0.0 // indirect
github.com/hugo-fixit/FixIt v0.3.12-0.20240925102835-954d86432f3e // indirect
github.com/hugo-fixit/cmpt-mdevtools v1.0.1 // indirect
github.com/hugo-fixit/component-projects v1.1.3 // indirect
github.com/hugo-fixit/hugo-json-feed v1.0.2 // indirect
github.com/hugo-fixit/shortcode-caniuse v1.1.3 // indirect
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
github.com/Lruihao/hugo-shortcode-mmt-netease v1.0.7 h1:G0A3HBcU7zu/FZPEVlzexO4GBNs1CAUVNwoRkekUbdU=
github.com/Lruihao/hugo-shortcode-mmt-netease v1.0.7/go.mod h1:6vXHaAZv1p9meW2mZ5KmlWlu5W9YiIpUTkHGWwkp3Pk=
github.com/hugo-fixit/FixIt v0.3.12-0.20240910094900-fad3c988deab h1:FGIq9PptHv7bCWjjFXgahNF/cNZMmCof94UykwQbpcE=
github.com/hugo-fixit/FixIt v0.3.12-0.20240910094900-fad3c988deab/go.mod h1:3XIRedrqakO7/a4ZnhE46haMRF8HgsT0N0B5j5D2iRU=
github.com/hugo-fixit/cmpt-mdevtools v1.0.0 h1:6xCY1E2HqyTWioEcOPsmH7Wm12YKSPxngWK72PvLaKU=
github.com/hugo-fixit/cmpt-mdevtools v1.0.0/go.mod h1:+1tfeT4ugFNa1kx/3yQF0NUup2Fejiq7EwvrpcY2xWw=
github.com/hugo-fixit/FixIt v0.3.12-0.20240925102835-954d86432f3e h1:7a6PDPQVPr/Ch3MB6M6J4Bqa4RDB8YhcLuCIp9hUsn4=
github.com/hugo-fixit/FixIt v0.3.12-0.20240925102835-954d86432f3e/go.mod h1:3XIRedrqakO7/a4ZnhE46haMRF8HgsT0N0B5j5D2iRU=
github.com/hugo-fixit/cmpt-mdevtools v1.0.1 h1:IdUhqO1ktKsJF5D0ReU37PU2CQCpgjY4EFFQ0S69sKQ=
github.com/hugo-fixit/cmpt-mdevtools v1.0.1/go.mod h1:+1tfeT4ugFNa1kx/3yQF0NUup2Fejiq7EwvrpcY2xWw=
github.com/hugo-fixit/component-projects v1.1.3 h1:iK6q07CpFsnnJGh8q2stVjv6Lr77dTM9o+P7LGDEYmE=
github.com/hugo-fixit/component-projects v1.1.3/go.mod h1:nXW0R37REwpfwUD1I4RtB5QW71vw66nRyB9uEpYxr+c=
github.com/hugo-fixit/hugo-json-feed v1.0.2 h1:xZABGHuoX/u0hnoF5AoP7ane7l9T7UNmlOAiFdWvBvA=
Expand Down
62 changes: 0 additions & 62 deletions layouts/partials/custom.html

This file was deleted.

0 comments on commit c779bbd

Please sign in to comment.