2020-04-30 20:02:40 +00:00
# Hugo Theme: Console
A minimal, responsive and light theme for Hugo inspired by Linux console.
![Console ](https://github.com/mrmierzejewski/hugo-theme-console/blob/master/images/preview.png?raw=true )
## 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 ](https://gohugo.io/themes/installing/ ) for more information.
## Configuration
Set theme parameter in your config file:
```
theme = "hugo-theme-console"
```
2020-05-02 11:43:05 +00:00
## Example Site
2020-05-03 09:38:44 +00:00
To run the example site, please type the following command:
2020-05-02 11:43:05 +00:00
```
makefile hugo-server
```
2020-04-30 20:02:40 +00:00
## License
Copyright © 2020 [Marcin Mierzejewski ](https://mrmierzejewski.com/ )
The theme is released under the MIT License. Check the [original theme license ](https://github.com/panr/hugo-theme-terminal/blob/master/LICENSE.md ) for additional licensing information.