https://github.com/diwao/hestia-pure
Hestia Pure is a Hugo theme based on Pure CSS.
https://github.com/diwao/hestia-pure
Last synced: about 1 month ago
JSON representation
Hestia Pure is a Hugo theme based on Pure CSS.
- Host: GitHub
- URL: https://github.com/diwao/hestia-pure
- Owner: diwao
- License: mit
- Created: 2017-06-28T09:14:32.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-24T15:30:49.000Z (over 6 years ago)
- Last Synced: 2024-07-14T14:35:42.888Z (10 months ago)
- Language: HTML
- Homepage:
- Size: 607 KB
- Stars: 23
- Watchers: 2
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-starred - diwao/hestia-pure - Hestia Pure is a Hugo theme based on Pure CSS. (others)
README
# 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