Add photo gallery; formatting updates

Signed-off-by: Tommy Harris <tobraha@tilde.team>
This commit is contained in:
Tommy Harris 2021-08-25 00:03:37 -06:00
parent cc47b477d9
commit f031afb05f
Signed by: tobraha
GPG Key ID: 93769A4F97AE33E9
1 changed files with 6 additions and 4 deletions

View File

@ -22,19 +22,20 @@ theme = "hugo-theme-shell"
# ...
# Note: result of the tree command
userName = "tobraha"
pcName = "master-sword"
pcName = "tilde.team"
workDir = "my_stuff"
profile = "profile"
# Note: speed at which text is displayed on the terminal
terminalDelay = 10
terminalDelay = 5
# Note: speed at which text is displayed on the activity pages
activityDelay = 5
description = """
Hi! I'm Tommy.
I live in Albuquerque, New Mexico and I like computer stuff.
I live in Albuquerque, New Mexico and I like
computers and stuff.
"""
[Params.Tree]
@ -43,5 +44,6 @@ theme = "hugo-theme-shell"
# Note: ["ACTIVITY", "URL or PATH TO YOUR MARKDOWN FILE"]
files = [
["Github", "https://github.com/tobraha/"],
["Twitter", "https://twitter.com/tobraha"]
["Twitter", "https://twitter.com/tobraha"],
["Alaska Photos", "https://tobraha.tilde.team/alaska/"]
]