Skip to content

Commit b664859

Browse files
authored
Update hugo.toml
1 parent b947bee commit b664859

File tree

1 file changed

+1
-36
lines changed

1 file changed

+1
-36
lines changed

hugo.toml

Lines changed: 1 addition & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,17 @@
1-
baseURL = 'https://alex.kagno.com/blog'
1+
baseURL = 'https://blog.alex.kagno.com'
22
languageCode = 'en-us'
33
title = "Alex's Blog"
44

55
[params]
6-
# dir name of your main content (default is `content/posts`).
7-
# the list of set content will show up on your index page (baseurl).
86
contentTypeName = "posts"
9-
10-
# if you set this to 0, only submenu trigger will be visible
117
showMenuItems = 2
12-
13-
# show selector to switch language
148
showLanguageSelector = false
15-
16-
# set theme to full screen width
179
fullWidthTheme = true
18-
19-
# center theme with default width
2010
centerTheme = true
21-
22-
# if your resource directory contains an image called `cover.(jpg|png|webp)`,
23-
# then the file will be used as a cover automatically.
24-
# With this option you don't have to put the `cover` param in a front-matter.
2511
autoCover = true
26-
27-
# set post to show the last updated
28-
# If you use git, you can set `enableGitInfo` to `true` and then post will automatically get the last updated
2912
enableGitInfo = true
3013
showLastUpdated = false
3114

32-
# Provide a string as a prefix for the last update date. By default, it looks like this: 2020-xx-xx [Updated: 2020-xx-xx] :: Author
33-
# updatedDatePrefix = "Updated"
34-
35-
# whether to show a page's estimated reading time
36-
# readingTime = false # default
37-
38-
# whether to show a table of contents
39-
# can be overridden in a page's front-matter
40-
# Toc = false # default
41-
42-
# set title for the table of contents
43-
# can be overridden in a page's front-matter
44-
# TocTitle = "Table of Contents" # default
45-
4615
[pagination]
4716
pagerSize = 5
4817

@@ -71,10 +40,6 @@ logoText = "A Piece of the Void"
7140
logoHomeLink = "/"
7241

7342
[languages.en.menu]
74-
# [[languages.en.menu.main]]
75-
# identifier = "about"
76-
# name = "About"
77-
# url = "/about"
7843
[[languages.en.menu.main]]
7944
identifier = "resume"
8045
name = "Resume"

0 commit comments

Comments
 (0)