-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.yaml
64 lines (53 loc) · 1.76 KB
/
config.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
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
64
baseURL: "/"
languageCode: "en-us"
title: "RayGervais"
author: "RayGervais"
theme: "hello-friend-ng"
paginate: 25
enableRobotsTXT: true
enableGitInfo: true
enableEmoji: true
enableMissingTranslationPlaceholders: false
disableRSS: false
disableSitemap: false
disable404: false
disableHugoGeneratorInject: false
canonifyURLs: true
params:
dateform: "Jan 2, 2006"
dateformShort: "Jan 2"
dateformNum: "2006-01-02"
dateformNumTime: "2006-01-02 15:04"
homeSubtitle: "Topics of Programming, Techno-babble, Music, and Life through the eyes of a Canadian Software Developer."
defaultTheme: "dark"
themeColor: "#1a1d21"
description: "Topics of Programming, Techno-babble, Music, and Life through the eyes of a Canadian Software Developer."
keywords: "homepage, blog, programming, linux, music"
images: ["dp_1600px.png"]
portrait:
path: "/images/dp_1600px.png"
alt: "Digital work by Ana Garcia"
disableReadOtherPosts: false
social:
- name: "twitter"
url: "https://www.twitter.com/_raygervais"
- name: "twitch"
url: "https://www.twitch.tv/raygervaisdev"
- name: "github"
url: "https://www.github.com/raygervais"
- name: "spotify"
url: "https://open.spotify.com/artist/5LODSZD3tC5zbZwdcxnIVE"
- name: "mastodon"
url: "https://mastodon.social/@_raygervais"
enableSharingButtons: true
enableThemeToggle: true
logo:
logoText: $ cd /home/
logoHomeLink: "/"
logoCursorColor: "#6FC1FF"
footerLeft: "The website of <a rel='me' href='https://mastodon.social/@_raygervais'>RayGervais</a>"
footerRight: "Powered by <a href='https://gohugo.io/'>Hugo</a>, <a href='https://netlify.com'>Netlify</a>, and <a href='htts://github.com'>GitHub</a>"
imaging:
resampleFilter: "box"
quality: 75
anchor: "smart"