Giter Club home page Giter Club logo

hyde-14's Introduction

Hyde-14

Hyde-14 is an enhanced version of the two-column Hugo theme Hyde. It pairs a prominent sidebar with uncomplicated content.

Installation

To install Hyde-14 as your default theme, first clone this repository in the themes/ directory:

$ cd themes/
$ git clone https://github.com/lroguet/hyde-14.git

Second, specify hyde-14 as your default theme in your site config.yaml file. Just add:

theme: "hyde-14"

Configuration

Hyde

For all configuration options available in Hyde, see the original documentation.

Enhancements

  • Disqus comment count below post title
  • Disqus comments can be disabled on a per post/page basis
  • Google Analytics tracking id
  • Gravatar image in sidebar
  • Combined & minified style sheet (CSS)
  • Open Graph, Google News, Schema & Twitter Cards meta tags
  • Reading time below post title
  • Social links with Font Awesome 5.8.1
  • HTML5 Semantic Elements
  • And a few other layout changes to my liking

config.yaml example

Below is the site yaml configuration I use to generate fourteenislands.io with the hyde-14 theme for Hugo.

---

---

baseURL: "https://fourteenislands.io"
googleAnalytics: "UA-19075933-XX"
languageCode: "en-us"
theme: "hyde-14"
title: "fourteenislands.io"
enableRobotsTXT: true

author:
  name: "Ludovic Roguet"
  ### The hashed value of the author's Gravatar email address OR a path to a
  ### local image added to the 'static' folder (static/assets/images/avatar.jpeg for example)
  avatar: "static/assets/images/avatar.jpg"
  external: "https://lroguet.com"
  github: "lroguet"
  linkedin: "lroguet"
  twitter: "lroguet"

params:
  ### Global
  description: "Cirrus, Cirrostratus & Cirrocumulus. From Stockholm. With Love."
  ### Available for social: 'open-graph', 'google-news', 'schema' and 'twitter-summary-card'
  social:
    - open-graph
    - twitter-summary-card
  ### Theme
  layoutReverse: true
  ### Sidebar
  cookies: This website uses [cookies](https://support.mozilla.org/en-US/kb/cookies-information-websites-store-on-your-computer).
  # Displays "Powered by..."
  powered: false
  rss: true
  ### Will display in sidebar as '© 1980-2018' for example
  since: "1980"

permalinks:
  posts: "/:year/:month/:slug/"
  pages: "/:slug/"

taxonomies:
  category: "categories"
  tag: "tags"

---


---

On the interwebs

hyde-14's People

Contributors

lroguet avatar digitalcraftsman avatar spf13 avatar anthonyfok avatar bep avatar alexgs avatar eitzei avatar dato avatar giodamelio avatar iepathos avatar jyee avatar s7anley avatar kwo avatar marc-jones avatar buckett avatar melo avatar bigwhite avatar

Watchers

 avatar

Forkers

herve-m

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.