Adds link to resources
This commit is contained in:
parent
6e74a2cff8
commit
f4f85e0e09
1 changed files with 4 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
||||||
__`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).
|
||||||
|
|
||||||
## Notable Changes
|
## Notable Changes
|
||||||
* Restructuring/Modularising the layouts (`baseof.html`, `single.html`, `list.html` and the partials)
|
* Restructuring/modularising the layouts (see [`layouts/_default/baseof.html`](https://github.com/htr3n/hyde-hyde/blob/master/layouts/_default/baseof.html), [`layouts/_default/single.html`](https://github.com/htr3n/hyde-hyde/blob/master/layouts/_default/single.html), [`layouts/_default/list.html`](https://github.com/htr3n/hyde-hyde/blob/master/layouts/_default/list.html) and [`layouts/partials`](https://github.com/htr3n/hyde-hyde/blob/master/layouts/partials/))
|
||||||
* Using [highlight.js](https://highlightjs.org) for highlighting code
|
* Using [highlight.js](https://highlightjs.org) for highlighting code
|
||||||
* Using [Font-Awesome 5](https://fontawesome.com) for icons
|
* Using [Font-Awesome 5](https://fontawesome.com) for icons
|
||||||
* Using color tones inspired by [Nate Finch's blog](https://npf.io)
|
* Using color tones inspired by [Nate Finch's blog](https://npf.io)
|
||||||
|
@ -52,10 +52,11 @@ That's all. You can render your site using `hugo` and see the template in action
|
||||||
|
|
||||||
## Customisations
|
## Customisations
|
||||||
|
|
||||||
* Most of the newly added customisations are in the file `hyde-hyde/static/css/hyde-hyde.css`.
|
* Most of the newly added customisations are in the file [`hyde-hyde/static/css/hyde-hyde.css`](https://github.com/htr3n/hyde-hyde/blob/master/static/css/hyde-hyde.css).
|
||||||
* The layouts for a single post or a list/table of content in `hyde-hyde/layouts` are modularised and can be changed easily.
|
* The layouts for a single post or a list/table of content in [`hyde-hyde/layouts`](https://github.com/htr3n/hyde-hyde/blob/master/layouts) are modularised and can be changed easily.
|
||||||
|
|
||||||
## Author(s)
|
## Author(s)
|
||||||
|
|
||||||
### Original Developed by Mark Otto
|
### Original Developed by Mark Otto
|
||||||
|
|
||||||
- <https://github.com/mdo>
|
- <https://github.com/mdo>
|
||||||
|
|
Loading…
Reference in a new issue