about summary refs log tree commit diff stats
path: root/config.toml
blob: 55b25082c068d225257f14ffdc0e4f7950faa612 (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
default_language = "en-GB"
base_url = "https://alanpearce.eu"

title = "Alan Pearce"
email = "alan@alanpearce.eu"
description = "Developer, Emacs User"

domain_start_date = "2014-06-07"
original_domain = "alanpearce.eu"

[[taxonomies]]
name = "tags"
feed = true

[content-security-policy]
default-src = [
  "'none'",
]
image-src = [
  "'self'",
  "http://gc.zgo.at",
]
script-src = [
  "'self'",
  "http://gc.zgo.at",
]
style-src = [
  "'unsafe-inline'",
]
frame-ancestors = [
  "https://kagi.com",
]
connect-src = [
  "https://alanpearce-eu.goatcounter.com/count",
]
require-trusted-types-for = [
  "'script'",
]

[extra.headers]
cache-control = "max-age=14400"
x-content-type-options = "nosniff"

[[menus.main]]
    name = "Home"
    url = "/"
[[menus.main]]
    name = "Posts"
    url = "/post/"
[[menus.main]]
    name = "Feed"
    url = "/atom.xml"
[[menus.main]]
    name = "Tags"
    url = "/tags/"
[[menus.main]]
    name = "Repositories"
    url = "https://git.alanpearce.eu"

[[menus.me]]
  name = "Codeberg"
  url = "https://codeberg.org/alanpearce"
[[menus.me]]
  name = "GitLab"
  url = "https://gitlab.com/alanpearce/"
[[menus.me]]
  name = "GitHub"
  url = "https://github.com/alanpearce/"
[[menus.me]]
  name = "LinkedIn"
  url = "https://www.linkedin.com/in/alanpearceeu/"
[[menus.me]]
  name = "Mastodon"
  url = "https://ieji.de/@alanpearce"
[[menus.me]]
  name = "BlueSky"
  url = "https://bsky.app/profile/alanpearce.eu"