diff options
| author | Alexandre Vicenzi <vicenzi.alexandre@gmail.com> | 2021-06-30 01:22:12 +0200 |
|---|---|---|
| committer | Alexandre Vicenzi <vicenzi.alexandre@gmail.com> | 2021-06-30 01:23:18 +0200 |
| commit | 32d39a31c779bdced0941f21b3faf13ea13be5c5 (patch) | |
| tree | f4dc0ef11207e30bd53f2de5279c69281d196ef4 /exampleSite/config.toml | |
| parent | b8dda716d04a20cdea12e89f5360947ddd68ad91 (diff) | |
Update exampleSite
Diffstat (limited to 'exampleSite/config.toml')
| -rw-r--r-- | exampleSite/config.toml | 55 |
1 files changed, 32 insertions, 23 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 36ba26e..68fb16e 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -6,6 +6,7 @@ enableInlineShortcodes = true summarylength = 10 enableEmoji = true paginate = 5 +ignoreErrors = ["error-remote-getjson"] [params] title = "Soho Theme" @@ -37,11 +38,6 @@ mainSections = ["post"] title = "Twitter" url = "#" -[taxonomies] - series = "series" - category = "categories" - tag = "tags" - [menu] [[menu.main]] @@ -68,21 +64,34 @@ mainSections = ["post"] weight = 10 url = "/about/" - [[menu.main]] - name = "Contact" - identifier = "contact" - weight = 20 - url = "/contact/" - -[markup] - - [markup.highlight] - codeFences = true - guessSyntax = false - hl_Lines = "" - lineNoStart = 1 - lineNos = false - lineNumbersInTable = true - noClasses = true - style = "monokai" - tabWidth = 4 +[taxonomies] +category = "categories" +tag = "tags" +series = "series" + +[privacy] + + [privacy.vimeo] + disabled = false + simple = true + + [privacy.twitter] + disabled = false + enableDNT = true + simple = true + + [privacy.instagram] + disabled = false + simple = true + + [privacy.youtube] + disabled = false + privacyEnhanced = true + +[services] + + [services.instagram] + disableInlineCSS = true + + [services.twitter] + disableInlineCSS = true |
