All Projects → digitalcraftsman → Hugo Steam Theme

digitalcraftsman / Hugo Steam Theme

Licence: mit
Port of Tommaso Barbato's Ghost theme Steam to Hugo

Projects that are alternatives of or similar to Hugo Steam Theme

hugo-minimalist-theme
Port of Raphael Riegger's Minimalistic Ghost theme to Hugo.
Stars: ✭ 25 (-63.77%)
Mutual labels:  static-site-generator, hugo-theme, hugo, blog-theme
navigator-hugo
Navigator Business theme powered by Hugo. It also could be used for a personal portfolio.
Stars: ✭ 133 (+92.75%)
Mutual labels:  static-site-generator, hugo-theme, hugo, blog-theme
persian-hugo
Persian is a box design personal blog theme based on Bootstrap and powered by Hugo. It is very responsive and perfectly fits on any sized screen device.
Stars: ✭ 32 (-53.62%)
Mutual labels:  static-site-generator, hugo-theme, hugo, blog-theme
Hugo Coder
A minimalist blog theme for hugo.
Stars: ✭ 1,374 (+1891.3%)
Mutual labels:  static-site-generator, hugo, hugo-theme, blog-theme
hugo-travelify-theme
Port of Aigars Silkalns's Wordpress theme Travelify to Hugo. Demo -
Stars: ✭ 34 (-50.72%)
Mutual labels:  static-site-generator, hugo-theme, hugo, blog-theme
twenty-twenty-hugo
Twenty Twenty Hugo is forked from WordPress Twenty Twenty theme. It's fully functional like the WordPress theme.
Stars: ✭ 48 (-30.43%)
Mutual labels:  static-site-generator, hugo-theme, hugo, blog-theme
liva-hugo
Liva is a personal blog template powered by Hugo.
Stars: ✭ 192 (+178.26%)
Mutual labels:  static-site-generator, hugo-theme, hugo, blog-theme
hugo-initio
Hugo Theme port of Initio bootstrap template by GetTemplate
Stars: ✭ 58 (-15.94%)
Mutual labels:  static-site-generator, hugo-theme, hugo, blog-theme
influencer-hugo
Influencer is a Hugo theme for book authors and writers. It has also Snipcart supports for order books and payments.
Stars: ✭ 66 (-4.35%)
Mutual labels:  static-site-generator, hugo-theme, hugo, blog-theme
bookworm-light
Bookworm is a clean and modern Hugo blog theme focused on high speed and support multiple authors.
Stars: ✭ 59 (-14.49%)
Mutual labels:  static-site-generator, hugo-theme, hugo, blog-theme
Hugo Theme Bootie Docs
A simple Hugo theme for documentation
Stars: ✭ 45 (-34.78%)
Mutual labels:  static-site-generator, hugo, hugo-theme
timer-hugo
Timer is a personal portfolio theme powered by Hugo. It also can be use as a landing page theme.
Stars: ✭ 123 (+78.26%)
Mutual labels:  static-site-generator, hugo-theme, hugo
hugo-theme-massively
Massively theme for Hugo static site generator
Stars: ✭ 113 (+63.77%)
Mutual labels:  hugo-theme, hugo, blog-theme
uBlogger
A template designed with your readers in mind ❤️
Stars: ✭ 242 (+250.72%)
Mutual labels:  hugo-theme, hugo, blog-theme
hugo-sugoi
Hugo-Sugoi - An Ultra Minimal Hugo Theme based on Skeleton
Stars: ✭ 29 (-57.97%)
Mutual labels:  hugo-theme, hugo, blog-theme
geeky-hugo
Geeky is a Personal Hugo blog theme focused on high speed. Geeky is fully responsive, Superfast, and powered by Bootstrap v5.
Stars: ✭ 44 (-36.23%)
Mutual labels:  hugo-theme, hugo, blog-theme
Blogpaper
A graphical newspaper like blog theme for Hugo.
Stars: ✭ 18 (-73.91%)
Mutual labels:  hugo-theme, hugo, blog-theme
wowchemy-hugo-themes
🔥 Hugo website builder, Hugo themes & Hugo CMS. No code, easily build with blocks! 创建在线课程,学术简历或初创网站。#OpenScience
Stars: ✭ 6,891 (+9886.96%)
Mutual labels:  static-site-generator, hugo-theme, hugo
hugo-theme-fluency
A fluent hugo theme.
Stars: ✭ 48 (-30.43%)
Mutual labels:  hugo-theme, hugo, blog-theme
forty
Forty theme - Hugo theme ported from HTML5UP origrinal theme called Forty.
Stars: ✭ 116 (+68.12%)
Mutual labels:  static-site-generator, hugo-theme, hugo

Steam

Steam is a minimal and customizable theme for bloggers and was developed by Tommaso Barbato. He created it as a slightly adapted version of the Vapor Ghost theme by Seth Lilly. Noteworthy features of this Hugo port are the integration of a comment-system powered by Disqus, the customizable appearance by changing theme colors, support for RSS feeds, syntax highlighting via Highlight.js for source code and the optional use of Google Analytics. Enough to read. Let's take the first steps to get started.

Please note that this theme is no longer maintained.

Screenshot

Installation

Inside the folder of your Hugo site run:

$ cd themes
$ git clone https://github.com/digitalcraftsman/hugo-steam-theme.git

For more information read the official setup guide of Hugo.

The config file

Take a look inside the exampleSite folder of this theme. You'll find a file called config.toml.

To use it, copy the config.toml in the root folder of your Hugo site. Feel free to change strings as you like to customize your website.

Add links to the navigation

You can add custom pages like this by adding menu = "main" in the frontmatter:

+++
date  = "2015-08-22"
title = "About me"
menu  = "main"
+++

If no document contains menu = "main" in the frontmatter than the navigation will not be shown

Customize theme colors

This theme features four different theme colors (green as default, blue, red and orange) that change the appearance of you Hugo site slightly. Just set the themeColor variable to the color you like.

Furthermore you can create your own theme. Under layouts/partials/themes you'll find a stylesheet template called custom-theme.html. Customize the colors as you like and save the new theme with the schema <myNewColor>-theme.html within the same folder. As you can see, the color is the prefix of the stylesheet template. Therefore you just need to set themeColor in the configs) to that self-defined prefix.

Comments

This theme features a comment system powered by Disqus. To enable it you have to add your Disqus shortname to the disqusShortname variable in the config file.

Nearly finished

In order to see your site in action, run Hugo's built-in local server.

$ hugo server

Now enter localhost:1313 in the address bar of your browser.

Changelog

You can find the latest changes and improvements of this theme in the CHANGELOG.md

Contributing

Did you found a bug or got an idea for a new feature? Feel free to use the issue tracker to let me know. Or make directly a pull request.

License

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

Annotations

Thanks to

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].