fix screenshots' path
This commit is contained in:
parent
cbd7d5eff0
commit
c2442eef64
1 changed files with 7 additions and 4 deletions
11
README.md
11
README.md
|
@ -2,9 +2,9 @@
|
||||||
|
|
||||||
__`hyde-hyde`__ is a [Hugo](https://gohugo.io)'s theme derived from @spf13's [Hyde](https://github.com/spf13/hyde.git) which is in turn ported from @mdo Jekyll's [Hyde](https://github.com/poole/hyde).
|
__`hyde-hyde`__ is a [Hugo](https://gohugo.io)'s theme derived from @spf13's [Hyde](https://github.com/spf13/hyde.git) which is in turn ported from @mdo Jekyll's [Hyde](https://github.com/poole/hyde).
|
||||||
|
|
||||||
![hyde-hyde main screen](images/hyde-hyde-main.png)
|
![hyde-hyde main screen](https://github.com/htr3n/hyde-hyde/blob/master/images/hyde-hyde-main.PNG)
|
||||||
|
|
||||||
![hyde-hyde main screen](images/hyde-hyde-posts.png)
|
![hyde-hyde main screen](https://github.com/htr3n/hyde-hyde/blob/master/images/hyde-hyde-posts.PNG)
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
|
@ -22,10 +22,13 @@ Then indicate `hyde-hyde` as the main theme
|
||||||
|
|
||||||
* `config.toml`
|
* `config.toml`
|
||||||
|
|
||||||
theme = "hyde-hyde"
|
```tomp
|
||||||
|
theme = "hyde-hyde"
|
||||||
|
```
|
||||||
|
|
||||||
* `config.yaml`
|
* `config.yaml`
|
||||||
|
|
||||||
```
|
```yaml
|
||||||
theme : "hyde-hyde"
|
theme : "hyde-hyde"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue