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: 942427fe8646661e387fa9e5cc7fd15d1ac89ea9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# 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 = "https://github.com/mikeblum/hugo-now"
tags = ["blog", "profile", "jekyll-now", "bootstrap", "font awesome", "responsive", "pygments"]
features = ["blog", "portfolio"]
min_version = "0.57.0"

[params]
  mainSections = ["post", "project"]

[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"