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

config.toml - github.com/kritoke/darksimplicity.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c8b49caacf1daabe77d88a9723a280063775cc36 (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
25
26
27
28
29
30
31
32
languageCode = "en-us"
title = "Dark Simplicity"
baseurl = "http://example.org/"
theme = "darksimplicity"
min_version = "0.57.0"
contentdir = "content"
layoutdir = "layouts"
publishdir = "public"
builddrafts = false
canonifyurls = true

[params]
description = "A Dark Minimalist Theme for Hugo"
copyright = "&copy Copyright 2017-2019. Matt Rhone and Dark Simplicity."
mainSections = ["post"]
#google_analytics_id=""
#disqus_shortname=""

[taxonomies]
tag = "tags"

[menu]
  [[menu.top]]
  name = "Twitter"
  pre = ""
  weight = -100
  url = "http://www.twitter.com/Username"
  [[menu.top]]
  name = "RSS"
  pre = ""
  weight = -90
  url = "index.xml"