-
Notifications
You must be signed in to change notification settings - Fork 0
/
hugo.toml
63 lines (51 loc) · 1.34 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
54
55
56
57
58
59
60
61
62
63
baseURL = 'https://prophetarmed.com/'
languageCode = 'en-gb'
title = 'Prophet Armed'
theme = 'typo'
# [taxonomies]
# tag = 'tags'
#
# # Google analytics code
# googleAnalytics = "G-xxxxxxxxx"
[params]
# Meta description
description = "Blog for Revolutionary Politics & Technology"
# Appearance settings
theme = 'auto'
colorPalette = 'default'
hideHeader = false
# Intro on main page, content is markdown
homeIntroTitle = 'Welcome'
homeIntroContent = """
Welcome to the Prophet Armed blog. This is the website for anything to do with communist politics or technology (usually focused around FOSS) that I feel like writing about.
I am a member of the [Revolutionary Communist Party](https://communist.red) and [Revolutionary Communist International](https://marxist.com).
"""
# TODO: uncomment when I have posts
# Collection to display on home
# homeCollectionTitle = 'Posts'
# homeCollection = 'posts'
# Lists parameters
paginationSize = 100
listSummaries = true
listDateFormat = '2 Jan 2006'
# Breadcrumbs
breadcrumbs = true
# Social icons
[[params.social]]
name = "github"
url = "https://github.com/prophetarmed"
# Main menu pages
[[params.menu]]
name = "home"
url = "/"
# [[params.menu]]
# name = "posts"
# url = "/posts"
#
# [[params.menu]]
# name = "about"
# url = "/about"
# Syntax highligth on code blocks
[markup]
[markup.highlight]
style = 'algol'