added blog content and readme update

This commit is contained in:
gurusabarish
2021-04-04 00:29:27 +05:30
parent 4fee8dbb83
commit a538686d65
+2 -3
View File
@@ -61,7 +61,7 @@ git clone https://github.com/gurusabarish/hugo-profile.git
## Configuration
Configure your `config.yaml` file of your site as [here](https://github.com/gurusabarish/hugo-profile/blob/master/exampleSite/config.yaml):
Configure your `config.yaml` file of your site as [here](https://github.com/gurusabarish/hugo-profile/blob/master/netlifysite/config.yaml)
## Archetypes support
@@ -70,12 +70,11 @@ Configure your `config.yaml` file of your site as [here](https://github.com/guru
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
github_link: "https://github.com/gurusabarish/hugo-profile"
author: ""
tags:
-
bg_image: ""
description: ""
toc:
---
```