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: 07402ca90d78a7785bc6aafd5ce24cf01a69ae9b (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
{
    "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,

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