portfolio/hugo.toml
Nik Afiq ddf013b6b3
All checks were successful
CI / build-check (push) Has been skipped
CI / build-and-push (push) Successful in 1m37s
initial hugo site with terminal theme
2026-03-17 23:30:49 +09:00

55 lines
1.1 KiB
TOML

baseURL = "https://nik4nao.com/"
languageCode = "en-us"
title = "nik4nao"
theme = "terminal"
[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"
# ["orange", "blue", "red", "green", "pink"]
themeColor = "orange"
# if you set this to 0, only metadata of posts will appear
fullWidthTheme = false
# centered theme with any value (e.g. "true")
centerTheme = false
# if your resource directory contains an image called `cover.png`,
# it will be used as the cover of your blog
showCoverImage = true
# set terminal prompt
terminalPrompt = "nik@nik4nao ~ $"
# show/hide posts list on start page
showMenuItems = 3
# show a footer instead of the HUGO signature
# customFooter = ""
# set theme to full screen width
# fullWidthTheme = false
[[params.menu]]
identifier = "posts"
name = "posts"
url = "/posts"
[[params.menu]]
identifier = "projects"
name = "projects"
url = "/projects"
[[params.menu]]
identifier = "cv"
name = "cv"
url = "/cv"
[taxonomies]
tag = "tags"
paginate = 5