123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212 |
- baseURL = "/"
- title = "Blocktree"
- contentDir = "content/en"
- defaultContentLanguage = "en"
- defaultContentLanguageInSubdir = false
- enableMissingTranslationPlaceholders = true
- enableRobotsTXT = true
- enableGitInfo = true
- [taxonomies]
- tag = "tags"
- category = "categories"
- [params.taxonomy]
- taxonomyCloud = ["tags", "categories"]
- taxonomyCloudTitle = ["Tag Cloud", "Categories"]
- taxonomyPageHeader = ["tags", "categories"]
- pygmentsCodeFences = true
- pygmentsUseClasses = false
- pygmentsUseClassic = false
- pygmentsStyle = "tango"
- [permalinks]
- blog = "/:section/:year/:month/:day/:slug/"
- [imaging]
- resampleFilter = "CatmullRom"
- quality = 75
- anchor = "smart"
- [services]
- [services.googleAnalytics]
- [languages]
- [languages.en]
- title = "Blocktree"
- description = "A platform for distributed computing."
- languageName ="English"
- weight = 1
- [markup]
- [markup.goldmark]
- [markup.goldmark.renderer]
- unsafe = true
- [markup.highlight]
-
- style = "tango"
-
-
- [outputs]
- section = ["HTML", "print", "RSS"]
- [params]
- copyright = "The Docsy Authors"
- privacy_policy = "https://policies.google.com/privacy"
- version_menu = "Releases"
- archived_version = false
- version = "0.0"
- url_latest_version = "https://example.com"
- github_repo = "https://gogs.delease.com/Delease/Blocktree"
- github_project_repo = "https://gogs.delease.com/Delease/Blocktree"
- github_branch= "master"
- algolia_docsearch = false
- offlineSearch = true
- prism_syntax_highlighting = false
- [params.ui]
- breadcrumb_disable = false
- footer_about_disable = false
- navbar_logo = true
- navbar_translucent_over_cover_disable = false
- sidebar_menu_compact = false
- sidebar_search_disable = false
- [params.ui.feedback]
- enable = false
- yes = 'Glad to hear it! Please <a href="https://github.com/USERNAME/REPOSITORY/issues/new">tell us how we can improve</a>.'
- no = 'Sorry to hear that. Please <a href="https://github.com/USERNAME/REPOSITORY/issues/new">tell us how we can improve</a>.'
- [params.ui.readingtime]
- enable = false
- [params.links]
- [[params.links.user]]
- name = "User mailing list"
- url = "https://example.org/mail"
- icon = "fa fa-envelope"
- desc = "Discussion and help from your fellow users"
- [[params.links.user]]
- name = "Stack Overflow"
- url = "https://example.org/stack"
- icon = "fab fa-stack-overflow"
- desc = "Practical questions and curated answers"
- [[params.links.developer]]
- name = "Repo"
- url = "https://gogs.delease.com/Delease/Blocktree"
- icon = "fa-solid fa-gear"
- desc = "Development takes place here!"
- [[params.links.developer]]
- name = "Developer mailing list"
- url = "https://example.org/mail"
- icon = "fa fa-envelope"
- desc = "Discuss development issues around the project"
- [module]
-
-
- [module.hugoVersion]
- extended = true
- min = "0.75.0"
- [[module.imports]]
- path = "github.com/google/docsy"
- disable = false
- [[module.imports]]
- path = "github.com/google/docsy/dependencies"
- disable = false
|