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

README.md - github.com/meibenny/elephants.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d2d2950bbfd789bc053cab718650c94568770584 (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
# Elephants

A minimal Hugo theme using the Ubuntu font.

## Features
* No JavaScript
* High Contrast

## Installation
In the folder of your Hugo site, run:
```
    git submodule add https://gitlab.com/meibenny/elephants.git themes/elephants
```

## Dedication
To [Evelyn](https://www.evelynyeung.com) - the world's most extraordinary woman.  
You've helped me through thick and thin.  
There's no way I would have gotten so far without you.

## License
Released under the MIT License

## Docs
### Docker
```
docker build . -t elephants
docker run -it elephants shell
cd example
hugo server
```