source: tanzpartie-hugo/config.toml

Last change on this file was 17022, checked in by Henrik Bettermann, 2 years ago

Update

File size: 6.5 KB
Line 
1title = "Hello World!"
2baseURL = "http://www.tanzpartie.de"
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    featuredImage = "americas.png"       
105
106  # Content configuration
107    # Enable an optional pinned page to display at the top of the index
108    # pinnedPost = "/article/installing-bilberry-theme/"
109    # Set to true to pin only to the first page, false to all pages
110    # pinOnlyToFirstPage = true
111
112    # enable automatic localization of the article's PublishedDate with momentjs
113    enableMomentJs = true
114
115    # customize the date format | only works if momentjs is disabled | only works with English month names
116    # you can customize it with the options you find here:
117    # https://gohugo.io/functions/format/#hugo-date-and-time-templating-reference
118    dateFormat = "2006-01-02"
119
120    # display the estimated reading time for an article
121    showReadingTime = false
122
123    # Minimum word count to display the Table of Contents
124    tocMinWordCount = 400
125
126  # Footer configuration
127    showFooter = true
128
129    # How many articles should be displayed at latest posts in the footer?
130    # Set to -1 to hide the 'Latest Posts' column
131    amountLatestPostsInFooter = 7
132
133    # How many categories should be displayed in the footer section?
134    # Set to -1 to hide the 'Categories' column
135    amountCategoriesInFooter = 7
136
137    # show a language chooser in the footer
138    showFooterLanguageChooser = false
139
140    # social media profile urls for the footer links
141    showSocialMedia = true
142
143    # show an archive link in the footer
144    showArchive = false
145
146    # archive grouping: "2006" by year, "2006-01" by month
147    archiveDateGrouping = "2006-01"
148
149    # define your links with FontAwesome 5 (only free icons are supported)
150    # all icons https://fontawesome.com/icons?d=gallery&m=free
151    # brand icons https://fontawesome.com/icons?d=gallery&s=brands&m=free
152    socialMediaLinks = [
153      # { link = "https://twitter.com/TheRealLednerb", icon = "fab fa-twitter" },
154      # { link = "https://github.com/Lednerb", icon = "fab fa-github" },
155      { link = "https://www.youtube.com/channel/UCL9aRzE6v9DpH-M7OG_6YTw", icon = "fab fa-youtube" },
156      { link = "https://www.facebook.com/henrik.bettermann", icon = "fab fa-facebook" },
157    ]
158
159    # credits line configuration
160    copyrightBy = "by Dr. Henrik Bettermann"
161    copyrightUseCurrentYear = true  # set to true to always display the current year in the copyright
162    copyrightYearOverride = "2017"
163    copyrightUrl = "/page/kontakt/"
164    creditsText = " "
165    creditsUrl = " "
166
167
168# customize your available languages for your multi-lingual site
169# or delete the [Languages] blog to use the theme with only one supported language
170[Languages]
171  [Languages.en]
172    weight = 2
173  [Languages.de]
174    weight = 1
175    title = "Hallo Welt!"
176    subtitle = "Weltreise-Weblog von Henrik Bettermann"
177
178# don't change anything below
179[taxonomies]
180  author   = "author"
181  tag      = "tags"
182  category = "categories"
183  series   = "series"
184
185[outputs]
186  home = [ "HTML", "JSON", "RSS" ]
187  page = [ "HTML" ]
188
189[markup]
190  defaultMarkdownHandler = 'goldmark'
191  [markup.goldmark]
192    [markup.goldmark.renderer]
193      # Change to 'true' if you need to render raw HTML within your markdown content
194      unsafe = false
195
196  [markup.tableOfContents]
197    endLevel = 5
198    ordered = false
199    startLevel = 2
Note: See TracBrowser for help on using the repository browser.