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

github.com/humrochagf/colordrop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHumberto Rocha <humrochagf@gmail.com>2019-08-26 00:33:47 +0300
committerHumberto Rocha <humrochagf@gmail.com>2019-08-26 00:33:47 +0300
commitb3f962dd08ebaaeb8edb2ee656cf7f549373a2eb (patch)
tree84d7e8b99cbbf8363c0003d222743f09ce97518c
parent1a707e0a85606156e3a06f7cbc3a72a71d6e2ef4 (diff)
fix theme example config
-rw-r--r--exampleSite/config.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/exampleSite/config.yaml b/exampleSite/config.yaml
index f6a9bb0..3c5aa70 100644
--- a/exampleSite/config.yaml
+++ b/exampleSite/config.yaml
@@ -1,4 +1,4 @@
-baseURL: https://themes.gohugo.io/theme/colordrop/
+baseURL: https://example.com
languageCode: en-us
title: Colordrop Theme
theme: colordrop
@@ -6,7 +6,7 @@ theme: colordrop
author:
name: Author Name
job: Developer
- image: /img/me.jpg
+ image: /profile.png
github: github
twitter: twitter
linkedin: linkedin
@@ -55,7 +55,7 @@ menu:
params:
description: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam sagittis velit luctus felis tristique eleifend. Maecenas suscipit orci eget metus eleifend lobortis in vitae nisl. Nulla ultrices blandit diam, non.
- siteLogo: profile.png
+ siteLogo: /profile.png
themeColor: "#000000"
themeInverseColor: "#ffffff"