Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
diwao committed Mar 19, 2018
1 parent 3738e63 commit 8ef7b0d
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 2 deletions.
45 changes: 43 additions & 2 deletions README.md
@@ -1,2 +1,43 @@
# hestia-pure
Pure CSSを使ったHugo用のテーマ
# Hestia Pure
Hestia Pure is a simple hugo theme based PureCSS.

![screenshot](./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
Binary file added static/image/theme/screenshot.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8ef7b0d

Please sign in to comment.