feat: add terminal theme and begin config

main
CrimsonTome 2023-02-16 22:53:07 +00:00 committed by Rowan Clark
parent 2212d49644
commit cd8ab71c9d
No known key found for this signature in database
GPG Key ID: F620D51904044094
4 changed files with 14 additions and 0 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@ _site/
node_modules/
package-lock.json
debug.log
public/

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "src/blog/themes/terminimal"]
path = src/blog/themes/terminimal
url = https://github.com/pawroman/zola-theme-terminimal.git

View File

@ -1,6 +1,9 @@
# The URL the site will be built for
base_url = "https://crimsontome.com"
# Use terminal theme
theme = "terminimal"
# Whether to automatically compile all Sass files in the sass directory
compile_sass = true
@ -14,3 +17,9 @@ highlight_code = true
[extra]
# Put all your custom variables here
# switch accent colour from blue to pink - looks more like purple
accent_color = "pink"
# switch logo text from the default
logo_text = "CrimsonTome's Blog"

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