From 4dc1b6c76c8639b9f6b7833ed2f3446c9ea12a13 Mon Sep 17 00:00:00 2001 From: hossainemruz Date: Tue, 30 Jun 2020 02:13:24 +0600 Subject: Update README.md --- README.md | 35 ++++++++++++++++++++++++++++++----- 1 file changed, 30 insertions(+), 5 deletions(-) (limited to 'README.md') 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: +googleAnalytics: UA-xxxxxxxx # Enable Disqus forum -# optional -disqusShortname: +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: + # 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`. -- cgit v1.2.3