Add and configure Shell theme

This commit is contained in:
Aadi Desai 2022-01-15 19:12:24 +00:00
parent 4b018fc938
commit 77d3748cf9
No known key found for this signature in database
GPG key ID: CFFFE425830EF4D9
3 changed files with 36 additions and 3 deletions

3
.gitmodules vendored Normal file
View file

@ -0,0 +1,3 @@
[submodule "themes/Shell"]
path = themes/Shell
url = https://github.com/Yukuro/hugo-theme-shell.git

View file

@ -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

@ -0,0 +1 @@
Subproject commit b1cdf9925d680c6be064ba0a583e0ad84bed46f0