-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhugo.toml
40 lines (36 loc) · 852 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
baseURL = 'https://www.py20555sti.com'
languageCode = 'en-us'
title = 'PY20555STI'
theme = ["github.com/theNewDynamic/gohugo-theme-ananke/v2"]
[pagination]
pagerSize = 9
[params]
featured_image = "/images/arena_banner.jpg"
favicon = "favicon.ico"
recent_posts_number = 10
read_more_copy = "Read more about this entry"
[[menu.main]]
name ="Home"
url = "/"
weight = 1
[[menu.main]]
name = "About"
url = "/about/"
weight = 2
[[menu.main]]
name = "Posts"
url = "/posts/"
weight = 3
[[menu.main]]
name = "Contact"
url = "/contact/"
weight = 4
[params.ananke]
show_recent_posts = true
[module]
[[module.imports]]
path = "github.com/theNewDynamic/gohugo-theme-ananke/v2"
disable=false
[[module.imports]]
path = "github.com/mfg92/hugo-shortcode-gallery"
disable=false