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

README.md - github.com/guangmean/Niello.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b0f8cb32b77e43212e8d694d4b34593f756c242b (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
# Niello
Niello is a simple and clean dark mode Theme for "Hugo - Static Site Generator"


# Features

Simple, clean

Syntax highlight with highlight.js

Google Analytics

Dark mode


# Screenshot
![Theme Screenshot](https://raw.githubusercontent.com/guangmean/Niello/master/images/screenshot.png)

# Installation

In the root of your Hugo site directory run:

```shell
git clone https://github.com/guangmean/Niello.git themes/Niello
```

# Configuration
This is an example config.toml file:

```toml
baseURL = "http://example.org/"
languageCode = "en-us"
title = "New Hugo Theme - Diello"

staticDir = ["static", "themes/Niello/static"]

[params]
copyright = "© 2019 by guangmean. All Rights Reserved."
```