From 20afe95965b37c3b4660719d419677ea3337d99f Mon Sep 17 00:00:00 2001 From: GURU SABARISH Date: Sat, 19 Sep 2020 13:24:03 +0530 Subject: Update README.md --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index ba668d9..d131cea 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ -#
hugo-profile
-
A simple hugo theme for personal portfolio
+# hugo-profile -guru sabarish +A simple hugo theme for personal portfolio + +![Thumpnail](https://github.com/gurusabarish/hugo-profile/blob/master/static/images/tn.png) ### Demo Site: [Hugo-profile](https://hugo-profile.netlify.com) @@ -29,9 +30,9 @@ git submodule add https://github.com/gurusabarish/hugo-profile.git themes/hugo-p Configure your `config.yaml` file of your site as below: ```yaml -baseURL: "https://hugo-blog0.netlify.app/" +baseURL: "https://example.com" languageCode: "en-us" -title: "Hugo-blog" +title: "Hugo-profile" theme: "hugo-profile" params: -- cgit v1.2.3