blob: e3b8307ce43bbb1a71c06199cd387ad1d00dc260 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
# Hugo Theme Puppet
[](https://app.netlify.com/sites/hugo-theme-puppet/deploys)
> Ported Theme of [Hux Blog](https://github.com/Huxpro/huxpro.github.io), Thank [Huxpro](https://github.com/Huxpro) for designing such a flawless theme.
[Demo](https://hugo-theme-puppet.netlify.app/)
## Installation
```bash
$ git clone https://github.com/roninro/hugo-theme-puppet.git themes/puppet
```
## Configuration
Take a look inside the [exampleSite](exampleSite) folder of this theme. You'll find a file called [config.toml](exampleSite/config.toml).
To use it, copy the [config.toml](exampleSite/config.toml) in the root directory of your website. Overwrite the existing config file if necessary.
## Front Matter example
see [default.md](archetypes/default.md)
```markdown
+++
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
header_img: ""
short: false
toc = true
tags = []
categories = []
+++
```
## License
[MIT](LICENSE)
|