Robust

'Robust' is two column theme for blogger.

Robust

Robust is a theme for Hugo.

Robust Screenshot

Features

Installation

Referred from hugoThemes#Installing Themes.

Installing with other all themes

If you would like to install all of the available hugo themes, simply clone the entire repository from within your working directory.

git clone --recursive https://github.com/spf13/hugoThemes.git themes

Installing a single theme

mkdir themes
cd themes
git clone https://github.com/dim0627/hugo_theme_robust robust

Build

hugo server -t robust

Configuration

config.yaml

BaseURL: "http://example.com"
LanguageCode: "en-us"
Title: "Robust"

Params:
  Author: "Your name."
  Birth: "Sun, Feb 26, 1989"
  DateForm: "Mon, Jan 2, 2006"
  GoogleAnalyticsUserID: "Your ID."
  GravatarHash: "Your Hash."
  Facebook: "Your ID."
  Twitter: "Your ID."
  Github: "Your ID."
  Disqus: "Your Disqus."
  SyntaxHighlightTheme: "solarized_dark.min.css"
  ShowRelatedPost: True
  ShowTagCloud: True

Indexes:
  tag: "tags"

permalinks:
  post: /blog/:year/:month/:day/:title/

MetadataFormat: "yaml"

example post

---
title: "Post title here"
eyecatch: "hugo.png" # Eye-cathinc image from [static/images/***]
date: 2014-09-17
comments: true
tags: [gitHub, octopress, jekyll]
---

Contents here

Contact us

Please mail to dim0627@gmail.com or SNS.

https://www.facebook.com/daisuke.tsuji.735