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

config.json « exampleSite - github.com/tummychow/lanyon-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e1f6e170b4feb484643b2596bc72d8d37e517a09 (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
44
45
46
47
48
49
50
51
52
53
{
    "contentdir": "content",
    "layoutdir": "layouts",
    "publishdir": "public",

    "builddrafts": false,

    "baseurl": "https://tummychow.github.io/lanyon-hugo/",
    "canonifyurls": true,
    "permalinks": {
        "post": ":year/:month/:day/:title/",
        "fixed": ":title/"
    },

    "markup": {
        "goldmark": {
            "extensions": {
                "typographer": true
            },
            "renderer": {
                "unsafe": true
            }
        }
    },

    "pygmentsuseclasses": true,

    "menu": {
        "main": [
            {
                "identifier": "categories",
                "name": "Categories Section from Menu",
                "title": "Categories section",
                "url": "/categories/",
                "weight": -110
            }
        ]
    },

    "params": {
        "Title": "Lanyon",
        "Tagline": "A Jekyll theme",
        "Author": "Mark Otto",
        "DateForm": "Jan 2 2006",
        "mainSections": [
            "post"
        ],
        "Github": {
            "Url": "http://github.com/tummychow/lanyon-hugo",
            "Head": "master"
        }
    }
}