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

README.md - github.com/humrochagf/colordrop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c09b18d990c4cfd735f558c2315aa234ed55894f (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
# Colordrop

Customizable, monochromatic and minimalist [hugo](https://gohugo.io/) theme for personal blogs.

## Customize Colors

The theme colors can be customized by changing the `themeColor` and `themeInverseColor` variables at params:

```yaml
params:
  themeColor: "#000000"
  themeInverseColor: "#ffffff"
```

![theme colors image](/images/tn.png)

## Home page and Logo

The website logo can be set with the variable `siteLogo` while the variable `description` will be the displayed at the website home page.

```yaml
params:
  description: Welcome to my blog...
  siteLogo: "logo-photo.png"
```

You check [my blog](https://humberto.io) to see the theme fully running.

![theme image](/images/screenshot.png)

**Obs:** This theme uses pipes to compile sass so you'll have to use hugo extensions.