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

github.com/CaiJimmy/hugo-theme-stack.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJimmy Cai <jimmehcai@gmail.com>2020-12-22 21:43:14 +0300
committerGitHub <noreply@github.com>2020-12-22 21:43:14 +0300
commite606dca404d5bf1d8e29555b7e89b553b0508e0f (patch)
tree435f1ede461873b344e9c6d351b50a845b152741 /exampleSite/content
parent31c42bcfe7e93ab30843b000f4094b618ebf3e7a (diff)
refactor(article): remove color tag & add custom category color (#75)
closes: https://github.com/CaiJimmy/hugo-theme-stack/issues/71
Diffstat (limited to 'exampleSite/content')
-rw-r--r--exampleSite/content/categories/Test/_index.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/exampleSite/content/categories/Test/_index.md b/exampleSite/content/categories/Test/_index.md
index 547b3b7..0b3cfa9 100644
--- a/exampleSite/content/categories/Test/_index.md
+++ b/exampleSite/content/categories/Test/_index.md
@@ -3,4 +3,7 @@ title: "Test"
description: "This is a example category"
slug: "test"
image: "hutomo-abrianto-l2jk-uxb1BY-unsplash.jpg"
+style:
+ background: "#2a9d8f"
+ color: "#fff"
--- \ No newline at end of file