baseURL = "/" title = "Tekton" enableRobotsTXT = true # Hugo allows theme composition (and inheritance). The precedence is from left to right. theme = ["github.com/google/docsy", "github.com/google/docsy/dependencies"] # Will give values to .Lastmod etc. enableGitInfo = true # Language settings contentDir = "content/en" defaultContentLanguage = "en" defaultContentLanguageInSubdir = false # Useful when translating. enableMissingTranslationPlaceholders = true disableKinds = ["taxonomy", "taxonomyTerm"] # Highlighting config pygmentsCodeFences = true pygmentsUseClasses = false # Use the new Chroma Go highlighter in Hugo. pygmentsUseClassic = false pygmentsStyle = "manni" # Enables emoji enableEmoji = true # Configure how URLs look like per section. [permalinks] blog = "/:section/:year/:month/:day/:slug/" [markup] defaultMarkdownHandler = "goldmark" ## Configuration for goldmark markdown parser: https://gohugo.io/getting-started/configuration-markup/#goldmark [markup.goldmark] [markup.goldmark.renderer] unsafe = true # Image processing configuration. [imaging] resampleFilter = "CatmullRom" quality = 75 anchor = "smart" [services] [services.googleAnalytics] # Comment out the next line to disable GA tracking. Also disables the feature described in [params.ui.feedback]. id = "UA-154682132-1" # Language configuration [languages] [languages.en] title = "Tekton" description = "Cloud Native CI/CD" languageName ="English" # Weight used for sorting. weight = 1 # Everything below this are Site Params [params] # First one is picked as the Twitter card image if not set on page. # images = ["images/project-illustration.png"] # Menu title if your navbar has a versions selector to access old versions of your site. # This menu appears only if you have at least one [params.versions] set. version_menu = "Releases" # Repository configuration (URLs for in-page links to opening issues and suggesting changes) github_repo = "https://github.com/tektoncd/website" # Specify a value here if your content directory is not in your repo's root directory # github_subdir = "" # Google Custom Search Engine ID. Remove or comment out to disable search. gcs_engine_id = "013756393218025596041:6eajntqsa6c" # User interface configuration [params.ui] # Enable to show the side bar menu in its compact state. sidebar_menu_compact = true # Add fold animation to sidebar sidebar_menu_foldable = true # Set to true to disable breadcrumb navigation. breadcrumb_disable = false # Set to true to hide the sidebar search box (the top nav search box will still be displayed if search is enabled) sidebar_search_disable = false # Set to false if you don't want to display a logo (/assets/icons/logo.svg) in the top nav bar navbar_logo = true # Set to true to disable the About link in the site footer footer_about_disable = false # Adds a H2 section titled "Feedback" to the bottom of each doc. The responses are sent to Google Analytics as events. # This feature depends on [services.googleAnalytics] and will be disabled if "services.googleAnalytics.id" is not set. # If you want this feature, but occasionally need to remove the "Feedback" section from a single page, # add "hide_feedback: true" to the page's front matter. [params.ui.feedback] enable = true # The responses that the user sees after clicking "yes" (the page was helpful) or "no" (the page was not helpful). yes = 'Thanks! Tell us how we can further improve.' no = 'Sorry about that. Tell us how we can further improve.' [params.links] # Developer relevant links. These will show up on right side of footer and in the community page if you have one. [[params.links.developer]] name = "GitHub" url = "https://github.com/tektoncd" icon = "fab fa-github" desc = "GitHub organization for the Tekton project"