Hugo Themes
Hestia Pure
- Author: diwao
- Minimum Hugo Version: 0.18
- GitHub Stars: 24
- Updated: 2018-03-22
- License: MIT
Note!
This theme has not been updated for more than 2 years.
If you are maintainer of this theme, please verify that this theme works with a
recent release of Hugo.
Then add an appropriate
Version Configuration
to the theme's
config.toml
and then finally
tag a new version.
Hestia Pure
Hestia Pure is a simple hugo theme, based Pure.
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