-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
61 lines (53 loc) · 1.34 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
baseURL: "https://ianeaster.dev"
title: "Ian Easter"
paginate: 5
theme: "papermod"
relativeURLs: true
enableRobotsTXT: true
buildDrafts: false
buildFuture: false
buildExpired: false
enableemoji: true
languages:
en:
languageName: "English"
weight: 1
menu:
main:
- name: About
url: /about/
weight: 1
- name: Tags
url: /tags/
weight: 10
googleAnalytics: UA-55214574-2
markup:
highlight:
anchorLineNos: true
codeFences: true
guessSyntax: true
lineNoStart: 1
lineNos: true
lineNumbersInTable: true
noClasses: true
style: monokai
params:
env: production # to enable google analytics, opengraph, twitter-cards and schema.
title: "Ian Easter"
description: "Ian Easter personal blog and notes"
author: ian
ShowReadingTime: true
ShowShareButtons: true
defaultTheme: light
homeInfoParams:
Title: "Welcome :wave:"
Content: "My little spot to share a collection of notes, projects, and info about me."
socialIcons:
- name: linkedin
url: "https://www.linkedin.com/in/ianeaster/"
- name: github
url: "https://github.com/ieaster1"
- name: discord
url: "https://discord.com/users/247570777963102208"
- name: buymeacoffee
url: "https://www.buymeacoffee.com/ieaster"