From 6aa828f1b016560ce13dd87fb1472ce35751e114 Mon Sep 17 00:00:00 2001 From: Zoe Roux Date: Fri, 10 May 2024 11:19:00 +0200 Subject: [PATCH] Add bio --- config/_default/languages.en.toml | 1 + config/_default/params.toml | 5 ++++- content/_index.md | 5 +++++ go.mod | 2 +- go.sum | 4 ++-- 5 files changed, 13 insertions(+), 4 deletions(-) create mode 100644 content/_index.md diff --git a/config/_default/languages.en.toml b/config/_default/languages.en.toml index 233422f..55a6cae 100644 --- a/config/_default/languages.en.toml +++ b/config/_default/languages.en.toml @@ -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/" }, diff --git a/config/_default/params.toml b/config/_default/params.toml index 12b6f11..0429477 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -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 diff --git a/content/_index.md b/content/_index.md new file mode 100644 index 0000000..275e362 --- /dev/null +++ b/content/_index.md @@ -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! + + diff --git a/go.mod b/go.mod index c31ea26..5d0e7f6 100644 --- a/go.mod +++ b/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 diff --git a/go.sum b/go.sum index c8823e3..c5a7146 100644 --- a/go.sum +++ b/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=