hugo-ran

hugo-ran

Simple Hugo theme based on Jekyll Now

蘭 (Ran)

This theme is based on "Jekyll Now".

Features

  • Responsive design
  • AMP HTML

hugo.toml example

theme = "ran"

baseurl = "https://example.com/"
title = "SiteTitle"

[params]
description = "Description"
favicon = "img/favicon.png"
logo = "img/logo.png"
thumbnail = "img/thumb.png"

[params.author]
name = "Your Name"
url = "Your Web SITE URL"
email = "[email protected]"
twitter = ""
github = ""
stackoverflow = ""
linkedin = ""
facebook = ""
instagram = ""
pinterest = ""
tumblr = ""
youtube = ""

[[menus.main]] # Enable Menu Bar
weight = 1
name = "About"
url = "/about"

[[menus.main]]
url = "/tags/"
name = "Tag"

[taxonomies]
tag = "tags"

[outputs]
page = ["HTML", "AMP"] # Enable AMP HTML

[markup.highlight]
codeFences = false