Find a file
2020-05-02 18:33:51 +02:00
exampleSite footer: add footer - powered by hugo and console theme 2020-05-01 14:38:16 +02:00
images big bang 2020-04-30 22:02:40 +02:00
layouts favicon: add favicons partials 2020-05-02 18:33:51 +02:00
static/hugo-theme-console favicon: add favicons partials 2020-05-02 18:33:51 +02:00
.gitignore example site: fix link to preview image (screenshot -> preview) 2020-04-30 22:23:02 +02:00
LICENSE big bang 2020-04-30 22:02:40 +02:00
makefile makefile: add makefile to run Hugo server with example site 2020-05-02 13:43:05 +02:00
README.md makefile: add makefile to run Hugo server with example site 2020-05-02 13:43:05 +02:00
theme.toml big bang 2020-04-30 22:02:40 +02:00

Hugo Theme: Console

A minimal, responsive and light theme for Hugo inspired by Linux console.

Console

Live demo

https://mrmierzejewski.com

Installation

$ mkdir themes
$ cd themes
$ git submodule add https://github.com/mrmierzejewski/hugo-theme-console.git hugo-theme-console

See the Hugo documentation for more information.

Configuration

Set theme parameter in your config file:

theme = "hugo-theme-console"

Example Site

If you want to run the example site, please run the following command:

makefile hugo-server

License

Copyright © 2020 Marcin Mierzejewski

The theme is released under the MIT License. Check the original theme license for additional licensing information.