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

README.md - github.com/diwao/hestia-pure.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d5db30884fdbdf0fecc0b1a56961bc6e0ae975b4 (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
# Hestia Pure
Hestia Pure is a simple hugo theme, based Pure.

![screenshot](https://raw.githubusercontent.com/diwao/hestia-pure/master/static/image/theme/screenshot.png)

## Installation & Usage
Clone this repository to your hugo theme directory.

```
$ git clone https://github.com/diwao/hestia-pure.git themes/
$ hugo server --theme=hestia-pure --buildDrafts --watch
```

## Configuration
In this theme you can add variables to your site config file. The following is the example config:

```
baseurl = "https://diwao.com/"
languageCode = "ja"
title = “diwao’s diary“
theme = 'hestia-pure'

[author]
 author = 'diwao'
 profile = 'I am a frontend engineer working in Sendai City, Japan.'
 image = 'image/theme/profile.jpg'

[Params]
 localeOgp = "ja"
 description = "This site is diwao's blog."
 keywords = "Sendai,Mac,iPhone,Web"
 twitter = "otaman517"
 github = "diwao"
 facebook = "diwaocom"
 googleanalytics = "UA-12345678-9"
 googlecustomsearch = "xxxxxxxxx"
```

## License
MIT License

## Author
Daisuke Iwao