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.
- 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.
- Hugo Pipes powered asset generation
- Shortcodes for image processing and alerts
- Read more section under each post
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/mauricius/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.