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

github.com/gethugothemes/dot-hugo-documentation-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsomrat <monnaf37@gmail.com>2020-05-27 06:59:21 +0300
committersomrat <monnaf37@gmail.com>2020-05-27 06:59:21 +0300
commit85d353f33dee4fcf8bf09f50efc9e937ca4036d4 (patch)
tree798fc5865009c2510ea2d1c9a429e8026a702d8f /exampleSite
parentfe1c29e73269dd928994589bffb3c6fd11513cb2 (diff)
modified customization page
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/content/installation/customization/_index.en.md20
-rw-r--r--exampleSite/content/installation/customization/_index.fr.md20
2 files changed, 30 insertions, 10 deletions
diff --git a/exampleSite/content/installation/customization/_index.en.md b/exampleSite/content/installation/customization/_index.en.md
index e9329fd..daa8112 100644
--- a/exampleSite/content/installation/customization/_index.en.md
+++ b/exampleSite/content/installation/customization/_index.en.md
@@ -37,9 +37,19 @@ If you need to change this default behavior, create a new file in `layouts/parti
```toml
[params]
# Change default color scheme with a color name or color code.
- primaryColor = "yourColor"
- secondaryColor = "yourColor"
- textColor = "yourColor"
- textColorDark = "yourColor"
- whiteColor = "yourColor"
+ primary_color = "#02007e"
+ body_color = "#f9f9f9"
+ text_color = "#636363"
+ text_color_dark = "#242738"
+ white_color = "#ffffff"
+ light_color = "#f8f9fa"
+```
+
+### Change default Fonts
+
+
+```toml
+[params]
+ # font family
+ font_family = "lato" # Choose font family from : https://fonts.google.com/
``` \ No newline at end of file
diff --git a/exampleSite/content/installation/customization/_index.fr.md b/exampleSite/content/installation/customization/_index.fr.md
index e9329fd..daa8112 100644
--- a/exampleSite/content/installation/customization/_index.fr.md
+++ b/exampleSite/content/installation/customization/_index.fr.md
@@ -37,9 +37,19 @@ If you need to change this default behavior, create a new file in `layouts/parti
```toml
[params]
# Change default color scheme with a color name or color code.
- primaryColor = "yourColor"
- secondaryColor = "yourColor"
- textColor = "yourColor"
- textColorDark = "yourColor"
- whiteColor = "yourColor"
+ primary_color = "#02007e"
+ body_color = "#f9f9f9"
+ text_color = "#636363"
+ text_color_dark = "#242738"
+ white_color = "#ffffff"
+ light_color = "#f8f9fa"
+```
+
+### Change default Fonts
+
+
+```toml
+[params]
+ # font family
+ font_family = "lato" # Choose font family from : https://fonts.google.com/
``` \ No newline at end of file