|
3 | 3 | description = "Hinode is a clean documentation and blog theme for your Hugo site based on Bootstrap 5." |
4 | 4 | enableDarkMode = true |
5 | 5 | modes = ["light", "dark"] |
| 6 | + footerBelowFold = true |
6 | 7 |
|
7 | 8 | # toml-docs-start version |
8 | 9 | [docs] |
|
12 | 13 | # toml-docs-end version |
13 | 14 |
|
14 | 15 | [home] |
15 | | - sections = ["guides", "users", "features"] |
| 16 | + sections = ["guides", "users", "features", "opensource"] |
16 | 17 | fullCover = true |
17 | 18 | centerHeadline = true |
18 | 19 | style = "gradient-featured" |
|
29 | 30 | sidebar = true |
30 | 31 |
|
31 | 32 | [sections] |
| 33 | + [sections.docs] |
| 34 | + title = "Components" |
| 35 | + layout = "card" |
| 36 | + sort = "title" |
| 37 | + reverse = false |
| 38 | + nested = false |
| 39 | + background = "" |
| 40 | + color = "body-tertiary" |
| 41 | + style = "border-0 shadow card-feature card-shrink" |
| 42 | + cols = 3 |
| 43 | + padding = "3" |
| 44 | + header = "none" |
| 45 | + footer = "none" |
| 46 | + orientation = "stacked" |
| 47 | + homepage = 3 |
32 | 48 | [sections.guides] |
33 | 49 | title = "Check our guides to get you started" |
34 | 50 | layout = "card" |
|
60 | 76 | sort = "weight" |
61 | 77 | reverse = false |
62 | 78 | style = "justify-content-center" |
| 79 | + [sections.opensource] |
| 80 | + title = "Embrace the power of open source" |
| 81 | + sectionHeader = "justify-content-end" |
| 82 | + layout = "card" |
| 83 | + sort = "weight" |
| 84 | + reverse = false |
| 85 | + background = "body-tertiary" |
| 86 | + color = "body" |
| 87 | + style = "border card-feature" |
| 88 | + cols = 3 |
| 89 | + padding = "3" |
| 90 | + header = "none" |
| 91 | + footer = "none" |
| 92 | + orientation = "stacked" |
| 93 | + homepage = 3 |
63 | 94 |
|
64 | 95 | [favicon] |
65 | 96 | logo = "img/favicon.png" |
|
151 | 182 | github_signup = "https://github.com/signup" |
152 | 183 | github_pr = "https://help.github.com/articles/about-pull-requests/" |
153 | 184 | github_rebase = "https://help.github.com/articles/about-git-rebase/" |
| 185 | + golang = "https://go.dev/" |
154 | 186 | google_analytics_csp = "https://developers.google.com/tag-platform/tag-manager/web/csp#google_analytics_4_google_analytics" |
155 | 187 | google_chrome = "https://www.google.com/chrome" |
156 | 188 | google_fonts = "https://fonts.google.com" |
|
178 | 210 | hugo_pipes = "https://gohugo.io/hugo-pipes/introduction" |
179 | 211 | hugo_postprocess = "https://gohugo.io/hugo-pipes/postprocess" |
180 | 212 | hugo_release_v0_109_0 = "https://github.com/gohugoio/hugo/releases/tag/v0.109.0" |
| 213 | + hugo_sections = "https://gohugo.io/content-management/sections" |
181 | 214 | hugo_shortcodes = "https://gohugo.io/content-management/shortcodes" |
182 | 215 | hugo_structure = "https://gohugo.io/content-management/organization" |
183 | 216 | hugo_templates = "https://gohugo.io/templates/introduction" |
|
215 | 248 | repository = "https://github.com/gethinode/hinode" |
216 | 249 | repository_child = "https://github.com/gethinode/child.git" |
217 | 250 | repository_docs = "https://github.com/gethinode/docs.git" |
218 | | - repository_owner = "https://github.com/gethinode/" |
| 251 | + repository_owner = "https://github.com/markdumay/" |
| 252 | + repository_tag = "https://github.com/gethinode/hinode/releases/tag/" |
219 | 253 | semver = "https://semver.org" |
220 | 254 | siteground_compression = "https://www.siteground.com/blog/brotli-vs-gzip-compression" |
221 | 255 | stylelint = "https://stylelint.io" |
|
0 commit comments