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:
Diffstat (limited to 'exampleSite/content/content-organisation/customize-style/theme-variants/_index.md')
-rw-r--r--exampleSite/content/content-organisation/customize-style/theme-variants/_index.md36
1 files changed, 0 insertions, 36 deletions
diff --git a/exampleSite/content/content-organisation/customize-style/theme-variants/_index.md b/exampleSite/content/content-organisation/customize-style/theme-variants/_index.md
deleted file mode 100644
index b18976a..0000000
--- a/exampleSite/content/content-organisation/customize-style/theme-variants/_index.md
+++ /dev/null
@@ -1,36 +0,0 @@
-+++
-draft = true
-title = "Theme variants"
-description = "change theme style/colors"
-+++
-
-In site configuration file, you can set a variant name of this theme to load a specific css, with different color specifications.
-
-add a param `themeVariant = "VARIANT_NAME"` in the `[params]` part of config.toml file.
-
-{{%info%}}Available variants change only colors at this moment{{%/info%}}
-
-
-## Variant "gray"
-```
-[params]
-themeVariant = "gray"
-```
-
-![green docport](/variant-gray.png)
-
-## Variant "gold"
-```
-[params]
-themeVariant = "gold"
-```
-
-![gold docport](/variant-gold.png)
-
-## Variant "green"
-```
-[params]
-themeVariant = "green"`
-```
-
-![green docport](/variant-green.png) \ No newline at end of file