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: 5d5337065890cc0e1db37ecd937a53861d47abe2 (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
mainSections = ["post"]

[basic]
    # E.g. Person, Organization, LocalBusiness, Project, EducationalOrganization
    site_type = "Person"
    icon = "images/icon.png"
    publisher_name = "Test publisher"
    publisher_logo = ""
    description = "Eureka is a elegant and powerful theme for Hugo."

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

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