File tree Expand file tree Collapse file tree 9 files changed +295
-27
lines changed
content/posts/category/open-source/a-fresh-ui-for-docling Expand file tree Collapse file tree 9 files changed +295
-27
lines changed Original file line number Diff line number Diff line change @@ -181,6 +181,7 @@ module:
181181 imports :
182182 # - path: github.com/hugo-toha/toha/v4
183183 - path : github.com/hugo-toha/toha/v4
184+ - path : github.com/hugomods/code-block-panel
184185 mounts :
185186 - source : static/files
186187 target : static/files
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -2,4 +2,7 @@ module github.com/davidgs/DavidgsWeb
22
33go 1.25.5
44
5- require github.com/hugo-toha/toha/v4 v4.13.0 // indirect
5+ require (
6+ github.com/hugo-toha/toha/v4 v4.13.0 // indirect
7+ github.com/hugomods/code-block-panel v0.9.0 // indirect
8+ )
Original file line number Diff line number Diff line change 1- github.com/hugo-toha/toha/v4 v4.12.0 h1:mA1fC+W3tT3jbK2J3IQ+Wmbgd+ZfCOzoihsaNm+5vcU =
2- github.com/hugo-toha/toha/v4 v4.12.0 /go.mod h1:TU/6WXz7fJ3BSrTS+K/sVctzUMF4pB4ZwKWzFBFra8g =
31github.com/hugo-toha/toha/v4 v4.13.0 h1:h6ZKpqSZIcNK8ufptcRbg+Bm63tBq7v+X2jCC1mlcwg =
42github.com/hugo-toha/toha/v4 v4.13.0 /go.mod h1:TU/6WXz7fJ3BSrTS+K/sVctzUMF4pB4ZwKWzFBFra8g =
3+ github.com/hugomods/code-block-panel v0.9.0 h1:rIyoZQRsW7OCprinbZ93mC8D7x/UdciHmedb/JMIeKM =
4+ github.com/hugomods/code-block-panel v0.9.0 /go.mod h1:3J9yUxaShbhYvFFZbGVHcBoHPl6TUKLL3f2fTsnVNNg =
Original file line number Diff line number Diff line change 33 {{ if or .enable .enabled }}
44
55 {{ with .services }}
6- {{ $url := absURL "" }}
7- {{ $pUrl := urls.Parse $url }}
8- {{ $hName := $pUrl.Host }}
9- {{ if and $hName ( ne $hName "localhost") }}
6+ {{ if and hugo.IsProduction (or .enable .enabled)}}
107 <!-- Google Analytics -->
118 {{ with .google }}
129 <!-- Google tag (gtag.js) -->
Original file line number Diff line number Diff line change 66 "devDependencies" : {
77 "@fontsource/mulish" : " project" ,
88 "@fortawesome/fontawesome-free" : " project" ,
9+ "@popperjs/core" : " project" ,
910 "autoprefixer" : " project" ,
1011 "bootstrap" : " project" ,
1112 "eslint" : " project" ,
2425 "imagesloaded" : " project" ,
2526 "include-media" : " project" ,
2627 "ityped" : " project" ,
27- "typeit" : " project" ,
2828 "katex" : " project" ,
2929 "mark.js" : " project" ,
3030 "mermaid" : " project" ,
3131 "plyr" : " project" ,
32- "popper.js" : " project" ,
33- "@popperjs/core" : " project" ,
32+ "popper.js" : " github.com/hugo-toha/toha/v4" ,
3433 "postcss" : " project" ,
3534 "postcss-cli" : " project" ,
36- "posthog-js" : " project"
35+ "posthog-js" : " project" ,
36+ "typeit" : " github.com/hugo-toha/toha/v4"
3737 }
3838 },
3939 "dependencies" : {
40- "@atproto/api" : " ^0.13.18"
40+ "@atproto/api" : " ^0.13.18" ,
4141 },
4242 "devDependencies" : {
4343 "@fontsource/mulish" : " 4.5.13" ,
You can’t perform that action at this time.
0 commit comments