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

gitlab.com/toryanderson/hugo-icarus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDigitalcraftsman <digitalcraftsman@users.noreply.github.com>2020-06-23 00:32:34 +0300
committerDigitalcraftsman <digitalcraftsman@users.noreply.github.com>2020-06-23 00:32:34 +0300
commit57c04e2d26b77efa9c7f5001ea38f529cb62a046 (patch)
tree64551d7fe925c539ca41e279b495b35eeda588d4
parent5913df15f7562b06b5ef408de29f26fdc1eedcec (diff)
Make example config file's content more neutral
-rw-r--r--exampleSite/config.toml12
1 files changed, 6 insertions, 6 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 8c9f2bc..b1c64a3 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -2,13 +2,13 @@ baseurl = "https://example.org/"
languageCode = "en-us"
title = "Icarus"
# Enable comments by entering your Disqus shortname
-disqusShortname = "spf13"
+disqusShortname = ""
# Enable Google Analytics by entering your tracking code
googleAnalytics = ""
# Define the number of posts per page
paginate = 10
footnotereturnlinkcontents = "↩"
-theme = "hugo-icarus-theme"
+theme = "hugo-icarus"
# Comment the themesDir option if you use this theme in production
themesDir = "../.."
@@ -23,7 +23,7 @@ themesDir = "../.."
bio = "Blogger - Programmer - Gopher"
location = "Earth"
site_description = ""
- copyright = "Powered by [Hugo](//gohugo.io). Theme by [PPOffice](http://github.com/ppoffice)."
+ copyright = "Powered by [Hugo](//gohugo.io). Theme by [PPOffice](https://github.com/ppoffice)."
avatar = "css/images/avatar.png"
# Enter your email address to display your Gravatar icon in the profile. If not set the theme
# will fallback to the avatar.
@@ -64,14 +64,14 @@ themesDir = "../.."
# Enter a link for the follow button on the left
[params.profile]
- follow_button = "https://github.com/digitalcraftsman"
+ follow_button = "https://github.com/gohugoio"
[social]
# Add your social network accounts to the profile section on the left
# by entering your username. The links to your account will be
# created automatically.
- github = "digitalcraftsman"
+ github = "gohugoio"
gitlab = ""
bitbucket = ""
jsfiddle = ""
@@ -98,7 +98,7 @@ themesDir = "../.."
facebook = ""
facebook_admin = ""
twitter_domain = ""
- twitter = "spf13"
+ twitter = "gohugoio"
# Enable and disable widgets for the right sidebar
[params.widgets]