aboutsummaryrefslogtreecommitdiff
path: root/config.toml
blob: 926464da1d2edf961719ecd122768121f57cb8b7 (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
baseURL = 'https://ta180m.exozy.me/'
languageCode = 'en-us'
title = 'Some Random Website'
theme = 'gokarna'

[menu]
  [[menu.main]]
    identifier = 'about'
    name = 'About'
    url = '/about/'
    pre = '<span data-feather="aperture"></span>'
    weight = 1
  [[menu.main]]
    identifier = 'projects'
    name = 'Projects'
    url = '/projects/'
    pre = '<span data-feather="package"></span>'
    weight = 2
  [[menu.main]]
    identifier = 'posts'
    name = 'Posts'
    url = '/posts/'
    pre = '<span data-feather="book"></span>'
    weight = 3
  [[menu.main]]
    identifier = 'tags'
    name = 'Tags'
    url = '/tags/'
    pre = '<span data-feather="tag"></span>'
    weight = 4
  [[menu.main]]
    identifier = 'feed'
    name = 'Feed'
    url = '/index.xml'
    pre = '<span data-feather="rss"></span>'
    weight = 5
  [[menu.main]]
    identifier = 'git'
    name = 'Git'
    url = 'https://git.exozy.me/Ta180m/website'
    pre = '<span data-feather="git-pull-request"></span>'
    weight = 6

[params]
  avatarURL = '/dodecahedra/logo.webp'
  avatarSize = 'size-xl'
  description = '(+ (Element 73) (τ/2 radians to degrees) (SI unit for length))'
  accentColor = '#00dd42'
  footer = '🎉 Made with Hugo and frustration! - CC BY-SA 4.0'
  socialIcons = [
      {name = 'protonmail', url = '/about/email'},
      {name = 'matrix', url = 'https://matrix.to/#/@ta180m:exozy.me'},
      {name = 'mastodon', url = 'https://social.exozy.me/@ta180m'},
      {name = 'peertube', url = 'https://tube.exozy.me/a/ta180m/video-channels'},
      {name = 'gitea', url = 'https://git.exozy.me/Ta180m/'},
      {name = 'github', url = 'https://github.com/Ta180m/'},
      {name = 'codeforces', url = 'https://codeforces.com/profile/Ta180m'},
      {name = 'archlinux', url = 'https://aur.archlinux.org/packages/?K=Ta180m&SeB=m'},
    ]