Code Monkey home page Code Monkey logo

hugo-theme-hasamap's Introduction

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 either powered by Disqus or Google Plus, the customizable appearance by changing theme colors, support for RSS feeds, syntax highlighting for source code and the optional use of Google Analytics. Enough to read. Let's take the first steps to get started.

Screenshot

Contents

Installation

Inside the folder of your Hugo site run:

$ mkdir themes
$ cd themes
$ git clone [email protected]: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 that's either powered by Disqus or Google Plus. Enable one of those services by setting the comments variable in the the config.toml to disqus or googleplus. In order to use Disqus you need to enter your shortname in disqusShortname at the top of the configuration file too.

Nearly finished

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

$ hugo server -w

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

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 Steve Francia for creating Hugo and the awesome community around the project.

hugo-theme-hasamap's People

Contributors

jwerts avatar

Watchers

 avatar James Cloos avatar  avatar

hugo-theme-hasamap's Issues

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.