josephrexme / windener

Windener theme for Hugo - Demo at https://josephrex.me

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Windener Theme

Windener is a simple theme for blogging with a gradiented home page, smooth transitions and animations for features like page navigation, share button toggle, and a foldable wrapper for disqus comments.

Features

  • Reading time display
  • Syntax highlight with prism
  • Animated reading progress
  • Supports for RSS feeds
  • Disqus Comments
  • Google Analytics
  • Sharing options
  • JSONLD Schema for page SEO
  • Social icons
  • Display word count only on local version of blog

Homepage

Screenshot

Single post page

Blog screenshot

Installation

Inside the folder of your Hugo site run:

$ git clone https://github.com/josephrexme/windener.git themes/windener

If you use netlify, you should add that directory as a submodule:

$ git submodule add -b master https://github.com/josephrexme/windener.git themes/windener

For more information read the official setup guide of Hugo.

Configuration

The example config can be copied to the root of your hugo folder directory. Customize the configurations as you wish.

Logo and Favicon could be changed from the config file. You could also add username for disqus, google analytics code. Feel free to file an issue.

Adding pages to the navigation

Create a markdown file in the content directory (e.g about.md) and add a _index.md and you can create as many static pages as you want that way but note that the theme doesn't visually organize the pages into a hamburger when you have too many.

License

This theme is released under the MIT license. For more information read the license.

Todo

  • Bundle assets with gulp

About

Windener theme for Hugo - Demo at https://josephrex.me

License:MIT License


Languages

Language:CSS 63.6%Language:HTML 30.0%Language:JavaScript 6.3%