-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhugo.yaml
122 lines (104 loc) · 3.15 KB
/
hugo.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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
baseURL: "https://ashutov.com/"
# baseURL: "http://localhost:1313/"
title: "AShutov"
# pagination:
# pagerSize: 10
theme: PaperMod
# for faster page loads
minify:
disableXML: true
minifyOutput: true
params:
mainSections: ["featured"]
# mainSections: ["featured", "posts", "projects"]
env: production # to enable google analytics, opengraph, twitter-cards and schema.
title: Andrew Shutov's Personal Site
description: "You can find here everything about me, the projects I am working on, and the things I am passionate about."
keywords: [Blog, Portfolio, PaperMod]
author: Andrew Shutov
# author: ["Me", "You"] # multiple authors
# TODO add image here
images: ["icons/love_icon.jpg"]
DateFormat: "January 2, 2006"
defaultTheme: auto # dark, light
disableThemeToggle: false
# Feature Toggles
ShowReadingTime: false
ShowShareButtons: false
ShowPostNavLinks: true
ShowBreadCrumbs: false
ShowCodeCopyButtons: true
ShowWordCount: false
ShowRssButtonInSectionTermList: false
showToc: false
# Table Of Contents
UseHugoToc: false
# Disables special styling for the first post on the homepage.
disableSpecial1stPost: false
disableScrollToTop: false
comments: false
hidemeta: false
hideSummary: false
tocopen: false
assets:
# disableHLJS: true # to disable highlight.js
# disableFingerprinting: true
favicon: "/favicon/favicon.ico"
favicon16x16: "/favicon/favicon-16x16.png"
favicon32x32: "/favicon/favicon-32x32.png"
apple_touch_icon: "/favicon/apple-touch-icon.png"
label:
text: "Shutov"
icon: /apple-touch-icon.png
iconHeight: 35
# home-info mode
homeInfoParams:
Title: "Andrew Shutov "
Content: "Hello, world! I'm Andrew Shutov, a technology enthusiast with a passion for Linux and home labs. Beyond tech, I enjoy playing the saxophone, exploring the outdoors, and deepening my relationship with God."
imageUrl: "icons/face3_c.png"
imageWidth: 200
imageHeight: 200
imageTitle: Thats Me! :D
socialIcons:
- name: strava
url: "https://www.strava.com/athletes/77803298"
- name: github
url: "https://github.com/AndrewPro"
- name: linkedin
url: "https://www.linkedin.com/in/andrew-shutov-016131211/"
- name: email
url: "[email protected]"
- name: instagram
url: "https://www.instagram.com/andrew_sh__"
# cover:
# hidden: true # hide everywhere but not in structured data
# hiddenInList: true # hide on list pages and home
# hiddenInSingle: true # hide on single page
# editPost:
# URL: "https://github.com/<path_to_repo>/content"
# Text: "Suggest Changes" # edit text
# appendFilePath: true # to append file path to Edit link
menu:
main:
- identifier: resmue
name: resmue
url: featured/resume
weight: 1
- identifier: about_me
name: about me
url: featured/about
weight: 2
- identifier: tags
name: tags
url: /tags/
weight: 3
- identifier: archives
name: archives
url: archives
weight: 4
# module:
# mounts:
# - source: "static"
# target: "static"
# - source: "images"
# target: "static/images"