Clean up config.toml
This commit is contained in:
parent
6fd0628f81
commit
70e60e7605
@ -1,31 +1,26 @@
|
|||||||
# Base URL used when generating links to your pages
|
# Basic config
|
||||||
# Set to the URL for your site
|
|
||||||
baseURL = "https://example.com"
|
baseURL = "https://example.com"
|
||||||
|
|
||||||
# The name of this wonderful theme ;-).
|
|
||||||
theme = "hugo-bearcub"
|
theme = "hugo-bearcub"
|
||||||
|
|
||||||
# Basic metadata configuration for your blog.
|
|
||||||
author = "John Doe"
|
author = "John Doe"
|
||||||
copyright = "John Doe (CC BY 4.0)"
|
copyright = "John Doe (CC BY 4.0)"
|
||||||
|
|
||||||
# Generate a nice robots.txt for SEO
|
# Generate a nice robots.txt for SEO
|
||||||
enableRobotsTXT = true
|
enableRobotsTXT = true
|
||||||
|
|
||||||
# highlighting without inline styles
|
# Setup syntax highlighting without inline styles. For more information about
|
||||||
|
# why you'd want to avoid inline styles, see
|
||||||
|
# https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/style-src#unsafe_inline_styles
|
||||||
[markup]
|
[markup]
|
||||||
[markup.highlight]
|
[markup.highlight]
|
||||||
lineNos = true
|
lineNos = true
|
||||||
lineNumbersInTable = false
|
lineNumbersInTable = false
|
||||||
# This allows Bear Cub to use a variation of Dracula that is more accessible
|
# This allows Bear Cub to use a variation of Dracula that is more accessible
|
||||||
# to people with poor eyesight
|
# to people with poor eyesight. For more information about color contrast
|
||||||
# See https://web.dev/color-and-contrast-accessibility/
|
# and accessibility, see https://web.dev/color-and-contrast-accessibility/
|
||||||
noClasses = false
|
noClasses = false
|
||||||
|
|
||||||
# Multi-lingual mode config
|
# Multilingual mode config. More for information about how to setup translation,
|
||||||
# There are different options to translate files
|
# see https://gohugo.io/content-management/multilingual/
|
||||||
# See https://gohugo.io/content-management/multilingual/#translation-by-filename
|
|
||||||
# And https://gohugo.io/content-management/multilingual/#translation-by-content-directory
|
|
||||||
DefaultContentLanguage = "en"
|
DefaultContentLanguage = "en"
|
||||||
[languages]
|
[languages]
|
||||||
[languages.en]
|
[languages.en]
|
||||||
@ -33,53 +28,43 @@ DefaultContentLanguage = "en"
|
|||||||
languageName = "English 🇺🇸"
|
languageName = "English 🇺🇸"
|
||||||
LanguageCode = "en-US"
|
LanguageCode = "en-US"
|
||||||
contentDir = "content"
|
contentDir = "content"
|
||||||
weight = 1
|
|
||||||
[languages.en.params]
|
[languages.en.params]
|
||||||
# Absolute path to your blog section, used for the nav bar's RSS link
|
blogPath = "/blog" # Path to your blog section (used by RSS)
|
||||||
blogPath = "/blog"
|
|
||||||
# You can use markdown here if you want to link somewhere
|
|
||||||
madeWith = "Made with [Bear Cub](https://github.com/clente/hugo-bearcub)"
|
madeWith = "Made with [Bear Cub](https://github.com/clente/hugo-bearcub)"
|
||||||
[languages.pt]
|
[languages.pt]
|
||||||
title = "Site Exemplo"
|
title = "Site Exemplo"
|
||||||
languageName = "Português 🇧🇷"
|
languageName = "Português 🇧🇷"
|
||||||
LanguageCode = "pt-BR"
|
LanguageCode = "pt-BR"
|
||||||
contentDir = "content.pt"
|
contentDir = "content.pt"
|
||||||
weight = 2
|
|
||||||
[languages.pt.params]
|
[languages.pt.params]
|
||||||
# Absolute path to your blog section, used for the nav bar's RSS link
|
blogPath = "/pt/blog" # Path to your blog section (used by RSS)
|
||||||
blogPath = "/pt/blog"
|
|
||||||
# You can use markdown here if you want to link somewhere
|
|
||||||
madeWith = "Feito com [Bear Cub](https://github.com/clente/hugo-bearcub)"
|
madeWith = "Feito com [Bear Cub](https://github.com/clente/hugo-bearcub)"
|
||||||
|
|
||||||
[params]
|
[params]
|
||||||
# The "description" of your website. This is used in the meta data of your generated html.
|
# The description of your website
|
||||||
description = "Bear Cub Demo"
|
description = "Bear Cub Demo"
|
||||||
|
|
||||||
# The path to your "favicon". This should be a square (at least 32px x 32px) png-file.
|
# The path to your favicon
|
||||||
# Hint: It's good practise to also put a "favicon.ico"-file into your "static"-folder.
|
|
||||||
favicon = "images/favicon.png"
|
favicon = "images/favicon.png"
|
||||||
|
|
||||||
# These "images" are used for the structured data templates. This will show up, when
|
# These images will show up when services want to generate a preview of a link
|
||||||
# services like Twitter or Slack want to generate a preview of a link to your site.
|
# to your site. For more information about previews, see
|
||||||
# See https://gohugo.io/templates/internal#twitter-cards and
|
# https://gohugo.io/templates/internal#twitter-cards and
|
||||||
# https://gohugo.io/templates/internal#open-graph.
|
# https://gohugo.io/templates/internal#open-graph
|
||||||
images = ["/images/share.png"]
|
images = ["/images/share.png"]
|
||||||
|
|
||||||
# Another "title" :-). This one is used as the site_name on the Hugo's internal
|
# This title is used as the site_name on the Hugo's internal opengraph
|
||||||
# opengraph structured data template.
|
# structured data template
|
||||||
# See https://ogp.me/ and https://gohugo.io/templates/internal#open-graph.
|
|
||||||
title = "Example Site"
|
title = "Example Site"
|
||||||
|
|
||||||
# By default, this theme displays dates with a format like "02 Jan, 2006", but
|
# Dates are displayed following the format below. For more information about
|
||||||
# you can customize it by setting the `dateFormat` param in your site's config
|
# formatting, see https://gohugo.io/functions/format/
|
||||||
# file. See [Hugo's Format function docs](https://gohugo.io/functions/format/)
|
|
||||||
# for details. An example TOML config that uses [ISO
|
|
||||||
# 8601](https://en.wikipedia.org/wiki/ISO_8601) format:
|
|
||||||
dateFormat = "2006-01-02"
|
dateFormat = "2006-01-02"
|
||||||
|
|
||||||
# /!\ This is an experimental feature, might be removed or changed at any time
|
# If your blog is multilingual but you haven't translated a page, this theme
|
||||||
# (Optional, experimental, default false) Enables a drop-down menu for translations only if a translation is present.
|
# will create a disabled link. By setting `hideUntranslated` to true, you can
|
||||||
|
# have the theme simply not show any link
|
||||||
hideUntranslated = false
|
hideUntranslated = false
|
||||||
|
|
||||||
# Email, used for the nav bar's email link
|
# Your email, added to the navbar so readers can reply to your posts
|
||||||
email = "me@example.com"
|
email = "me@example.com"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user