From b664859f40d80eda6c601694e003ee1e9414e7de Mon Sep 17 00:00:00 2001 From: Alexander Kagno <6749810+arkag@users.noreply.github.com> Date: Wed, 13 Nov 2024 10:34:05 -0700 Subject: [PATCH] Update hugo.toml --- hugo.toml | 37 +------------------------------------ 1 file changed, 1 insertion(+), 36 deletions(-) diff --git a/hugo.toml b/hugo.toml index 8c4a742..4a4d84d 100644 --- a/hugo.toml +++ b/hugo.toml @@ -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 @@ -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"