Welcome to mirror list, hosted at ThFree Co, Russian Federation.

theme.toml - github.com/jimfrenette/hugo-starter.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4b376a478dd0bc53236dbd4d8ab8ecba7d8d5f02 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# theme.toml template for a Hugo theme

name = "Starter Theme"
license = "MIT"
licenselink = "https://github.com/jimfrenette/hugo-starter/blob/master/LICENSE.md"
description = "Blank starter theme with only normalized styles. Included is a webpack workflow for building javascript and css from sass with a live reload webpack development server."
homepage = "https://jimfrenette.com/2019/02/hugo-static-site-generator-blank-starter-theme/"
tags = ["starter", "minimal", "development", "website", "responsive", "blog"]
features = ["posts", "shortcodes", "related content", "comments"]
min_version = "0.38"

[author]
  name = "Jim Frenette"
  homepage = "https://jimfrenette.com"