-
Notifications
You must be signed in to change notification settings - Fork 0
/
hugo.toml
53 lines (43 loc) · 1.49 KB
/
hugo.toml
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
baseURL = 'https://blog.pancho.name/'
languageCode = 'en-us'
title = '…soul, as in software?'
theme = 'spectre-pixel'
copyright = '© 2007-2024 pancho horrillo'
[markup.goldmark.renderer]
unsafe = true
[params]
name = 'pancho horrillo'
# altName = ''
description = 'Rantings about life.'
bio = 'Old dog GNU/Linux and Perl lover. Enthusiast gopher. Empowered by NixOS and Doom Emacs.'
enableRSS = true
# Author information in posts
aboutAuthor = 'I do things with computers.'
# Integrate Javascript files or stylesheets by adding the url to the external assets or by
# linking local files with their path relative to the static folder, e.g. 'css/styles.css'
# customCSS = [
# 'https://cdn.rawgit.com/konpa/devicon/df6431e323547add1b4cf45992913f15286456d3/devicon.min.css'
# ]
# customJS = []
# The variables below are optional too and can be used to
# translate or customize each string of the theme.
# Navigation links
#home = ''
#subscribe = ''
# Pagination links
#olderPosts = ''
#newerPosts = ''
#copyright = ''
copyright = '© 2007-2024 pancho horrillo'
# 404 page
#title404 = ''
#subtitle404 = ''
# Add additional social link entries underneath
[social]
email = 'pancho at pancho dot name'
github = 'https://www.github.com/panchoh'
linkedin = 'https://www.linkedin.com/in/pancho-horrillo'
twitter = 'https://www.twitter.com/panchoHorrillo'
bbva = 'https://www.bbva.com/en/guest-authors/pancho-horrillo/'
[taxonomies]
tag = 'tags'