Find a file
2018-07-21 06:33:12 +10:00
archetypes revises archetypes 2018-07-21 06:33:12 +10:00
exampleSite fix and improved sidebarSticky 2018-06-04 13:30:26 -05:00
images Updates correct pictures for README.md 2018-07-05 09:55:41 +10:00
layouts refactors/revises theme layouts 2018-07-21 06:32:00 +10:00
static revises the styles 2018-07-16 13:22:41 +10:00
CHANGELOG.md fix page layouts 2018-01-25 16:57:13 +07:00
LICENSE.md adapt to npf.io themes and add social stuffs 2018-01-21 18:09:55 +07:00
README.md Restructures the templates 2018-07-10 11:41:30 +10:00
theme.toml Updates correct pictures for README.md 2018-07-05 09:55:41 +10:00

hyde-hyde

hyde-hyde is a Hugo's theme derived from @spf13's Hyde which is in turn ported from @mdo Jekyll's Hyde.

Notable Changes

A real site in action can be found here with its WIP source for reference.

Some screenshots:

hyde-hyde main screen

A post in hyde-hyde

Installation

hyde-hyde can be easily installed as many other Hugo's themes:

$ cd HUGO_SITE
# then clone hyde-hyde
$ git clone https://github.com/htr3n/hyde-hyde.git themes/hyde-hyde
# or add hyde-hyde as a submodule
$ git submodule add https://github.com/htr3n/hyde-hyde.git themes/hyde-hyde

Then choose hyde-hyde as the main theme

  • config.toml
theme = "hyde-hyde"
  • config.yaml
theme : "hyde-hyde"

That's all. You can render your site using hugo and see the template in action.

Options

  • hyde-hyde essentially inherits all options from Hyde.

Customisations

Author(s)

Original Developed by Mark Otto

Hugo's Hyde Ported by Steve Francia

Color Theme Inspired By

License

Open sourced under the MIT license.