diff options
author | Alan Pearce | 2023-04-12 17:50:32 +0200 |
---|---|---|
committer | Alan Pearce | 2023-04-12 17:51:38 +0200 |
commit | 2c6892fd7f532f93b96266bab476c26e0abdcbc5 (patch) | |
tree | d19958476a2c6eeb830e70814326196a8c705935 | |
parent | 5a106c133f22f056cda94f995e9c4af86870791d (diff) | |
download | website-2c6892fd7f532f93b96266bab476c26e0abdcbc5.tar.lz website-2c6892fd7f532f93b96266bab476c26e0abdcbc5.tar.zst website-2c6892fd7f532f93b96266bab476c26e0abdcbc5.zip |
Use flakes and `nix develop`
-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" |