mirror of
https://github.com/zoriya/blog.git
synced 2025-12-06 06:26:10 +00:00
Add bio
This commit is contained in:
@@ -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/" },
|
||||
|
||||
@@ -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
5
content/_index.md
Normal 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
2
go.mod
@@ -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
4
go.sum
@@ -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=
|
||||
|
||||
Reference in New Issue
Block a user