All Projects → rakuishi → hugo-zen

rakuishi / hugo-zen

Licence: MIT license
Hugo Zen is a minimal hugo theme.

Programming Languages

CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to hugo-zen

hugo-alabaster-theme
A documentation theme ported from Sphinx to Hugo
Stars: ✭ 73 (-18.89%)
Mutual labels:  hugo-theme, hugo
showcase-hugo-theme
Showcase is a minimal, single page theme for Hugo
Stars: ✭ 54 (-40%)
Mutual labels:  hugo-theme, hugo
ace-documentation
A free documentation theme for Hugo, powered by Bootstrap 4. Repsonsive, search, code highlighting and more.
Stars: ✭ 91 (+1.11%)
Mutual labels:  hugo-theme, hugo
academia-hugo
Academia is a Hugo resume theme. You can showcase your academic resume, publications and talks using this theme.
Stars: ✭ 165 (+83.33%)
Mutual labels:  hugo-theme, hugo
hugo-uilite
uicard.io/products/hugo-uilite
Stars: ✭ 85 (-5.56%)
Mutual labels:  hugo-theme, hugo
hugo-piercer-theme
Piercer is a very customizable, fast and simple Hugo theme designed under the mobile-first philosophy.
Stars: ✭ 27 (-70%)
Mutual labels:  hugo-theme, hugo
hugo-documentation-theme
📖 Project Docs / Knowledge Base template for Hugo Website Builder. 创建项目文档
Stars: ✭ 101 (+12.22%)
Mutual labels:  hugo-theme, hugo
hugo-artists-theme
Port of Travis Neilson's (DevTips) awesome Artists Theme to Hugo
Stars: ✭ 57 (-36.67%)
Mutual labels:  hugo-theme, hugo
hugo-lime
Hugo Lime is a business theme for GoHugo by https://uicard.io
Stars: ✭ 31 (-65.56%)
Mutual labels:  hugo-theme, hugo
axiom
Axiom - A Hugo Theme. GitTip: https://gitcoin.co/tip?username=jhauraw
Stars: ✭ 67 (-25.56%)
Mutual labels:  hugo-theme, hugo
npqhugo
npq-hugo is a customizable and responsive dark blog theme with integrated contact form and code syntax highlighting
Stars: ✭ 24 (-73.33%)
Mutual labels:  hugo-theme, hugo
bulma
Bulma is a simple and a responsive Hugo theme that offers a traditional blog mixed with a landing page designed to bootstrap your frontend!.
Stars: ✭ 41 (-54.44%)
Mutual labels:  hugo-theme, hugo
hugo-docs
Theme for Dgraph documentation built via Hugo
Stars: ✭ 13 (-85.56%)
Mutual labels:  hugo-theme, hugo
hugo-theme-minima
A clean and minimal Hugo theme.
Stars: ✭ 70 (-22.22%)
Mutual labels:  hugo-theme, hugo
restaurant-hugo
The restaurant is a creative and responsive restaurant website theme in Hugo environment. It is very well decorated theme which will make your website building easier.
Stars: ✭ 50 (-44.44%)
Mutual labels:  hugo-theme, hugo
wowchemy-hugo-themes
🔥 Hugo website builder, Hugo themes & Hugo CMS. No code, easily build with blocks! 创建在线课程,学术简历或初创网站。#OpenScience
Stars: ✭ 6,891 (+7556.67%)
Mutual labels:  hugo-theme, hugo
distillpub
Hugo Theme for Distill
Stars: ✭ 31 (-65.56%)
Mutual labels:  hugo-theme, hugo
hugo-kiera
Kiera - A Hugo Theme for writing
Stars: ✭ 61 (-32.22%)
Mutual labels:  hugo-theme, hugo
hugo-theme-chunky-poster
A simple, bootstrap 4 based hugo blog theme.
Stars: ✭ 106 (+17.78%)
Mutual labels:  hugo-theme, hugo
hugo-lamp
A light Hugo AMP responsive theme for blogger ⚡.
Stars: ✭ 51 (-43.33%)
Mutual labels:  hugo-theme, hugo

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     = "[email protected]"

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].