Hugo Themes
Hpstr
A Hugo port of the HPSTR theme by Michael Rose (mmistakes)
- Author: Durand D'souza
- GitHub Stars: 18
- Updated: 2018-06-23
- License: MIT
- Tags:
Blog
Responsive
Note! This theme has not been updated for more than 2 years.
If you are maintainer of this theme, please verify that this theme works with a recent release of Hugo. Then add an appropriate Version Configuration to the theme'sconfig.toml
and then finally tag a new version.
HPSTR
This is a port of the HPSTR theme to Hugo. All the original features are intact and described below. Credit for the theme goes entirely to Michael Rose.
HPSTR Features:
- Responsive templates for post, page, and post index
layouts
. Looks great on mobile, tablet, and desktop devices. - Gracefully degrades in older browsers. Compatible with Internet Explorer 8+ and all modern browsers.
- Sweet animated menu.
- Background image support.
- Support for large images to call out your favorite posts.
- Optional Disqus comments.
- Simple and clear permalink structure[^1].
- Open Graph and Twitter Cards support for a better social sharing experience.
- Custom 404 page to get you started.
- Syntax highlighting stylesheets to make your code examples look snazzy.
Get the theme
With Git installed, run the following commands inside the Hugo site folder. If Hugo has not yet been installed, read the setup guide here.
$ mkdir themes
$ cd themes
$ git clone https://github.com/dldx/hpstr-hugo-theme.git hpstr
You can get a zip of the latest version of the theme from the home page and extract it to the themes folder.