-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhugo.toml
43 lines (31 loc) · 1.3 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
# Site settings
baseurl = "https://www.violatedbygoogle.com"
languageCode = "en-us"
title = "Violated by Google"
theme = "spectre-pixel-custom"
enableRobotsTXT = true
disableKinds = ["taxonomy", "term", "RSS"]
[minify]
disableXML = true
minifyOutput = true
[params]
author = "Marc T0K_ D."
description = "All the times Google forgot not **to be evil**"
explicitdescription = "Non-exhaustive list of the privacy/tax/etc. violations committed by Google"
enableRSS = false
# 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 = []
customJS = []
# The variables below are optionally too and can be used to
# translate or customize each string of the theme.
images = ["images/google_evil.jpg"]
# Pagination links
olderPosts = ""
newerPosts = ""
copyright = "Copyright © [Marc 'T0K_' D.](https://github.com/MarcT0K) (2024) - adapted from the [Spectre Pixel Theme](https://github.com/st-wong/hugo-spectre-pixel-theme) (MIT License by Shin Tatt)"
# 404 page
title404 = ""
subtitle404 = ""
github = "https://github.com/MarcT0K/ViolatedByGoogle"
keywords = ["Google", "Privacy", "Antitrust", "Monopoly", "Fine", "European Union", "Settlement"]