From b741838b79c3d116b2bb26d8b10a79011be85690 Mon Sep 17 00:00:00 2001 From: GURU SABARISH Date: Sat, 26 Sep 2020 08:34:57 +0530 Subject: Update README.md --- README.md | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index d131cea..6fcdc2a 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,25 @@ A simple hugo theme for personal portfolio ### Demo Site: [Hugo-profile](https://hugo-profile.netlify.com) +## Features +- Minimalist Design +- Fully Responsive +- Google Analytics Support +- Disqus Comment Support +- Contact form using [Formpree](https://formspree.io/) + + + +## Requirements + +- Hugo Version 0.68.0 or higher + + + ## Installation +- [Install Hugo]{https://gohugo.io/overview/installing) + - Create your site if you haven't already ```console @@ -35,10 +52,20 @@ languageCode: "en-us" title: "Hugo-profile" theme: "hugo-profile" +Paginate: 3 + +taxonomies: + tag: "tags" + category: "categories" + + params: favicon: "/images/hugo.png" description: "Portfolio and personal blog of gurusabarish" - + googleanalytics: "UA-167646412-8" + disqus: "" + contact: "true" + # Navbar Menus customMenus: - name: "Blog" -- cgit v1.2.3