Welcome to mirror list, hosted at ThFree Co, Russian Federation.

config.toml - github.com/siegerts/hugo-theme-basic.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 71c32d2c2d4414143b1c5a4b71725647395cdd87 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
baseurl = ""
title = ""
theme ="hugo-theme-basic"
languageCode = "en-us"
googleAnalytics = ""
copyright = ""

[params]
  twitter = ""

[Permalinks]
  post = "post/:slug"

[privacy]
  [privacy.googleAnalytics]
    anonymizeIP = true
    respectDoNotTrack = true
    useSessionStorage = true
  [privacy.twitter]
    enableDNT = true
  [privacy.youtube]
    privacyEnhanced = true