Hago

A minimal Hugo theme.

Feature

  • Responsive web
  • Tags Page
  • Categories Page
  • Google Analytics
  • Comments
  • jQuery 2.2.4
  • Bootstrap 4.4.1
  • Awsome Font 5.8.2

Installation & Update

Install

mkdir themes
cd themes
git submodule add https://github.com/gyuha/hago.git hago

Update

git submodule update --remote --merge

Usage

  1. Make sure you follow the template structure of the examplesite (including the config.toml)

config.toml example

baseURL = "https://YOUR_NAME.github.io/"
languageCode = "en-US"
title = "YOUR_TITLE"
theme = "hago"

DefaultContentLanguage = "en"
metaDataFormat = "yaml"
disqusShortname = "YOUR_DISQUS_SHORT_NAME"
googleAnalytics = "UA-XXXXXXXXX-X"
paginate = 4


[Params]
  description = "DESCRIPTION"
  subtitle = "YOUR_SUB_TITLE"
  logo = "/images/logo.png"
  favicon = "/favicon.ico"
  comments = true

[Author]
  name = "YOUR_NAME"
  website = "https://YOUR_NAME.github.io"

GitHub