hugo-theme-console/README.md

48 lines
1.2 KiB
Markdown
Raw Normal View History

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
* https://themes.gohugo.io/themes/hugo-theme-console/
2020-04-30 20:02:40 +00:00
## Installation
```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"
```
## Example Site
To run the example site, please type the following command:
```
2022-03-30 11:56:10 +00:00
make hugo-server
```
### Start page
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
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.