SkillAgentSearch skills...

Hemingway

[Unmaintained] Really minimal blog theme for hugo.

Install / Use

/learn @tanksuzuki/Hemingway
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Hemingway

Hemingway is a really minimal blog theme for hugo.

Getting Started

Clone this repository to your hugo theme directory.

mkdir themes
cd themes
git clone https://github.com/tanksuzuki/hemingway.git

Configuration

Take a look in the exampleSite folder.

This directory contains an example config file and the content for the demo. It serves as an example setup for your documentation.

Copy the config.toml in the root directory of your website. Overwrite the existing config file if necessary.

config.toml:

baseurl = "https://example.com"
languageCode = "en"
title = "Hemingway"
theme = "hemingway"
copyright = "&copy; <a href=\"https://github.com/tanksuzuki\">Asuka Suzuki</a> 2016"
disqusShortname = "shortname"
googleAnalytics = ""

[params]

[params.highlight]
style = "github"
languages = ["go", "dockerfile"]

[[params.social]]
url = "https://github.com/tanksuzuki"
fa_icon = "fa-github"

[[params.social]]
url = "https://twitter.com/tanksuzuki"
fa_icon = "fa-twitter"

[[params.social]]
url = "/index.xml"
fa_icon = "fa-rss"

Build

hugo server

You can go to localhost:1313 and this theme should be visible.

License

Hemingway is licensed under the MIT License.

Author

Asuka Suzuki

View on GitHub
GitHub Stars57
CategoryDevelopment
Updated3mo ago
Forks47

Languages

HTML

Security Score

92/100

Audited on Dec 31, 2025

No findings