diff options
| author | Adam Olech <nddr89@gmail.com> | 2021-10-29 00:46:16 +0200 |
|---|---|---|
| committer | Adam Olech <nddr89@gmail.com> | 2021-10-29 00:46:16 +0200 |
| commit | c1cff37da62087403680cef143f2a2c3089a88d2 (patch) | |
| tree | 5f2f7d8112ff1d6cd59db5b87202862cc59564f0 /exampleSite/config.toml | |
| parent | 32d39a31c779bdced0941f21b3faf13ea13be5c5 (diff) | |
Remove example site
Diffstat (limited to 'exampleSite/config.toml')
| -rw-r--r-- | exampleSite/config.toml | 97 |
1 files changed, 0 insertions, 97 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml deleted file mode 100644 index 68fb16e..0000000 --- a/exampleSite/config.toml +++ /dev/null @@ -1,97 +0,0 @@ -baseurl = "https://example.com/" -languageCode = "en" -title = "Soho Theme" -DefaultContentLanguage = "en" -enableInlineShortcodes = true -summarylength = 10 -enableEmoji = true -paginate = 5 -ignoreErrors = ["error-remote-getjson"] - -[params] -title = "Soho Theme" -description = "Example Blog" -# gravatar = "soho@example.com" -images = ["images/profile.png"] -profilePicture = "images/profile.png" -copyright = "Author Name" -license = "CC BY-SA 4.0" -licenseURL = "https://creativecommons.org/licenses/by-sa/4.0" -builtWith = true -mainSections = ["post"] - -## Set custom theme color. -# themeColor = "#fc2803" - - [[params.socialIcons]] - icon = "fa-linkedin" - title = "Linkedin" - url = "#" - - [[params.socialIcons]] - icon = "fa-github" - title = "GitHub" - url = "https://github.com/alexandrevicenzi/soho" - - [[params.socialIcons]] - icon = "fa-twitter" - title = "Twitter" - url = "#" - -[menu] - - [[menu.main]] - name = "Posts" - weight = 100 - identifier = "posts" - url = "/posts/" - - [[menu.main]] - name = "Categories" - weight = 200 - identifier = "categories" - url = "/categories/" - - [[menu.main]] - name = "Tags" - weight = 200 - identifier = "tags" - url = "/tags/" - - [[menu.main]] - name = "About" - identifier = "about" - weight = 10 - url = "/about/" - -[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 |
