{"id":18756835,"url":"https://github.com/code-shoily/hugo-finsteam-theme","last_synced_at":"2025-11-30T11:30:16.360Z","repository":{"id":76051190,"uuid":"62086802","full_name":"code-shoily/hugo-finsteam-theme","owner":"code-shoily","description":null,"archived":false,"fork":false,"pushed_at":"2016-06-28T06:59:00.000Z","size":161,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-12-29T02:31:35.974Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/code-shoily.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-06-27T20:42:18.000Z","updated_at":"2016-06-27T20:43:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"06e5ddca-9c0b-4284-86c8-8fd2ff55dd33","html_url":"https://github.com/code-shoily/hugo-finsteam-theme","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code-shoily%2Fhugo-finsteam-theme","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code-shoily%2Fhugo-finsteam-theme/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code-shoily%2Fhugo-finsteam-theme/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code-shoily%2Fhugo-finsteam-theme/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/code-shoily","download_url":"https://codeload.github.com/code-shoily/hugo-finsteam-theme/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239644087,"owners_count":19673585,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-07T17:38:15.328Z","updated_at":"2025-11-30T11:30:16.313Z","avatar_url":"https://github.com/code-shoily.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Steam\n\nSteam is a minimal and customizable theme for bloggers and was developed by [Tommaso Barbato](//github.com/epistrephein). He created it as a slightly adapted version of the [Vapor](//github.com/sethlilly/Vapor) Ghost theme by [Seth Lilly](//github.com/sethlilly). 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.\n\n![Screenshot](https://raw.githubusercontent.com/digitalcraftsman/hugo-steam-theme/dev/images/screenshot.png)\n\n\n## Contents\n\n- [Installation](#installation)\n- [The config file](#the-config-file)\n- [Add links to the navigation](#add-links-to-the-navigation)\n- [Customize theme colors](#customize-theme-colors)\n- [Comments](#comments)\n- [Nearly finished](#nearly-finished)\n- [Contributing](#contributing)\n- [License](#license)\n- [Annotations](#annotations)\n\n\n## Installation\n\nInside the folder of your Hugo site run:\n\n    $ mkdir themes\n    $ cd themes\n    $ git clone https://github.com/digitalcraftsman/hugo-steam-theme.git\n\nFor more information read the official [setup guide](//gohugo.io/overview/installing/) of Hugo.\n\n### The config file\n\nTake a look inside the [`exampleSite`](//github.com/digitalcraftsman/hugo-steam-theme/blob/dev/exampleSite/) folder of this theme. You'll find a file called [`config.toml`](//github.com/digitalcraftsman/hugo-steam-theme/blob/dev/exampleSite/config.toml).\n\nTo use it, copy the [`config.toml`](//github.com/digitalcraftsman/hugo-steam-theme/blob/dev/exampleSite/config.toml) in the root folder of your Hugo site. Feel free to change strings as you like to customize your website.\n\n## Add links to the navigation\n\nYou can add custom pages like this by adding `menu = \"main\"` in the frontmatter:\n\n```toml\n+++\ndate  = \"2015-08-22\"\ntitle = \"About me\"\nmenu  = \"main\"\n+++\n```\n\nIf no document contains menu = \"main\" in the frontmatter than the navigation will not be shown\n\n\n## Customize theme colors\n\nThis 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.\n\nFurthermore you can create your own theme. Under [`layouts/partials/themes`](//github.com/digitalcraftsman/hugo-steam-theme/tree/dev/layouts/partials/themes) you'll find a stylesheet template called [`custom-theme.html`](//github.com/digitalcraftsman/hugo-steam-theme/blob/dev/layouts/partials/themes/custom-theme.html). Customize the colors as you like and save the new theme with the schema `\u003cmyNewColor\u003e-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`](//github.com/digitalcraftsman/hugo-steam-theme/blob/dev/exampleSite/config.toml)) to that self-defined prefix. \n\n## Comments\n\nThis 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`](//github.com/digitalcraftsman/hugo-steam-theme/blob/dev/exampleSite/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.\n\n## Nearly finished\n\nIn order to see your site in action, run Hugo's built-in local server. \n\n    $ hugo server -w\n\nNow enter [`localhost:1313`](http://localhost:1313) in the address bar of your browser.\n\n\n## Contributing\n\nDid you found a bug or got an idea for a new feature? Feel free to use the [issue tracker](//github.com/digitalcraftsman/hugo-steam-theme/issues) to let me know. Or make directly a [pull request](//github.com/digitalcraftsman/hugo-steam-theme/pulls).\n\n\n## License\n\nThis theme is released under the MIT license. For more information read the [License](//github.com/digitalcraftsman/hugo-steam-theme/blob/master/LICENSE.md).\n\n\n## Annotations\n\nThanks to [Steve Francia](//github.com/spf13) for creating Hugo and the awesome community around the project.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcode-shoily%2Fhugo-finsteam-theme","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcode-shoily%2Fhugo-finsteam-theme","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcode-shoily%2Fhugo-finsteam-theme/lists"}