Skip to content

Commit

Permalink
Update hugo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
arkag authored Nov 13, 2024
1 parent b947bee commit b664859
Showing 1 changed file with 1 addition and 36 deletions.
37 changes: 1 addition & 36 deletions hugo.toml
Original file line number Diff line number Diff line change
@@ -1,48 +1,17 @@
baseURL = 'https://alex.kagno.com/blog'
baseURL = 'https://blog.alex.kagno.com'
languageCode = 'en-us'
title = "Alex's Blog"

[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"

# if you set this to 0, only submenu trigger will be visible
showMenuItems = 2

# show selector to switch language
showLanguageSelector = false

# set theme to full screen width
fullWidthTheme = true

# 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
enableGitInfo = true
showLastUpdated = false

# 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
# updatedDatePrefix = "Updated"

# whether to show a page's estimated reading time
# readingTime = false # default

# whether to show a table of contents
# can be overridden in a page's front-matter
# Toc = false # default

# set title for the table of contents
# can be overridden in a page's front-matter
# TocTitle = "Table of Contents" # default

[pagination]
pagerSize = 5

Expand Down Expand Up @@ -71,10 +40,6 @@ logoText = "A Piece of the Void"
logoHomeLink = "/"

[languages.en.menu]
# [[languages.en.menu.main]]
# identifier = "about"
# name = "About"
# url = "/about"
[[languages.en.menu.main]]
identifier = "resume"
name = "Resume"
Expand Down

0 comments on commit b664859

Please sign in to comment.