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

theme.toml - github.com/mikeblum/hugo-now.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 10c2a6c44055788d82df956763dc5dd907d50b87 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# theme.toml template for a Hugo theme
# See https://github.com/gohugoio/hugoThemes#themetoml for an example

name = "Hugo Now"
license = "MIT"
licenselink = "https://github.com/mikeblum/hugo-now/blob/master/LICENSE.md"
description = "a Hugo port of Jekyll Now"
homepage = "http://siteforthistheme.com/"
tags = [blog, profile, jekyll-now, bootstrap, font awesome, responsive, pygments]
features = [tags, blog, portfolio]
min_version = "0.24.1"

[author]
  name = "Michael Blum"
  homepage = "https://mblum.me"

# If porting an existing theme
[original]
  name = "Jekyll Now"
  homepage = "http://www.jekyllnow.com/"
  repo = "https://github.com/barryclark/jekyll-now"