-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
50 lines (40 loc) · 1.42 KB
/
config.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
baseURL = 'https://www.lizwigg.com/'
languageCode = 'en-us'
title = 'Liz Wigglesworth'
theme = 'hugo-theme-shell'
[Params]
# Note: This is for the meta description, which is different from the "description" displayed in the terminal.
description = "Liz Wigglesworth"
[Params.Terminal]
# Note: gogh theme: https://mayccoll.github.io/Gogh/
scheme = "Nord"
userName = "liz"
pcName = "laptop"
workDir = "website"
profile = "profile.txt"
# 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 = 40 # command speed : cd [workDir] , cat [profile] , tree ./[folderName]/
# Note: speed at which text is displayed on the activity pages
# Note: if set to 0, typing animation will be disabled
titleDelay = 0 # title speed : "title" in front matter
contentDelay = 0 # content speed : content in .md file
description = """
Hey there! I'm Liz and I like to write code.
I'm currently working towards my B.S. in Computer
Science and reading a lot about technology
and cybersecurity.
"""
[Params.Tree]
use = true
folderName = "pages"
files = [
["About", "about.md"],
]
[Params.Navbar]
use = false