summaryrefslogtreecommitdiff
path: root/config.toml
blob: 08647b0d47bdf3d83659ea06d125b1d8599a4c04 (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
theme = 'soho'
baseURL = 'https://aole.ch/'
languageCode = 'en-us'
title = 'where extinct potatos go to retire'
summarylength = 10

[params]
author = "Adam Olech"
profilePicture = "images/me.jpg"
customCss = ["css/custom.css"]
customJs = ["js/main.js"]

  [[params.socialIcons]]
  icon = "fa-linkedin"
  title = "LinkedIn"
  url = "https://www.linkedin.com/in/adam-olech-423266161/"

  [[params.socialIcons]]
  icon = "fa-github"
  title = "GitHub"
  url = "https://github.com/extinctpotato"

[menu]

  [[menu.main]]
  name = "Posts"
  weight = 100
  identifier = "posts"
  url = "/posts/"

  [[menu.main]]
  name = "About"
  identifier = "about"
  weight = 300
  url = "/about/"