Go to file
Huy Tran 76c6f084e8 Merge branch 'dev' of github.com:htr3n/hyde-hyde into dev
merge changes from remote
2018-07-22 09:34:29 +10:00
archetypes revises archetypes 2018-07-21 06:33:12 +10:00
exampleSite revamps styles and layouts 2018-07-22 09:33:29 +10:00
images revamps styles and layouts 2018-07-22 09:33:29 +10:00
layouts revamps styles and layouts 2018-07-22 09:33:29 +10:00
static revamps styles and layouts 2018-07-22 09:33:29 +10:00
static-src/scss revamps styles and layouts 2018-07-22 09:33:29 +10:00
CHANGELOG.md revamps styles and layouts 2018-07-22 09:33:29 +10:00
LICENSE.md adapt to npf.io themes and add social stuffs 2018-01-21 18:09:55 +07:00
README.md revamps styles and layouts 2018-07-22 09:33:29 +10:00
theme.toml revamps styles and layouts 2018-07-22 09:33:29 +10:00

README.md

hyde-hyde

Hyde-hyde is a Hugo's theme inspired and derived from @spf13's Hyde and its variant Nate Finch's blog.

Breaking Changes

Since version 2.0, hyde-hyde has been overhauled and, therefore, might cause some disruptions.

  • The main styles are refactored and redeveloped using SCSS (see static-src/scss), poole.css and hyde.css are no longer needed because hyde-hyde.scss already incorporates relevant elements (I still keep them there for compatibility)
  • The layouts have been heavily restructured and modularised further (see layouts)
  • Adding 'Portfolio' page inspired by Xiaoying Riley (@3rdwave_themes) Developer-Theme
  • Switching to use system fonts instead of Web fonts (e.g. privacy issues)

For more details, please refer to CHANGELOG.

A real site in action can be found here and 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 themes:

$ cd HUGO_PROJECT

# then either clone hyde-hyde
$ git clone https://github.com/htr3n/hyde-hyde.git themes/hyde-hyde

# or just add hyde-hyde as a submodule
$ git submodule add https://github.com/htr3n/hyde-hyde.git themes/hyde-hyde

After that, 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 most of Hyde's options.

Customisations

Author(s)

Original Developed by Mark Otto

Hugo's Hyde Ported by Steve Francia

License

Open sourced under the MIT license.