This commit is contained in:
2024-05-10 11:19:00 +02:00
parent 5a5c399447
commit 6aa828f1b0
5 changed files with 13 additions and 4 deletions

View File

@@ -4,6 +4,7 @@ title = "Zoe's blog"
name = "Zoe Roux"
image = "img/author.png"
headline = "I'm not a dev, I'm a sorceress."
bio = "I work on [Kyoo](https://github.com/zoriya/kyoo) or other nerdy projects at night."
links = [
{ github = "https://github.com/zoriya" },
{ linkedin = "https://www.linkedin.com/in/zoe-roux/" },

View File

@@ -1,10 +1,13 @@
colorScheme = "sapphire"
# enableSearch = true
enableCodeCopy = true
robots = "all"
footer.showAppearanceSwitcher = true
homepage.layout = "profile"
homepage.showRecent = false
homepage.showRecent = true
article.showTableOfContents = true
article.showEdit = true
article.editURL = "https://github.com/zoriya/blog/tree/master/content/"
list.showSummary = false

5
content/_index.md Normal file
View File

@@ -0,0 +1,5 @@
---
---
I work on [Kyoo](https://github.com/zoriya/kyoo) or other nerdy projects at night. I love weird tools ([keyboard](https://github.com/zoriya/abyss) that I designed myself, [vim](./blogs/vim-superpowers/), tiling window manager like [dwl](https://codeberg.org/dwl/dwl) or [gaze](https://github.com/zoriya/gaze)). Feel free to reach out if you want to talk!
<!-- vim: set wrap : -->

2
go.mod
View File

@@ -2,4 +2,4 @@ module github.com/zoriya/blog
go 1.21.7
require github.com/jpanther/congo/v2 v2.8.1 // indirect
require github.com/jpanther/congo/v2 v2.8.2 // indirect

4
go.sum
View File

@@ -1,2 +1,2 @@
github.com/jpanther/congo/v2 v2.8.1 h1:S8GuQXM/91DJdmmyjOTfHa4LUg08iNsKASSyX2RgeJU=
github.com/jpanther/congo/v2 v2.8.1/go.mod h1:1S7DRoO1ZYS4YUdFd1LjTkdyjQwsjFWd8TqSfz3Jd+M=
github.com/jpanther/congo/v2 v2.8.2 h1:UNg7225ZqLSt9zu0xBOh5iM9TXnuNG1Ta9eSsioHTEE=
github.com/jpanther/congo/v2 v2.8.2/go.mod h1:1S7DRoO1ZYS4YUdFd1LjTkdyjQwsjFWd8TqSfz3Jd+M=