-
Notifications
You must be signed in to change notification settings - Fork 0
/
hugo.yml
49 lines (45 loc) · 1.04 KB
/
hugo.yml
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
baseURL: https://ionrover2.github.io/blog/
languageCode: en-us
title: Games and Tech
theme: hugo-coder
paginate: 5
params:
author: "Tucker Hall"
info: "Full stack dev(sec)ops master and passionate gamer"
keywords: "games, dev, tech, reviews, tutorials"
avatarurl: ./profilepic.jpg
since: 2024
colorscheme: "auto"
hidecolorchemetoggle: false
social:
- name: Github
icon: "fa-brands fa-github fa-2x"
weight: 1
url: https://github.com/ionrover2
- name: Twitter
icon: "fa-brands fa-twitter fa-2x"
weight: 2
url: https://twitter.com/ionrover2
- name: LinkedIn
icon: "fa-brands fa-linkedin fa-2x"
weight: 3
url: https://www.linkedin.com/in/ionrover2/
taxonomies:
category: categories
tag: tags
author: authors
series: series
menu:
main:
- identifier: posts
name: Posts
url: /posts/
weight: 1
- identifier: categories
name: Categories
url: /categories/
weight: 2
- identifier: tags
name: Tags
url: /tags/
weight: 3