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

github.com/Softorage/HugoTheme-VibrantShadows.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSanmayJoshi <sanmaycjoshi@gmail.com>2020-10-02 19:32:12 +0300
committerSanmayJoshi <sanmaycjoshi@gmail.com>2020-10-02 19:32:12 +0300
commit73ebbc7bd2c18b3fcebb2f405b81fba49f64f912 (patch)
treeb07e83df7e7a6cb147fb4cd77baed0e3989d5588 /README.md
parent68c715d748ee2e6fcf974bc92eb11f33a6a804f8 (diff)
fixed broken code layout in README
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md
index b73ab20..db6a784 100644
--- a/README.md
+++ b/README.md
@@ -64,10 +64,10 @@ cd yourSiteName # move in to the Hugo website's directory
2. Extract the zip file and rename the folder from `HugoTheme-VibrantShadows-master` to `HugoTheme-VibrantShadows`.
3. Copy this folder and paste it into you Hugo Website directory.
4. Simply add the repo to your theme option in `config.yaml`:
-
-```yaml
-theme: "HugoTheme-VibrantShadows"
-```
+
+ ```yaml
+ theme: "HugoTheme-VibrantShadows"
+ ```
#### 2. As Git Submodule
@@ -182,7 +182,7 @@ These options set global values that some pages or all pages in the site use by
Example:
```yaml
taxonomies:
- tag: "tags" # when defining custom taxonomies, we need to redefine even the default taxonomies if we wish to keep them, hence we have redefined 'tags'. see here:
+ tag: "tags" # when defining custom taxonomies, we need to redefine even the default taxonomies if we wish to keep them, hence we have redefined 'tags'. see here: https://gohugo.io/content-management/taxonomies#example-adding-a-custom-taxonomy-named-series
category: "categories" # redefined 'categories'
series: "series" # defined a custom taxonomy, 'series'
```
@@ -340,7 +340,7 @@ Let's see them one by one.
Example:
```yaml
contentLicense: "All rights reserved." # Another example: 'CC-BY-SA-3.0'
- ```
+ ```
6. **Title Separator** *(Type: String | Accepts value: Text | Optional | Default: " | ")*
It is used in website/blog title, to separate (say) page title from website/blog title.