revise link to Hyde's options
This commit is contained in:
parent
6290896986
commit
365a5731ca
6 changed files with 56 additions and 20 deletions
10
README.md
10
README.md
|
@ -1,6 +1,8 @@
|
|||
# hyde-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`__ 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).
|
||||
|
||||
You can see a real site in action [here](https://htr3n.github.io).
|
||||
|
||||

|
||||
|
||||
|
@ -8,7 +10,7 @@ __`hyde-hyde`__ is a [Hugo](https://gohugo.io)'s theme derived from @spf13's [Hy
|
|||
|
||||
## Installation
|
||||
|
||||
`hyde-hyde` can be easily installed as other themes:
|
||||
`hyde-hyde` can be easily installed as many other Hugo's themes:
|
||||
|
||||
```sh
|
||||
$ cd HUGO_SITE
|
||||
|
@ -25,7 +27,7 @@ Then indicate `hyde-hyde` as the main theme
|
|||
```tomp
|
||||
theme = "hyde-hyde"
|
||||
```
|
||||
|
||||
|
||||
* `config.yaml`
|
||||
|
||||
```yaml
|
||||
|
@ -34,7 +36,7 @@ theme : "hyde-hyde"
|
|||
|
||||
## Options
|
||||
|
||||
* `hyde-hyde` essentially inherits all options from [Hyde](https://github.com/spf13/hyde).
|
||||
* `hyde-hyde` essentially inherits [all options](https://github.com/spf13/hyde#options) from Hyde.
|
||||
|
||||
## Author(s)
|
||||
### Original Developed by Mark Otto
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue