55 lines
1.1 KiB
TOML
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
|