-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
65 lines (52 loc) · 1.28 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
65
# https://gohugo.io/getting-started/configuration/#all-configuration-settings
baseurl: https://chrisdoingweb.com
title: Chris Doing Web
description: Chris Antes, the Web Developer
languageCode: en-us
defaultContentLanguage: en
theme: beautifulhugo
googleAnalytics: UA-45605370-1
permalinks:
posts: /blog/:year/:slug
enableGitInfo: true
frontmatter:
lastmod:
- lastmod
- date
- publishDate
params:
homeTitle: Hi there!
subtitle: I'm Chris. I'm a software engineer who cheers on his coworkers, can totally help you write those tests, and puts his dishes in the dishwasher.
logo: images/face.jpg # Expecting square dimensions
author:
name: Chris Antes
email: [email protected]
github: doingweb
twitter: doingweb
codepen: doingweb
linkedin: chrisantes
stackoverflow: users/467354/doingweb
reddit: doingweb
dateFormat: "January 2, 2006"
mainSections:
- post
commit: https://github.com/doingweb/chrisdoingweb.com/tree/
rss: true
comments: true
readingTime: true
wordCount: true
socialShare: true
showRelatedPosts: true
# Syntax highlighting
useHLJS: true
menu:
main:
- name: Home
url: /
weight: 1
- name: Blog
url: /blog
weight: 2
- name: About
url: /about
weight: 3