-
Notifications
You must be signed in to change notification settings - Fork 0
/
hugo.toml
51 lines (42 loc) · 1.46 KB
/
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
42
43
44
45
46
47
48
49
50
51
baseURL = "//C:/Dev/Web/jurassiklizard/public/"
languageCode = "en-us"
title = "Jurassik's Hideout"
[menus]
[[menus.main]]
name = 'Posts'
pageRef = '/posts'
weight = 10
[params]
# dir name of your main content (default is `content/posts`).
# the list of set content will show up on your index page (baseurl).
contentTypeName = "posts"
# show selector to switch language
showLanguageSelector = false
showMenuItems = 5
# set theme to full screen width
fullWidthTheme = false
# center theme with default width
centerTheme = true
# if your resource directory contains an image called `cover.(jpg|png|webp)`,
# then the file will be used as a cover automatically.
# With this option you don't have to put the `cover` param in a front-matter.
autoCover = true
# set post to show the last updated
# If you use git, you can set `enableGitInfo` to `true` and then post will automatically get the last updated
showLastUpdated = false
menuMore = "Show more"
readMore = "Read more"
readOtherPosts = "Read other posts"
[params.Logo]
logoText = "Jurassik"
[markup]
[markup.highlight]
style = 'fruity'
tabWidth = 4
[module]
# In case you would like to make changes to the theme and keep it locally in you repository,
# uncomment the line below (and correct the local path if necessary).
# --
replacements = "github.com/panr/hugo-theme-terminal/v4 -> terminal"
[[module.imports]]
path = 'github.com/panr/hugo-theme-terminal/v4'