summaryrefslogtreecommitdiff
path: root/config.yml
blob: 922500ba036124bcbbb3d89debf0cbe7ce492177 (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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
# our homepage url
baseURL: "https://cullmann.io/"

# cullmann.io website
title: "Ignorance is bliss..."

paginate: 5

theme: PaperMod

enableInlineShortcodes: true
enableRobotsTXT: true
buildDrafts: false
buildFuture: false
buildExpired: false
enableEmoji: true
pygmentsUseClasses: true

minify:
    disableXML: true
    minifyOutput: false

outputs:
    home:
        - HTML
        - RSS
        - JSON

markup:
    goldmark:
        renderer:
            unsafe: true
    highlight:
        noClasses: false
        # anchorLineNos: true
        # codeFences: true
        # guessSyntax: true
        # lineNos: true
        # style: monokai

privacy:
    vimeo:
        disabled: true

    twitter:
        disabled: true

    instagram:
        disabled: true

    youtube:
        disabled: true

services:
    instagram:
        disableInlineCSS: true
    twitter:
        disableInlineCSS: true

params:
    env: production # to enable google analytics, opengraph, twitter-cards and schema.

    description: "Ignorance is bliss..."
    author: Christoph Cullmann

    # ensure rss feed is complete for e.g. planet.kde.org
    ShowFullTextinRSS: true

    defaultTheme: dark
    disableThemeToggle: true
    ShowShareButtons: false
    ShowReadingTime: true
    disableSpecial1stPost: true
    displayFullLangName: true
    ShowPostNavLinks: true
    ShowBreadCrumbs: true
    ShowCodeCopyButtons: true
    ShowRssButtonInSectionTermList: true
    ShowToc: false
    comments: false

    profileMode:
        enabled: true
        title: "Ignorance is bliss..."
        subtitle: Welcome to Christoph Cullmann's web site.
        imageUrl: "/images/christoph_avatar.jpg"
        imageTitle: "Christoph Cullmann"
        imageWidth: 333
        imageHeight: 333
        buttons:
            - name: Posts
              url: "/posts"
            - name: About
              url: "/about"

    socialIcons:
        - name: github
          url: "https://github.com/christoph-cullmann"
        - name: gitlab
          url: "https://gitlab.com/cullmann"
        - name: reddit
          url: "https://www.reddit.com/user/ChristophCullmann"
        - name: mastodon
          url: "https://mastodon.social/@cullmann"
        - name: ycombinator
          url: "https://news.ycombinator.com/user?id=cullmann"
        - name: youtube
          url: "https://youtube.com/ChristophCullmann"
        - name: email
          url: "mailto:christoph@cullmann.io"

    label:
        text: "Ignorance is bliss..."
        icon: /images/christoph_avatar.png
        iconHeight: 32

    assets:
        disableHLJS: true
    #     favicon: "<link / abs url>"
    #     favicon16x16: "<link / abs url>"
    #     favicon32x32: "<link / abs url>"
    #     apple_touch_icon: "<link / abs url>"
    #     safari_pinned_tab: "<link / abs url>"

    # cover:
    #     hidden: true # hide everywhere but not in structured data
    #     hiddenInList: true # hide on list pages and home
    #     hiddenInSingle: true # hide on single page

    # fuseOpts:
    #     isCaseSensitive: false
    #     shouldSort: true
    #     location: 0
    #     distance: 1000
    #     threshold: 0.4
    #     minMatchCharLength: 0
    #     keys: ["title", "permalink", "summary", "content"]

languages:
    en:
        languageName: "English"
        weight: 1
        taxonomies:
          category: categories
          tag: tags
          series: series
        menu:
            main:
                - name: Posts
                  url: /posts/
                  weight: 5
                - name: Projects
                  url: /projects/
                  weight: 10
                - name: Academic
                  url: /academic/
                  weight: 15
                - name: Links
                  url: /links/
                  weight: 20
                - name: About
                  url: /about/
                  weight: 25
                - name: Impressum
                  url: /impressum/
                  weight: 30