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

github.com/hivickylai/hugo-theme-sam.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVicky <vicky@vickylai.io>2018-02-17 06:37:01 +0300
committerVicky <vicky@vickylai.io>2018-02-17 06:37:01 +0300
commit401162a4c559fce886053043da2f59f30a9c1511 (patch)
tree27f8116f84ee6d398afafcdc9d9766ab0639e4a8 /exampleSite
parent7c3e5917796a922fa7564cc62aea3ebed2f74aa5 (diff)
Removed unused params.
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml2
1 files changed, 0 insertions, 2 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 323395a..aef6cc2 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -5,8 +5,6 @@ theme = "sam"
# googleAnalytics = "xxx" # Tracking code, eg. "UA-111111111-1"
[params]
- avatar = "img/profile.jpg" # Path to image in static folder eg. img/avatar.png, or comment out to remove
- email = "youremail@email.com" # Shows in contact section, or leave blank to omit
dateform = "Mon Jan 02, 2006"
dateformfull = "Mon Jan 2 2006 15:04:05 EST"
favicon = "/sam.ico"