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

github.com/gurusabarish/hugo-profile.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGURU SABARISH <gurusabarisha@gmail.com>2020-09-26 06:04:57 +0300
committerGitHub <noreply@github.com>2020-09-26 06:04:57 +0300
commitb741838b79c3d116b2bb26d8b10a79011be85690 (patch)
tree4685ef570d93831e965bce81dc4848091633e646 /README.md
parent337803791e96152f57118bf863e06b87c6e5c1b7 (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md29
1 files changed, 28 insertions, 1 deletions
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"