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: 2dec32ef976a5e8fdf7717df28c870948715792a (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
40
41
42
43
mainSections = ["posts"]
description = "Eureka is a elegant and powerful theme for Hugo."

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

dateFormat = ""

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

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

[hero]
  slogan = "We are all in the gutter, but some of us are looking at the stars."
  # Specify the image name in `assets/images/` folder.
  imgLeft = "images/hero-left.jpg"
  imgRight = "images/hero-right.jpg"

[math]
  handler = "katex"

  # [math.katex]
  #   # Browse https://katex.org/docs/options.html to see the options available.
  #   # You can list the key and value you want as below.
  #   displayMode = ""
  #   output = ""

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