-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhugo.toml
41 lines (36 loc) · 917 Bytes
/
hugo.toml
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
theme = "hugo-theme-m10c"
baseURL = 'https://spham-amzn.github.io/'
languageCode = 'en-us'
title = "Steve's O3DE Blog"
[pagination]
pagerSize = 8
[menu]
[[menu.main]]
identifier = "home"
name = "Home"
url = "/"
weight = 1
[[menu.main]]
identifier = "tags"
name = "Tags"
url = "/tags/"
weight = 2
[params]
author = "Steve Pham"
description = "Welcome to my blog. This is a place to discuss all things related to O3DE."
menu_item_separator = " - "
avatar = 'images/spham-amzn.png'
[[params.social]]
icon = "brand-github"
name = "Github"
url = "https://github.com/spham-amzn"
[[params.social]]
icon = "brand-linkedin"
name = "Linked-In"
url = "https://www.linkedin.com/in/steve-pham-69a7142/"
[params.style]
darkestColor = "#202020"
darkColor = "#404040"
lightColor = "#c0c0c0"
lightestColor = "#fff"
primaryColor = "#a0a0e0"