Skip to content
This repository was archived by the owner on Sep 1, 2024. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ in [config.toml](config/_default/config.toml)
files = [
["C/C++", "https://www.example.com/"],
["Python", "https://www.example.com/"],
["Go", "https://golang.org/"],
["Go", "https://go.dev/"],
["Hugo", "/post/some-activity.md"],
["Docker", "/post/some-activity.md"],
]
Expand Down
6 changes: 3 additions & 3 deletions config/_default/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ ignoreErrors = ["error-remote-getjson"]
# 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: 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
Expand All @@ -45,7 +45,7 @@ ignoreErrors = ["error-remote-getjson"]
# 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: 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
Expand All @@ -69,7 +69,7 @@ ignoreErrors = ["error-remote-getjson"]
files = [
["C/C++", "https://www.example.com/"],
["Python", "https://www.example.com/"],
["Go", "https://golang.org/"],
["Go", "https://go.dev/"],
["Hugo", "/post/some-activity.md"],
["Docker", "/post/some-activity.md"],
]
Expand Down
2 changes: 1 addition & 1 deletion docs/customize_terminal/customize_terminal.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ From here, we will edit the copied file, but the task will vary depending on wha
- go to chapter 2-B

## 2-A Change only the order of the commands
Here we want to add `[userName]@[pcName]:~/[workDir]$ cat [profile]` between the last line of the teminal and the line before it.
Here we want to add `[userName]@[pcName]:~/[workDir]$ cat [profile]` between the last line of the terminal and the line before it.

In `typeIndex.html`\
The collection of `span` tags at the beginning is the root of the order of the commands.\
Expand Down