Skip to content
This repository has been archived by the owner on May 3, 2020. It is now read-only.
/ hugo-zen Public archive

Hugo Zen is a minimal hugo theme.

License

Notifications You must be signed in to change notification settings

rakuishi/hugo-zen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"
copyright = "rakuishi All rights reserved."
googleanalytics = "UA-12345678-9"

[params]
  logo      = "/images/logo.jpg"
  twitter   = "https://twitter.com/rakuishi07"
  facebook  = "https://www.facebook.com/ochiishikoichiro"
  github    = "https://github.com/rakuishi/"
  gitlab    = "https://gitlab.com/rakuishi/"
  email     = "rakuishi@gmail.com"

copyright may contain safe HTML, such as a link to a license.

Hide pages from the homepage list

To exclude a page from the list on the homepage (e.g. content/about.md), set the following property in the page's frontmatter:

hidefromhome = true

License

MIT License

Author

OCHIISHI Koichiro

About

Hugo Zen is a minimal hugo theme.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published