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-10-23 22:50:42 +0300
committerGitHub <noreply@github.com>2020-10-23 22:50:42 +0300
commit6d50a08863a04f310826c13e048303352c3183e7 (patch)
tree13b92bab8228ae0141c5f187c2e13928dcafa490
parentf8a436d5c330e2649e1c16607ebdd270f7defda9 (diff)
Update README.md
-rw-r--r--README.md18
1 files changed, 16 insertions, 2 deletions
diff --git a/README.md b/README.md
index b5c6c39..7c06f4f 100644
--- a/README.md
+++ b/README.md
@@ -9,8 +9,7 @@ A simple hugo theme for personal portfolio
[![LICENSE](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/gurusabarish/hugo-profile/blob/master/LICENSE)
[![lighthouse score](https://img.shields.io/static/v1?label=Lighthouse%20Score&message=Good&color=green)](https://hugo-profile.netlify.app/)
-[![Netlify Status](https://api.netlify.com/api/v1/badges/0a572f1e-5a21-4ad5-8b55-2eee7a626da8/deploy-status)](https://app.netlify.com/sites/hugo-profile/deploys)
-
+[![Netlify Status](https://api.netlify.com/api/v1/badges/5c1dcb34-cada-4c80-82b7-cfdbdbd7c774/deploy-status)](https://app.netlify.com/sites/hugo-profile/deploys)
</div>
## Queries
@@ -139,6 +138,21 @@ Author:
You can just copy the content for `config.yaml` files from `theme/toha/exampleSite/config.yaml`.
+## Archetypes support
+```
+---
+title: "{{ replace .Name "-" " " | title }}"
+date: {{ .Date }}
+draft: true
+github_link: "https://github.com/gurusabarish/hugo-profile"
+author: ""
+tags:
+ -
+bg_image: ""
+description: ""
+---
+```
+
## Version 1
- [demo](https://hugo-profile-v1.netlify.app)
- [view](https://github.com/gurusabarish/hugo-profile/tree/V1.20)