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

params.toml « _default « config « exampleSite - github.com/wangchucheng/hugo-eureka.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1df2db058663b50ddd82d4163f861b5180f37a17 (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
33
34
35
36
37
38
39
mainSections = ["posts"]
description = "Eureka is a elegant and powerful theme for Hugo."

repoURL = ""
# If it is a Github repo, leave blank
repoEditURL = ""

dateFormat = ""

titleSeparator = ""

# Options: auto, light and dark. Default is auto.
colorScheme = ""

# E.g. Person, Organization, LocalBusiness, Project, EducationalOrganization
siteType = "Person"
icon = "images/icon.png"
publisherName = "C. Wang"
publisherLogo = ""

[math]
  handler = "katex"

  # [math.katex]
  #   # Browse https://katex.org/docs/options.html to see the options available.
  #   # KaTeX's Auto-render ignores `displayMode` property of the options, so this property will not work.
  #   # You can list the key and value you want as below.
  #   leqno = ""

[comment]
  # Options: disqus and commento.
  platform = ""

  [comment.disqus]
    shortname = ""

  [comment.commento]
    # If self-hosting, please enter the url (e.g. https://commento.example.com) here. Otherwise leave empty. 
    url = ""