├── images ├── tn.png └── screenshot.png ├── assets ├── _custom.scss ├── main.scss ├── _fonts.scss ├── search-data.json ├── _default.scss └── search.js ├── static ├── 36129.webp ├── favicon.ico ├── favicon-16x16.png ├── favicon-32x32.png ├── apple-touch-icon.png ├── android-chrome-192x192.png ├── android-chrome-512x512.png ├── webfonts │ ├── fa-brands-400.ttf │ ├── fa-solid-900.ttf │ ├── fa-brands-400.woff2 │ ├── fa-regular-400.ttf │ ├── fa-regular-400.woff2 │ ├── fa-solid-900.woff2 │ ├── fa-v4compatibility.ttf │ └── fa-v4compatibility.woff2 ├── site.webmanifest ├── js │ └── flexsearch.min.js └── 404-page.svg ├── layouts ├── partials │ ├── comments.html │ ├── header.html │ ├── search.html │ ├── footer.html │ ├── head.html │ └── box.html ├── 404.html ├── _default │ ├── baseof.html │ ├── list.html │ └── single.html └── index.html ├── archetypes └── default.md ├── theme.toml ├── LICENSE └── README.md /images/tn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ntk148v/hugo-cuisine-book/HEAD/images/tn.png -------------------------------------------------------------------------------- /assets/_custom.scss: -------------------------------------------------------------------------------- 1 | /* You can add custom styles here. */ 2 | 3 | // @import "plugins/numbered"; -------------------------------------------------------------------------------- /static/36129.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ntk148v/hugo-cuisine-book/HEAD/static/36129.webp -------------------------------------------------------------------------------- /static/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ntk148v/hugo-cuisine-book/HEAD/static/favicon.ico -------------------------------------------------------------------------------- /images/screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ntk148v/hugo-cuisine-book/HEAD/images/screenshot.png -------------------------------------------------------------------------------- /static/favicon-16x16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ntk148v/hugo-cuisine-book/HEAD/static/favicon-16x16.png -------------------------------------------------------------------------------- /static/favicon-32x32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ntk148v/hugo-cuisine-book/HEAD/static/favicon-32x32.png -------------------------------------------------------------------------------- /assets/main.scss: -------------------------------------------------------------------------------- 1 | @import "default"; 2 | @import "fonts"; 3 | 4 | // Custom defined styles 5 | @import "custom"; 6 | -------------------------------------------------------------------------------- /static/apple-touch-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ntk148v/hugo-cuisine-book/HEAD/static/apple-touch-icon.png -------------------------------------------------------------------------------- /static/android-chrome-192x192.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ntk148v/hugo-cuisine-book/HEAD/static/android-chrome-192x192.png -------------------------------------------------------------------------------- /static/android-chrome-512x512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ntk148v/hugo-cuisine-book/HEAD/static/android-chrome-512x512.png -------------------------------------------------------------------------------- /static/webfonts/fa-brands-400.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ntk148v/hugo-cuisine-book/HEAD/static/webfonts/fa-brands-400.ttf -------------------------------------------------------------------------------- /static/webfonts/fa-solid-900.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ntk148v/hugo-cuisine-book/HEAD/static/webfonts/fa-solid-900.ttf -------------------------------------------------------------------------------- /static/webfonts/fa-brands-400.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ntk148v/hugo-cuisine-book/HEAD/static/webfonts/fa-brands-400.woff2 -------------------------------------------------------------------------------- /static/webfonts/fa-regular-400.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ntk148v/hugo-cuisine-book/HEAD/static/webfonts/fa-regular-400.ttf -------------------------------------------------------------------------------- /static/webfonts/fa-regular-400.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ntk148v/hugo-cuisine-book/HEAD/static/webfonts/fa-regular-400.woff2 -------------------------------------------------------------------------------- /static/webfonts/fa-solid-900.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ntk148v/hugo-cuisine-book/HEAD/static/webfonts/fa-solid-900.woff2 -------------------------------------------------------------------------------- /static/webfonts/fa-v4compatibility.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ntk148v/hugo-cuisine-book/HEAD/static/webfonts/fa-v4compatibility.ttf -------------------------------------------------------------------------------- /static/webfonts/fa-v4compatibility.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ntk148v/hugo-cuisine-book/HEAD/static/webfonts/fa-v4compatibility.woff2 -------------------------------------------------------------------------------- /layouts/partials/comments.html: -------------------------------------------------------------------------------- 1 | 2 | {{ template "_internal/disqus.html" . }} 3 | -------------------------------------------------------------------------------- /layouts/404.html: -------------------------------------------------------------------------------- 1 | {{ define "main" }} 2 |
{{ . }}
23 | {{ end }} {{ end }} 24 | 25 | {{ $rating := 0 }} {{ if and (isset .Params "rating") (le .Params.rating 26 | 5) }} {{ $rating = .Params.rating }} {{ end }} {{ range $i := (seq 27 | $rating) }} 28 | 29 | {{ end }} {{ range $i := (seq (sub 5 $rating)) }} 30 | 31 | {{ end }} 32 | 33 |A simple Hugo theme4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
19 |
20 |
h&&(l=0),l=l||0,g=l+c,g