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

README.md - github.com/schollz/onetwothree.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cec38e898c609c61c91b7e822c269f1bb228172d (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
onetwothree
===========

This is a  minimalistic, responsive theme that is simple as *one, two, three.* 
It has some neat features like captioning images, but its best quality is its lack of features (no jQuery, no huge image banners, no post previews, no word counts, etc.) which I've always found unnecessary and thus cluttering.

# Using

```
git clone https://github.com/schollz/onetwothree.git themes/onetwothree
hugo server -t onetwothree
```

# Configuration

Add these parameters to your configuration file:

```
[params]
    twitter = "yakczar"
    navigation = ["about.md"]
```

The `twitter` parameter will put a footer on your pages on how to contact you (with the subject being the page URL) to comment on the page.

The `navigation` parameter will pick which pages to list at the top bar. I'm aware that the template HTML could just loop through the pages, but I've found that this method is 120x faster, which is useful when you have thousands of posts.

# License

MIT