source: tanzpartie-hugo/config.toml @ 16980

Last change on this file since 16980 was 16978, checked in by Henrik Bettermann, 2 years ago

update

File size: 6.5 KB
Line 
1title = "Hello World!"
2baseURL = "http://salsa"
3
4# Option 1 (recommended): adding the theme as a Hugo module
5# theme = "github.com/Lednerb/bilberry-hugo-theme/v3"
6
7# Option 2: cloning/copying the theme files
8theme = "bilberry-hugo-theme"
9
10# Generate the robots.txt file for SEO
11enableRobotsTXT = true
12
13# Change to one of your content languages defined at the end.
14DefaultContentLanguage = "de"
15
16# Enable / Disable Google Analytics statistics for your site
17googleAnalytics = ""
18
19# Enable / Disable comments on the articles via Disqus.
20disqusShortname = ""
21
22[params]
23  # Custom CSS / JS modules that will be imported by the template.
24  # Files are relative to the static/ directory or a URL.
25  # Files are imported in the order they appear here, after
26  # theme.css and theme.js, respectively.
27  css_modules = ["custom.css"]
28  js_modules = []
29
30  # Description and meta data for the search engines
31  author = "Henrik Bettermann"
32  description = "Henrik's World Travel Blog"
33  keywords = "landrover, defender, latin music, latin dance,"
34
35  # How many articles should be displayed at once?
36  paginate = 7
37
38  # Enable / Disable MathJax
39  enable_mathjax    = false
40
41  # Enable / Disable algolia search
42  algolia_search    = false
43  algolia_appId     = "45CEN6X6AT"
44  algolia_apiKey    = "16030625f1a4d0dd3b8aefd794fd4cf1"
45  algolia_indexName = "bilberry-hugo-theme"
46  # Set this option to false if you want to search within all articles in all languages at once
47  algolia_currentLanguageOnly = true
48
49  # Enable / Disable comments on the articles via commento
50  # commentoJsURL = "https://commento.lednerb.de/js/commento.js"
51
52  # Enable / Disable Giscus comments
53  giscus             = false
54  giscusJsUrl        = "https://giscus.app/client.js"
55  giscusRepository   = "[ENTER REPO HERE]"
56  giscusRepositoryId = "[ENTER REPO ID HERE]"
57  giscusMapping      = "pathname"
58  giscusCategory     = "[ENTER CATEGORY NAME HERE]"
59  giscusCategoryId   = "[ENTER CATEGORY ID HERE]"
60  giscusTheme        = "light"
61  giscusReactions    = "1"
62  giscusEmitMetadata = "0"
63  giscusLanguage     = "en"
64  giscusCrossOrigin  = "anonymous"
65
66  # Enable / Disable Utterances comments
67  utterances            = false
68  utterancesJsUrl       = "https://utteranc.es/client.js"
69  utterancesRepository  = "[ENTER REPO HERE]"
70  utterancesIssueTerm   = "pathname"
71  utterancesLabel       = "Comment"
72  utterancesTheme       = "github-light"
73  utterancesCrossOrigin = "anonymous"
74
75  # Media configuration
76    # let hugo automatically resize and crop your images to the correct sizes
77    # NB: When enabled the image files get renamed by adding additional information,
78    #     even if the image has the correct sizes.
79    resizeImages = true
80
81  # Header configuration
82    # your subtitle if you want to use any
83    subtitle = "World Travel Blog of Henrik Bettermann"
84
85    # if you want to use libravatar or gravatar for the header image
86    # avatarEmail = ""
87
88    # set an path to the image file you want to use | overwrites avatar by email
89    customImage = "roja.jpg"
90
91    # define the icon you want to use for the overlay for the customImage or avatar.
92    overlayIcon = "fa-home"
93
94    # always display the top navigation (with pages and search) on non-mobile screens
95    permanentTopNav = true
96
97    # always display the top navigation when scrolling
98    # works only with permanentTopNav = true
99    stickyNav = true
100
101    # show a language chooser in the header
102    showHeaderLanguageChooser = false
103
104  # Content configuration
105    # Enable an optional pinned page to display at the top of the index
106    # pinnedPost = "/article/installing-bilberry-theme/"
107    # Set to true to pin only to the first page, false to all pages
108    # pinOnlyToFirstPage = true
109
110    # enable automatic localization of the article's PublishedDate with momentjs
111    enableMomentJs = true
112
113    # customize the date format | only works if momentjs is disabled | only works with English month names
114    # you can customize it with the options you find here:
115    # https://gohugo.io/functions/format/#hugo-date-and-time-templating-reference
116    dateFormat = "2006-01-02"
117
118    # display the estimated reading time for an article
119    showReadingTime = false
120
121    # Minimum word count to display the Table of Contents
122    tocMinWordCount = 400
123
124  # Footer configuration
125    showFooter = true
126
127    # How many articles should be displayed at latest posts in the footer?
128    # Set to -1 to hide the 'Latest Posts' column
129    amountLatestPostsInFooter = 7
130
131    # How many categories should be displayed in the footer section?
132    # Set to -1 to hide the 'Categories' column
133    amountCategoriesInFooter = 7
134
135    # show a language chooser in the footer
136    showFooterLanguageChooser = false
137
138    # social media profile urls for the footer links
139    showSocialMedia = true
140
141    # show an archive link in the footer
142    showArchive = false
143
144    # archive grouping: "2006" by year, "2006-01" by month
145    archiveDateGrouping = "2006-01"
146
147    # define your links with FontAwesome 5 (only free icons are supported)
148    # all icons https://fontawesome.com/icons?d=gallery&m=free
149    # brand icons https://fontawesome.com/icons?d=gallery&s=brands&m=free
150    socialMediaLinks = [
151      # { link = "https://twitter.com/TheRealLednerb", icon = "fab fa-twitter" },
152      # { link = "https://github.com/Lednerb", icon = "fab fa-github" },
153      { link = "https://www.youtube.com/channel/UCL9aRzE6v9DpH-M7OG_6YTw", icon = "fab fa-youtube" },
154      { link = "https://www.facebook.com/henrik.bettermann", icon = "fab fa-facebook" },
155    ]
156
157    # credits line configuration
158    copyrightBy = "by Dr. Henrik Bettermann"
159    copyrightUseCurrentYear = true  # set to true to always display the current year in the copyright
160    copyrightYearOverride = "2017"
161    copyrightUrl = "/page/kontakt/"
162    creditsText = " "
163    creditsUrl = " "
164
165
166# customize your available languages for your multi-lingual site
167# or delete the [Languages] blog to use the theme with only one supported language
168[Languages]
169  [Languages.en]
170    weight = 2
171  [Languages.de]
172    weight = 1
173    title = "Hallo Welt!"
174    subtitle = "Weltreise-Weblog von Henrik Bettermann"
175
176# don't change anything below
177[taxonomies]
178  author   = "author"
179  tag      = "tags"
180  category = "categories"
181  series   = "series"
182
183[outputs]
184  home = [ "HTML", "JSON", "RSS" ]
185  page = [ "HTML" ]
186
187[markup]
188  defaultMarkdownHandler = 'goldmark'
189  [markup.goldmark]
190    [markup.goldmark.renderer]
191      # Change to 'true' if you need to render raw HTML within your markdown content
192      unsafe = false
193
194  [markup.tableOfContents]
195    endLevel = 5
196    ordered = false
197    startLevel = 2
Note: See TracBrowser for help on using the repository browser.