-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yml
More file actions
42 lines (35 loc) · 1 KB
/
config.yml
File metadata and controls
42 lines (35 loc) · 1 KB
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
baseURL: https://celeroncoder.github.io/blog
languageCode: en-us
title: celeronCoder's Blog
theme: "PaperMod"
paginate: 10
minify:
disableXML: true
minifyOutput: true
params:
env: production
title: celeronCoder
description: celeronCoder's Personal Blog
keywords: [Blog, PaperMod, Hugo]
defaultTheme: auto
disableThemeToggle: false
DateFormat: "January 2, 2004"
ShowReadingTime: true
ShowCodeCopyButtons: true
ShowPostNavLinks: true
ShowBreadCrumbs: true
ShowRssButtonInSectionTermList: true
UseHugoToc: true
showtoc: true
homeInfoParams:
Title: "Hi there 👋"
Content: "having fun with tech"
assets:
favicon: "https://raw.githubusercontent.com/gist/celeronCoder/bf4dbcc95f3919e2b374dc60b0c01391/raw/efe5fe3f1cfad1dd862fdbefd760f1815c6d2a1a/favicon.svg"
socialIcons:
- name: twitter
url: "https://twitter.com/CeleronCoder"
- name: github
url: "https://github.com/celeronCoder"
- name: rss
url: "https://celeroncoder.github.io/index.xml"