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

README.md - github.com/fourtyone11/origin-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0ce805e42f7ffbe6209686306196854b7b2b0814 (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
40
41
42
43
44
45
46
47
# ORIGIN HUGO THEME

simple hugo theme for blogging

[demo](https://asleeppiano.gitlab.io/origin-hugo-site/)

![screenshot](images/screenshot.png)

# Installation

1. Create a new site

```sh
hugo new site myblog
```

2. Add a theme

```sh
cd myblog
git init
git submodule add https://gitlab.com/asleeppiano/origin-hugo-theme.git themes/origin
```

# Featured posts

You can replace homescreen grid with default post list items.

edit config.toml

```toml
[params]
  featured = false
```

# JS

If you want to disable js, set cssonly parameter to true.

```toml
[params]
  cssonly = true
```

# Favicon

add favicon with name "favicon-32.png" to static folder.