diff options
author | Alan Pearce | 2023-04-12 17:50:32 +0200 |
---|---|---|
committer | Alan Pearce | 2023-04-12 17:51:38 +0200 |
commit | 666ffe8543fc6ef86be384c7f652d80c41935996 (patch) | |
tree | 3c5e0dcef0849cbe41ef82dfdb027303fbd5c0fb /config.toml | |
parent | d369605691337a2313a495ffc8db204653177f64 (diff) | |
download | website-666ffe8543fc6ef86be384c7f652d80c41935996.tar.lz website-666ffe8543fc6ef86be384c7f652d80c41935996.tar.zst website-666ffe8543fc6ef86be384c7f652d80c41935996.zip |
Use flakes and `nix develop`
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config.toml b/config.toml index 9f2179b..e0a4d8a 100644 --- a/config.toml +++ b/config.toml @@ -41,11 +41,11 @@ author_image = "/img/me-thumb.jpg" url = "mailto:alan@alanpearce.eu" weight = 1 [[extra.menu.contact]] - name = "GitLab" - url = "https://gitlab.com/alanpearce" -[[extra.menu.contact]] name = "Codeberg" url = "https://codeberg.org/alanpearce" [[extra.menu.contact]] + name = "GitLab" + url = "https://gitlab.com/alanpearce" +[[extra.menu.contact]] name = "GitHub" url = "https://github.com/alanpearce" |