Update README.md
This commit is contained in:
@@ -9,8 +9,7 @@ A simple hugo theme for personal portfolio
|
||||
|
||||
[](https://github.com/gurusabarish/hugo-profile/blob/master/LICENSE)
|
||||
[](https://hugo-profile.netlify.app/)
|
||||
[](https://app.netlify.com/sites/hugo-profile/deploys)
|
||||
|
||||
[](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)
|
||||
|
||||
Reference in New Issue
Block a user