mirror of
https://github.com/supleed2/supleed2-old-landing-page.git
synced 2024-12-22 06:05:48 +00:00
Add and configure Shell theme
This commit is contained in:
parent
4b018fc938
commit
77d3748cf9
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
[submodule "themes/Shell"]
|
||||||
|
path = themes/Shell
|
||||||
|
url = https://github.com/Yukuro/hugo-theme-shell.git
|
35
config.yml
35
config.yml
|
@ -1,7 +1,36 @@
|
||||||
# command: hugo server -D --bind=0.0.0.0 --baseURL=http://192.168.0.12:1313
|
# command: hugo server -D --bind=0.0.0.0 --baseURL=http://192.168.0.12:1313
|
||||||
baseURL: https://8bitsqu.id/
|
baseURL: https://8bitsqu.id/
|
||||||
languageCode: en-gb
|
languageCode: en-gb
|
||||||
title: Aadi Desai
|
title: Aadi Desai
|
||||||
theme: unknown
|
theme: Shell
|
||||||
enableEmoji: true
|
enableEmoji: true
|
||||||
params:
|
params: # Customise Guide: https://github.com/Yukuro/hugo-theme-shell/blob/master/docs/customize_terminal/customize_terminal.md
|
||||||
|
description: "Aadi Desai's Portfolio"
|
||||||
|
Terminal:
|
||||||
|
scheme: "MonokaiDark" # Themes: https://mayccoll.github.io/Gogh/
|
||||||
|
userName: "Aadi"
|
||||||
|
pcName: "Spectre"
|
||||||
|
workDir: "Documents"
|
||||||
|
profile: "profile.md"
|
||||||
|
ps1Delay: 0.5
|
||||||
|
stdoutDelay: 10
|
||||||
|
commandDelay: 50
|
||||||
|
titleDelay: 0.5
|
||||||
|
contentDelay: 0.5
|
||||||
|
description: |
|
||||||
|
Hi there
|
||||||
|
I'm Aadi
|
||||||
|
Welcome to my site
|
||||||
|
You'll find social links and my blog below
|
||||||
|
Tree:
|
||||||
|
use: true
|
||||||
|
folderName: "links"
|
||||||
|
files:
|
||||||
|
- - LinkedIn
|
||||||
|
- "https://www.linkedin.com/in/aadidesai/"
|
||||||
|
- - GitHub
|
||||||
|
- "https://github.com/supleed2/"
|
||||||
|
- - Keybase
|
||||||
|
- "https://keybase.io/aadidesai"
|
||||||
|
- - Projects Blog
|
||||||
|
- "https://projects.8bitsqu.id/"
|
||||||
|
|
1
themes/Shell
Submodule
1
themes/Shell
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit b1cdf9925d680c6be064ba0a583e0ad84bed46f0
|
Loading…
Reference in a new issue