-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathhugo.yaml
38 lines (38 loc) · 1019 Bytes
/
hugo.yaml
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
baseURL: https://www.jamesbeith.co.uk/
languageCode: en-gb
title: James Beith
theme: ["PaperMod"]
params:
author: James Beith
description: Technical writing about Python & Django.
homeInfoParams:
Title: Technical writing about Python & Django
Content: 🐙 Staff Software Engineer at [Kraken Technologies](https://kraken.tech/) 🎸 Co-founder of [Glued to Music](https://www.gluedtomusic.com/)
socialIcons:
- name: "bluesky"
url: "https://bsky.app/profile/jamesbeith.bsky.social"
- name: "github"
url: "https://github.com/jamesbeith"
- name: "rss"
url: "/feed.xml"
editPost:
URL: "https://github.com/jamesbeith/jamesbeith.co.uk/blob/main/content"
Text: "Suggest Changes"
appendFilePath: true
ShowCodeCopyButtons: true
menu:
main:
- identifier: blog
name: Blog
url: /blog/
weight: 1
- identifier: til
name: TIL
url: /til/
weight: 2
disableKinds:
- taxonomy
- term
outputFormats:
RSS:
baseName: "feed"