File tree Expand file tree Collapse file tree 8 files changed +18
-39
lines changed
Expand file tree Collapse file tree 8 files changed +18
-39
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11[submodule "themes/hugo-book "]
22 path = themes/hugo-book
3- url = https://github.com/pseudoyu /hugo-book
3+ url = https://github.com/alex-shpak /hugo-book
Original file line number Diff line number Diff line change @@ -41,8 +41,8 @@ The articles in 《区块链入门指南》 are licensed under a [Creative Commo
4141 </a>
4242 </td>
4343 <td align="center">
44- <a href="https://github.com/deemoxuchao ">
45- <img src="https://avatars.githubusercontent.com/u/13073679?v=4" width="100;" alt="deemoxuchao "/>
44+ <a href="https://github.com/HsuQ ">
45+ <img src="https://avatars.githubusercontent.com/u/13073679?v=4" width="100;" alt="HsuQ "/>
4646 <br />
4747 <sub><b>Hsurich</b></sub>
4848 </a>
Original file line number Diff line number Diff line change 11< h2 class ="book-brand ">
2- < a class ="flex align-center " href ="{{ cond (not .Site.Home.File) .Sites.First .Home.RelPermalink .Site.Home.RelPermalink }} ">
2+ < a class ="flex align-center " href ="{{ cond (not .Site.Home.File) .Sites.Default .Home.RelPermalink .Site.Home.RelPermalink }} ">
33 {{- with .Site.Params.BookLogo -}}
44 < img src ="{{ . | relURL }} " alt ="Logo " />
55 {{- end -}}
Original file line number Diff line number Diff line change 2121{{- end -}}
2222
2323<!-- Theme stylesheet, you can customize scss by creating `assets/custom.scss` in your website -->
24- {{- $styles := resources.Get "book.scss" | resources.ExecuteAsTemplate "book.scss" . | resources.ToCSS | resources.Minify | resources.Fingerprint }}
24+ {{- $styles := resources.Get "book.scss" | resources.ExecuteAsTemplate "book.scss" . | css.Sass | resources.Minify | resources.Fingerprint }}
2525< link rel ="stylesheet " href ="{{ $styles.RelPermalink }} " {{ template "integrity" $styles }}>
2626
2727{{- if default true .Site.Params.BookSearch -}}
Original file line number Diff line number Diff line change 11< nav >
22{{ partial "docs/brand" . }}
33{{ partial "docs/search" . }}
4- {{ if .Site.IsMultiLingual }}
4+ {{ if hugo.IsMultilingual }}
55 {{ partial "docs/languages" . }}
66{{ end }}
77
Original file line number Diff line number Diff line change 1+ {
2+ "git" : {
3+ "submodules" : true
4+ },
5+ "build" : {
6+ "env" : {
7+ "HUGO_VERSION" : " 0.146.0"
8+ }
9+ },
10+ "buildCommand" : " git submodule update --init --recursive && hugo --gc"
11+ }
You can’t perform that action at this time.
0 commit comments