|
| 1 | +baseURL = "/" |
| 2 | +title = "Goldydocs" |
| 3 | + |
| 4 | +enableRobotsTXT = true |
| 5 | + |
| 6 | +# Hugo allows theme composition (and inheritance). The precedence is from left to right. |
| 7 | +theme = ["docsy"] |
| 8 | + |
| 9 | +# Will give values to .Lastmod etc. |
| 10 | +enableGitInfo = true |
| 11 | + |
| 12 | +# Language settings |
| 13 | +contentDir = "content/en" |
| 14 | +defaultContentLanguage = "en" |
| 15 | +defaultContentLanguageInSubdir = false |
| 16 | +# Useful when translating. |
| 17 | +enableMissingTranslationPlaceholders = true |
| 18 | + |
| 19 | +# Comment out to disable taxonomies in Docsy |
| 20 | +# disableKinds = ["taxonomy", "taxonomyTerm"] |
| 21 | + |
| 22 | +# You can add your own taxonomies |
| 23 | +[taxonomies] |
| 24 | +tag = "tags" |
| 25 | +category = "categories" |
| 26 | + |
| 27 | +[params.taxonomy] |
| 28 | +# set taxonomyCloud = [] to hide taxonomy clouds |
| 29 | +taxonomyCloud = ["tags", "categories"] |
| 30 | + |
| 31 | +# If used, must have same lang as taxonomyCloud |
| 32 | +taxonomyCloudTitle = ["Tag Cloud", "Categories"] |
| 33 | + |
| 34 | +# set taxonomyPageHeader = [] to hide taxonomies on the page headers |
| 35 | +taxonomyPageHeader = ["tags", "categories"] |
| 36 | + |
| 37 | + |
| 38 | +# Highlighting config |
| 39 | +pygmentsCodeFences = true |
| 40 | +pygmentsUseClasses = false |
| 41 | +# Use the new Chroma Go highlighter in Hugo. |
| 42 | +pygmentsUseClassic = false |
| 43 | +#pygmentsOptions = "linenos=table" |
| 44 | +# See https://help.farbox.com/pygments.html |
| 45 | +pygmentsStyle = "tango" |
| 46 | + |
| 47 | +# Configure how URLs look like per section. |
| 48 | +[permalinks] |
| 49 | +blog = "/:section/:year/:month/:day/:slug/" |
| 50 | + |
| 51 | +## Configuration for BlackFriday markdown parser: https://github.com/russross/blackfriday |
| 52 | +[blackfriday] |
| 53 | +plainIDAnchors = true |
| 54 | +hrefTargetBlank = true |
| 55 | +angledQuotes = false |
| 56 | +latexDashes = true |
| 57 | + |
| 58 | +# Image processing configuration. |
| 59 | +[imaging] |
| 60 | +resampleFilter = "CatmullRom" |
| 61 | +quality = 75 |
| 62 | +anchor = "smart" |
| 63 | + |
| 64 | +[services] |
| 65 | +[services.googleAnalytics] |
| 66 | +# Comment out the next line to disable GA tracking. Also disables the feature described in [params.ui.feedback]. |
| 67 | +id = "UA-00000000-0" |
| 68 | + |
| 69 | +# Language configuration |
| 70 | + |
| 71 | +[languages] |
| 72 | +[languages.en] |
| 73 | +title = "Goldydocs" |
| 74 | +description = "A Docsy example site" |
| 75 | +languageName ="English" |
| 76 | +# Weight used for sorting. |
| 77 | +weight = 1 |
| 78 | +[languages.no] |
| 79 | +title = "Goldydocs" |
| 80 | +description = "Docsy er operativsystem for skyen" |
| 81 | +languageName ="Norsk" |
| 82 | +contentDir = "content/no" |
| 83 | +time_format_default = "02.01.2006" |
| 84 | +time_format_blog = "02.01.2006" |
| 85 | + |
| 86 | +[languages.fa] |
| 87 | +title = "اسناد گلدی" |
| 88 | +description = "یک نمونه برای پوسته داکسی" |
| 89 | +languageName ="فارسی" |
| 90 | +contentDir = "content/fa" |
| 91 | +time_format_default = "2006.01.02" |
| 92 | +time_format_blog = "2006.01.02" |
| 93 | + |
| 94 | +[markup] |
| 95 | + [markup.goldmark] |
| 96 | + [markup.goldmark.renderer] |
| 97 | + unsafe = true |
| 98 | + [markup.highlight] |
| 99 | + # See a complete list of available styles at https://xyproto.github.io/splash/docs/all.html |
| 100 | + style = "tango" |
| 101 | + # Uncomment if you want your chosen highlight style used for code blocks without a specified language |
| 102 | + # guessSyntax = "true" |
| 103 | + |
| 104 | +# Everything below this are Site Params |
| 105 | + |
| 106 | +# Comment out if you don't want the "print entire section" link enabled. |
| 107 | +[outputs] |
| 108 | +section = ["HTML", "print", "RSS"] |
| 109 | + |
| 110 | +[params] |
| 111 | +copyright = "The Docsy Authors" |
| 112 | +privacy_policy = "https://policies.google.com/privacy" |
| 113 | + |
| 114 | +# First one is picked as the Twitter card image if not set on page. |
| 115 | +# images = ["images/project-illustration.png"] |
| 116 | + |
| 117 | +# Menu title if your navbar has a versions selector to access old versions of your site. |
| 118 | +# This menu appears only if you have at least one [params.versions] set. |
| 119 | +version_menu = "Releases" |
| 120 | + |
| 121 | +# Flag used in the "version-banner" partial to decide whether to display a |
| 122 | +# banner on every page indicating that this is an archived version of the docs. |
| 123 | +# Set this flag to "true" if you want to display the banner. |
| 124 | +archived_version = false |
| 125 | + |
| 126 | +# The version number for the version of the docs represented in this doc set. |
| 127 | +# Used in the "version-banner" partial to display a version number for the |
| 128 | +# current doc set. |
| 129 | +version = "0.0" |
| 130 | + |
| 131 | +# A link to latest version of the docs. Used in the "version-banner" partial to |
| 132 | +# point people to the main doc site. |
| 133 | +url_latest_version = "https://example.com" |
| 134 | + |
| 135 | +# Repository configuration (URLs for in-page links to opening issues and suggesting changes) |
| 136 | +github_repo = "https://github.com/google/docsy-example" |
| 137 | +# An optional link to a related project repo. For example, the sibling repository where your product code lives. |
| 138 | +github_project_repo = "https://github.com/google/docsy" |
| 139 | + |
| 140 | +# Specify a value here if your content directory is not in your repo's root directory |
| 141 | +# github_subdir = "" |
| 142 | + |
| 143 | +# Uncomment this if you have a newer GitHub repo with "main" as the default branch, |
| 144 | +# or specify a new value if you want to reference another branch in your GitHub links |
| 145 | +# github_branch= "main" |
| 146 | + |
| 147 | +# Google Custom Search Engine ID. Remove or comment out to disable search. |
| 148 | +gcs_engine_id = "d72aa9b2712488cc3" |
| 149 | + |
| 150 | +# Enable Algolia DocSearch |
| 151 | +algolia_docsearch = false |
| 152 | + |
| 153 | +# Enable Lunr.js offline search |
| 154 | +offlineSearch = false |
| 155 | + |
| 156 | +# Enable syntax highlighting and copy buttons on code blocks with Prism |
| 157 | +prism_syntax_highlighting = false |
| 158 | + |
| 159 | +# User interface configuration |
| 160 | +[params.ui] |
| 161 | +# Set to true to disable breadcrumb navigation. |
| 162 | +breadcrumb_disable = false |
| 163 | +# Set to true to disable the About link in the site footer |
| 164 | +footer_about_disable = false |
| 165 | +# Set to false if you don't want to display a logo (/assets/icons/logo.svg) in the top navbar |
| 166 | +navbar_logo = true |
| 167 | +# Set to true if you don't want the top navbar to be translucent when over a `block/cover`, like on the homepage. |
| 168 | +navbar_translucent_over_cover_disable = false |
| 169 | +# Enable to show the side bar menu in its compact state. |
| 170 | +sidebar_menu_compact = false |
| 171 | +# Set to true to hide the sidebar search box (the top nav search box will still be displayed if search is enabled) |
| 172 | +sidebar_search_disable = false |
| 173 | + |
| 174 | +# Adds a H2 section titled "Feedback" to the bottom of each doc. The responses are sent to Google Analytics as events. |
| 175 | +# This feature depends on [services.googleAnalytics] and will be disabled if "services.googleAnalytics.id" is not set. |
| 176 | +# If you want this feature, but occasionally need to remove the "Feedback" section from a single page, |
| 177 | +# add "hide_feedback: true" to the page's front matter. |
| 178 | +[params.ui.feedback] |
| 179 | +enable = true |
| 180 | +# The responses that the user sees after clicking "yes" (the page was helpful) or "no" (the page was not helpful). |
| 181 | +yes = 'Glad to hear it! Please <a href="https://github.com/USERNAME/REPOSITORY/issues/new">tell us how we can improve</a>.' |
| 182 | +no = 'Sorry to hear that. Please <a href="https://github.com/USERNAME/REPOSITORY/issues/new">tell us how we can improve</a>.' |
| 183 | + |
| 184 | +# Adds a reading time to the top of each doc. |
| 185 | +# If you want this feature, but occasionally need to remove the Reading time from a single page, |
| 186 | +# add "hide_readingtime: true" to the page's front matter |
| 187 | +[params.ui.readingtime] |
| 188 | +enable = false |
| 189 | + |
| 190 | +[params.links] |
| 191 | +# End user relevant links. These will show up on left side of footer and in the community page if you have one. |
| 192 | +[[params.links.user]] |
| 193 | + name = "User mailing list" |
| 194 | + url = "https://example.org/mail" |
| 195 | + icon = "fa fa-envelope" |
| 196 | + desc = "Discussion and help from your fellow users" |
| 197 | +[[params.links.user]] |
| 198 | + name ="Twitter" |
| 199 | + url = "https://example.org/twitter" |
| 200 | + icon = "fab fa-twitter" |
| 201 | + desc = "Follow us on Twitter to get the latest news!" |
| 202 | +[[params.links.user]] |
| 203 | + name = "Stack Overflow" |
| 204 | + url = "https://example.org/stack" |
| 205 | + icon = "fab fa-stack-overflow" |
| 206 | + desc = "Practical questions and curated answers" |
| 207 | +# Developer relevant links. These will show up on right side of footer and in the community page if you have one. |
| 208 | +[[params.links.developer]] |
| 209 | + name = "GitHub" |
| 210 | + url = "https://github.com/google/docsy" |
| 211 | + icon = "fab fa-github" |
| 212 | + desc = "Development takes place here!" |
| 213 | +[[params.links.developer]] |
| 214 | + name = "Slack" |
| 215 | + url = "https://example.org/slack" |
| 216 | + icon = "fab fa-slack" |
| 217 | + desc = "Chat with other project developers" |
| 218 | +[[params.links.developer]] |
| 219 | + name = "Developer mailing list" |
| 220 | + url = "https://example.org/mail" |
| 221 | + icon = "fa fa-envelope" |
| 222 | + desc = "Discuss development issues around the project" |
| 223 | + |
0 commit comments