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
2020-10-23 20:03:54 +00:00
* https://mrmierzejewski.com
2022-02-22 11:32:45 +00:00
* https://themes.gohugo.io/themes/hugo-theme-console/
2020-04-30 20:02:40 +00:00
## Installation
2020-05-10 17:52:41 +00:00
```sh
$ mkdir themes
$ cd themes
$ git submodule add https://github.com/mrmierzejewski/hugo-theme-console.git hugo-theme-console
```
2020-04-30 20:02:40 +00:00
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
```
2022-03-30 11:56:10 +00:00
make hugo-server
2020-05-02 11:43:05 +00:00
```
2020-05-10 17:43:47 +00:00
### Start page
2020-11-18 20:44:58 +00:00
The default start page template is located at ```themes/hugo-theme-console/layouts/index.html```. To change the page content, you to need to copy this file to
2020-05-10 17:43:47 +00:00
your website top-level ```layouts``` folder (```layouts/index.html```).
2020-04-30 20:02:40 +00:00
## License
2021-03-09 12:52:04 +00:00
Copyright © 2021 [Marcin Mierzejewski ](https://mrmierzejewski.com/ )
2020-04-30 20:02:40 +00:00
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.