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

github.com/vjeantet/hugo-theme-docport.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvjeantet <valere.jeantet@gmail.com>2020-09-10 22:37:52 +0300
committervjeantet <valere.jeantet@gmail.com>2020-09-10 22:37:52 +0300
commit8862fd899a376596f65b9bc3a377fe87c3797586 (patch)
tree11a3e9192805f5854fe1996293236a4acd8d9139 /exampleSite/content/content-and-customization/03-look-and-feel/colors/_index.md
parent20dd6fd67dc18c9604ad3e6a4e230061ac321730 (diff)
convert all frontmatter to YAML
Diffstat (limited to 'exampleSite/content/content-and-customization/03-look-and-feel/colors/_index.md')
-rw-r--r--exampleSite/content/content-and-customization/03-look-and-feel/colors/_index.md9
1 files changed, 4 insertions, 5 deletions
diff --git a/exampleSite/content/content-and-customization/03-look-and-feel/colors/_index.md b/exampleSite/content/content-and-customization/03-look-and-feel/colors/_index.md
index 171fd8b..eef7867 100644
--- a/exampleSite/content/content-and-customization/03-look-and-feel/colors/_index.md
+++ b/exampleSite/content/content-and-customization/03-look-and-feel/colors/_index.md
@@ -1,8 +1,7 @@
-+++
-title="Colors"
-subpage=true
-
-+++
+---
+subpage: true
+title: Colors
+---
By default, a site using docPort has the theme’s default color.\
However, if you want your own color scheme (and you probably will!) you can very easily override the theme defaults with your own project-specific values - Hugo will look in your project files first when looking for information to build your site.