-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
55 lines (45 loc) · 1.36 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
51
52
53
54
55
baseURL = "https://nikobonomi.dev"
languageCode = "en-us"
title = "Niko Bonomi"
ignoreErrors = ["error-remote-getjson"]
theme = ["hugo-theme-shell"]
[Params]
description = "Niko Bonomi's portfolio"
[Params.Terminal]
scheme = "Molokai"
# 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 = "guest"
pcName = "laptop"
workDir = "home/niko"
profile = "profile.txt"
ps1Delay = 0 # prompt speed : [userName]@[pcName]:~/$ , [userName]@[pcName]:~/[workDir]$
stdoutDelay = 0 # stdout speed : [description] , files in Params.Tree
commandDelay = 50 # command speed : cd [workDir] , cat [profile] , tree ./[folderName]/
titleDelay = 0 # title speed : "title" in front matter
contentDelay = 0 # content speed : content in .md file
description = "/profile.md"
[Params.Tree]
use = true
folderName = "portfolio"
files = [
["About", "/about.md"],
["Projects", "/projects.md"],
["Experience", "/experience.md"],
["Education", "/education.md"],
["Research", "/research.md"],
["Contacts", "/contacts.md"]
]
[module]
[module.hugoVersion]
extended = true
min = "0.85.0"