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

github.com/hossainemruz/toha.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhossainemruz <emruz@appscode.com>2020-06-29 23:13:24 +0300
committerhossainemruz <emruz@appscode.com>2020-06-29 23:13:24 +0300
commit4dc1b6c76c8639b9f6b7833ed2f3446c9ea12a13 (patch)
tree4e86266d1138b791a3abfaf43b538f6a566831f7 /README.md
parente2d376215ac52d8d69a5a1fae7eb8041d0f4fa23 (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md35
1 files changed, 30 insertions, 5 deletions
diff --git a/README.md b/README.md
index dd6335b..1026696 100644
--- a/README.md
+++ b/README.md
@@ -61,19 +61,44 @@ markup:
unsafe: true
# Enable Google Analytics
-googleAnalytics: <your google analytics id>
+googleAnalytics: UA-xxxxxxxx
# Enable Disqus forum
-# optional
-disqusShortname: <your disqus short code>
+disqusShortname: does-not-exist
# Enable global emoji support
enableEmoji: true
# Custom parameters
params:
- # Github Repo URL. This is used to add "Improve This Page" button
- gitRepo: <your site's Github repo URL>
+ # background image of the landing page
+ background: "images/background.jpg"
+
+ # GitHub repo URL of your site
+ gitRepo: https://github.com/hossainemruz/toha-example-site
+
+ # specify whether you want to write blog post or not
+ enableBlogPost: true
+
+ # specify the list of custom menus that you want to show in the top navbar.
+ # they will be separated by a divider from the main menus.
+ customMenus:
+ - name: Notes
+ url: https://hossainnotes.netlify.app/docs/example/
+
+ # some information about you
+ author:
+ name: "Jane Doe"
+ image: "images/avatar.png"
+ # give your some contact information. they will be used in the footer
+ contactInfo:
+ email: "janedoe@example.com"
+ phone: "+0123456789"
+ # a summary of what you do
+ summary:
+ - I am a Developer
+ - I work with Go
+ - I love to work with some fun projects
```
You can just copy the content for `config.yaml` files from `theme/toha/exampleSite/config.yaml`.