Welcome to mirror list, hosted at ThFree Co, Russian Federation.

README.md - github.com/mrmierzejewski/hugo-theme-console.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a11f6cd3106083effa10039cbe5c5f7dc0df836a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# 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"
```

## Example Site

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

```
makefile hugo-server
```

## 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.