From 77d3748cf96898e788e5120af8597252edee7065 Mon Sep 17 00:00:00 2001 From: Aadi Desai <21363892+supleed2@users.noreply.github.com> Date: Sat, 15 Jan 2022 19:12:24 +0000 Subject: [PATCH] Add and configure Shell theme --- .gitmodules | 3 +++ config.yml | 35 ++++++++++++++++++++++++++++++++--- themes/Shell | 1 + 3 files changed, 36 insertions(+), 3 deletions(-) create mode 100644 .gitmodules create mode 160000 themes/Shell diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..58e8652 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "themes/Shell"] + path = themes/Shell + url = https://github.com/Yukuro/hugo-theme-shell.git diff --git a/config.yml b/config.yml index 3caa934..00749fc 100644 --- a/config.yml +++ b/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/ languageCode: en-gb title: Aadi Desai -theme: unknown +theme: Shell enableEmoji: true -params: \ No newline at end of file +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/" diff --git a/themes/Shell b/themes/Shell new file mode 160000 index 0000000..b1cdf99 --- /dev/null +++ b/themes/Shell @@ -0,0 +1 @@ +Subproject commit b1cdf9925d680c6be064ba0a583e0ad84bed46f0