From f031afb05fafd147059d99e9e6cc2fca41531ce6 Mon Sep 17 00:00:00 2001 From: Tommy Harris Date: Wed, 25 Aug 2021 00:03:37 -0600 Subject: [PATCH] Add photo gallery; formatting updates Signed-off-by: Tommy Harris --- config.toml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/config.toml b/config.toml index 7fbadfa..5309d90 100644 --- a/config.toml +++ b/config.toml @@ -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/"] ] \ No newline at end of file