[16971] | 1 | title = "My cool new Blog" |
---|
| 2 | baseURL = "https://example.com/" |
---|
| 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 |
---|
| 8 | # theme = "bilberry-hugo-theme" |
---|
| 9 | |
---|
| 10 | # Generate the robots.txt file for SEO |
---|
| 11 | enableRobotsTXT = true |
---|
| 12 | |
---|
| 13 | # Change to one of your content languages defined at the end. |
---|
| 14 | DefaultContentLanguage = "en" |
---|
| 15 | |
---|
| 16 | # Enable / Disable Google Analytics statistics for your site |
---|
| 17 | googleAnalytics = "" |
---|
| 18 | |
---|
| 19 | # Enable / Disable comments on the articles via Disqus. |
---|
| 20 | disqusShortname = "" |
---|
| 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 = [] |
---|
| 28 | js_modules = [] |
---|
| 29 | |
---|
| 30 | # Description and meta data for the search engines |
---|
| 31 | author = "Lednerb" |
---|
| 32 | description = "Bilberry Premium Theme for Hugo." |
---|
| 33 | keywords = "blog,personal,responsive,search,font awesome,pages,posts,multilingual,highlight.js,syntax highlighting,premium,shortcuts" |
---|
| 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 = true |
---|
| 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 = "Hello World! This is the most epic subtitle ever." |
---|
| 84 | |
---|
| 85 | # if you want to use libravatar or gravatar for the header image |
---|
| 86 | avatarEmail = "code@lednerb.de" |
---|
| 87 | |
---|
| 88 | # set an path to the image file you want to use | overwrites avatar by email |
---|
| 89 | customImage = "" |
---|
| 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 = false |
---|
| 96 | |
---|
| 97 | # always display the top navigation when scrolling |
---|
| 98 | # works only with permanentTopNav = true |
---|
| 99 | stickyNav = false |
---|
| 100 | |
---|
| 101 | # show a language chooser in the header |
---|
| 102 | showHeaderLanguageChooser = true |
---|
| 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 = true |
---|
| 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 | ] |
---|
| 154 | |
---|
| 155 | # credits line configuration |
---|
| 156 | copyrightBy = "by Lednerb" |
---|
| 157 | copyrightUseCurrentYear = true # set to true to always display the current year in the copyright |
---|
| 158 | copyrightYearOverride = "2017" |
---|
| 159 | copyrightUrl = "https://github.com/Lednerb" |
---|
| 160 | creditsText = "Bilberry Hugo Theme" |
---|
| 161 | creditsUrl = "https://github.com/Lednerb/bilberry-hugo-theme" |
---|
| 162 | |
---|
| 163 | |
---|
| 164 | # customize your available languages for your multi-lingual site |
---|
| 165 | # or delete the [Languages] blog to use the theme with only one supported language |
---|
| 166 | [Languages] |
---|
| 167 | [Languages.en] |
---|
| 168 | weight = 1 |
---|
| 169 | [Languages.de] |
---|
| 170 | weight = 2 |
---|
| 171 | title = "Mein cooler neuer Blog" |
---|
| 172 | subtitle = "Hallo Welt! Dies ist der epischste Untertitel aller Zeiten." |
---|
| 173 | |
---|
| 174 | # don't change anything below |
---|
| 175 | [taxonomies] |
---|
| 176 | author = "author" |
---|
| 177 | tag = "tags" |
---|
| 178 | category = "categories" |
---|
| 179 | series = "series" |
---|
| 180 | |
---|
| 181 | [outputs] |
---|
| 182 | home = [ "HTML", "JSON", "RSS" ] |
---|
| 183 | page = [ "HTML" ] |
---|
| 184 | |
---|
| 185 | [markup] |
---|
| 186 | defaultMarkdownHandler = 'goldmark' |
---|
| 187 | [markup.goldmark] |
---|
| 188 | [markup.goldmark.renderer] |
---|
| 189 | # Change to 'true' if you need to render raw HTML within your markdown content |
---|
| 190 | unsafe = false |
---|
| 191 | |
---|
| 192 | [markup.tableOfContents] |
---|
| 193 | endLevel = 5 |
---|
| 194 | ordered = false |
---|
| 195 | startLevel = 2 |
---|