Thomas Dy 1c3e321405 Update copyright year and CC image location 8 năm trước cách đây
..
archetypes 3b6daba609 Add something to default archetype 8 năm trước cách đây
layouts 1c3e321405 Update copyright year and CC image location 8 năm trước cách đây
static cdb04a6eb5 Move site generator to hugo 10 năm trước cách đây
README.md cdb04a6eb5 Move site generator to hugo 10 năm trước cách đây

README.md

Hugo Zen

Hugo Zen is a minimal hugo theme with Skeleton and has ~100 lines of custom CSS.

screenshot

Installation & Usage

Clone this repository to your hugo theme directory.

$ git clone https://github.com/rakuishi/hugo-zen.git themes/hugo-zen
$ hugo server --theme=hugo-zen --buildDrafts --watch

Configuration

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

baseurl = "http://rakuishi.com/"
languageCode = "ja"
title = "rakuishi.com"
author = "rakuishi"

[params]
  logo      = "/images/logo.jpg"
  copyright = "rakuishi All rights reserved."
  twitter   = "https://twitter.com/rakuishi07"
  facebook  = "https://www.facebook.com/ochiishikoichiro"
  github    = "https://github.com/rakuishi/"
  email     = "rakuishi@gmail.com"
  analytics = "UA-12345678-9"

License

MIT License

Author

OCHIISHI Koichiro