all repos — website @ main

My website

config.toml (view raw)

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
title = "Alan Pearce"
description = "Developer, Emacs User"
email = "alan@alanpearce.eu"
public_email = "alan@alanpearce.eu"

base_url = "https://alanpearce.eu"

language = "en-GB"
timezone = "Europe/Berlin"

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

oidc_email = "alin@alin.ovh"
oidc_host = "https://iam.alin.ovh/"
goatcounter = "https://stats.alin.ovh/"

domains = [
  "alanpearce.eu",
  "www.alanpearce.eu",
  "alanpearce.uk",
  "www.alanpearce.uk",
  "aln.pe",
  "alin.ovh",
  "www.alin.ovh",
]
wildcard_domain = "aln.pe"
redirect_other_hostnames = true

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

[[menu]]
  name = "Home"
  url = "/"
[[menu]]
  name = "Now"
  url = "/now"
[[menu]]
  name = "Posts"
  url = "/post/"
[[menu]]
  name = "Feed"
  url = "/atom.xml"
[[menu]]
  name = "Tags"
  url = "/tags/"
[[menu]]
  name = "Repositories"
  url = "https://git.alin.ovh"

[[rel_me]]
  name = "Codeberg"
  url = "https://codeberg.org/alanpearce"
[[rel_me]]
  name = "GitLab"
  url = "https://gitlab.com/alanpearce/"
[[rel_me]]
  name = "Codeberg"
  url = "https://codeberg.org/alanpearce"
[[rel_me]]
  name = "GitHub"
  url = "https://github.com/alanpearce/"
[[rel_me]]
  name = "Mastodon"
  url = "https://ieji.de/@alanpearce"

[go]
  domain = "alin.ovh"
  forge = "https://git.alin.ovh"
  packages = [
    "x",
    "homestead",
    "searchix",
    "gomponents",
    "elgit",
  ]