info-cachapa/config.hugo-theme-shell.toml

96 lines
3 KiB
TOML
Raw Normal View History

2023-08-21 21:19:24 +00:00
baseURL = 'http://cachapa.xyz/'
languageCode = 'en-us'
title = "cachapa.xyz - Captain Arepa's main page"
theme = 'hugo-theme-shell'
author = "Captain Arepa"
# author = "Yukuro"
# prevent build failures when using Hugo's Instagram shortcode due to deprecated Instagram API.
# See https://github.com/gohugoio/hugo/issues/7228#issuecomment-714490456
ignoreErrors = ["error-remote-getjson"]
[taxonomies]
category = "categories"
tag = "tags"
series = "series"
[Params]
# Additions start here
[Params.Navbar]
use = false
[Params.Extensions]
use = true
ext = ".txt" # extension to add after single page
# Additions stop here
# Note: This is for the meta description, which is different from the "description" displayed in the terminal.
description = "Jane Doe's Portfolio!"
[Params.Terminal]
# Note: color scheme
# Note: You can choose between
# Note: hugo-theme-shell original: ["shell-powershell", "shell-ubuntu", "shell-retro"]
# Note: gogh theme: https://mayccoll.github.io/Gogh/
scheme = "shell-ubuntu"
# Note: in terminal
# [userName]@[pcName]:~/$ cd [workDir]
# [userName]@[pcName]:~/[workDir]$ cat [profile]
#
# [description]
#
# Note: if you set Params.Tree > use = true
# [userName]@[pcName]:~/[workDir]$ tree ./[folderName]/
# ./[folderName]/
# ...
# Note: result of the tree command
userName = "captain-arepa"
pcName = "cachapa-pc"
workDir = "home"
profile = "profile.md"
# Note: speed at which text is displayed on the terminal
# Note: if set to 0, typing animation will be disabled
# Note:
# Note: if you want to enable Mathjax, you need to set it to 0
# Note: and set "math: true" at front matter in your Markdown file
ps1Delay = 0 # prompt speed : [userName]@[pcName]:~/$ , [userName]@[pcName]:~/[workDir]$
stdoutDelay = 0 # stdout speed : [description] , files in Params.Tree
commandDelay = 35 # command speed : cd [workDir] , cat [profile] , tree ./[folderName]/
# terminalDelay = 5 : deprecated
# Note: speed at which text is displayed on the activity pages
# Note: if set to 0, typing animation will be disabled
# Note:
# Note: if you want to enable Mathjax, you need to set it to 0
# Note: and set "math: true" at front matter in your Markdown file
titleDelay = 0 # title speed : "title" in front matter
contentDelay = 0 # content speed : content in .md file
# activityDelay = 5 : deprecated
description = "/info/description.md"
# Note: If you want to use a Markdown file, you can use the following
# description = "/description.md"
# Note: and put the description.md in /content/description.md
[Params.Tree]
use = true
folderName = "home"
# Note: ["ACTIVITY", "URL or PATH TO YOUR MARKDOWN FILE"]
files = [
["fedi (misskey)", "https://moar.cachapa.xyz/@captain_arepa"],
["blog", "https://blog.cachapa.xyz"],
["gitea/forgejo", "https://git.cachapa.xyz/"],
["github", "https://github.com/captain-arepa"],
["about/contact", "/about.md"],
]
[module]
[module.hugoVersion]
extended = true
min = "0.85.0"