aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Wang2024-12-10 17:32:20 -0500
committerAnthony Wang2024-12-10 17:32:20 -0500
commitaa33a171d16be6564534bdc1bf65a1a1784d7cd2 (patch)
tree79d199729226167541a0a21e460f9ea684e472ea
parent5ea9689a9f070f7d86e4fb17776eb65fc6c0715a (diff)
Switch homepage icon to Git (no cgit icon 😢)
-rw-r--r--config.toml2
-rw-r--r--static/svg/icons/forgejo.svg1
-rw-r--r--static/svg/icons/git.svg1
3 files changed, 2 insertions, 2 deletions
diff --git a/config.toml b/config.toml
index 7aa2e8c..eba9060 100644
--- a/config.toml
+++ b/config.toml
@@ -43,7 +43,7 @@ theme = 'gokarna'
customHeadHTML = '<meta name="fediverse:creator" content="@xy@mastodon.mit.edu">'
socialIcons = [
{name = 'email', url = '/about/email', rel = 'me'},
- {name = 'forgejo', url = 'https://git.unnamed.website/a', rel = 'me'},
+ {name = 'cgit', url = 'https://git.unnamed.website', rel = 'me'},
{name = 'codeberg', url = 'https://codeberg.org/xy', rel = 'me'},
{name = 'mastodon', url = 'https://mastodon.mit.edu/@xy', rel = 'me'},
{name = 'matrix', url = 'https://matrix.to/#/#@xy:matrix.mit.edu', rel = 'me'},
diff --git a/static/svg/icons/forgejo.svg b/static/svg/icons/forgejo.svg
deleted file mode 100644
index 5c6119a..0000000
--- a/static/svg/icons/forgejo.svg
+++ /dev/null
@@ -1 +0,0 @@
-<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Forgejo</title><path d="M16.7773 0c1.6018 0 2.9004 1.2986 2.9004 2.9005s-1.2986 2.9004-2.9004 2.9004c-1.0854 0-2.0315-.596-2.5288-1.4787H12.91c-2.3322 0-4.2272 1.8718-4.2649 4.195l-.0007 2.1175a7.0759 7.0759 0 0 1 4.148-1.4205l.1176-.001 1.3385.0002c.4973-.8827 1.4434-1.4788 2.5288-1.4788 1.6018 0 2.9004 1.2986 2.9004 2.9005s-1.2986 2.9004-2.9004 2.9004c-1.0854 0-2.0315-.596-2.5288-1.4787H12.91c-2.3322 0-4.2272 1.8718-4.2649 4.195l-.0007 2.319c.8827.4973 1.4788 1.4434 1.4788 2.5287 0 1.602-1.2986 2.9005-2.9005 2.9005-1.6018 0-2.9004-1.2986-2.9004-2.9005 0-1.0853.596-2.0314 1.4788-2.5287l-.0002-9.9831c0-3.887 3.1195-7.0453 6.9915-7.108l.1176-.001h1.3385C14.7458.5962 15.692 0 16.7773 0ZM7.2227 19.9052c-.6596 0-1.1943.5347-1.1943 1.1943s.5347 1.1943 1.1943 1.1943 1.1944-.5347 1.1944-1.1943-.5348-1.1943-1.1944-1.1943Zm9.5546-10.4644c-.6596 0-1.1944.5347-1.1944 1.1943s.5348 1.1943 1.1944 1.1943c.6596 0 1.1943-.5347 1.1943-1.1943s-.5347-1.1943-1.1943-1.1943Zm0-7.7346c-.6596 0-1.1944.5347-1.1944 1.1943s.5348 1.1943 1.1944 1.1943c.6596 0 1.1943-.5347 1.1943-1.1943s-.5347-1.1943-1.1943-1.1943Z"/></svg> \ No newline at end of file
diff --git a/static/svg/icons/git.svg b/static/svg/icons/git.svg
new file mode 100644
index 0000000..13af359
--- /dev/null
+++ b/static/svg/icons/git.svg
@@ -0,0 +1 @@
+<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Git</title><path d="M23.546 10.93L13.067.452c-.604-.603-1.582-.603-2.188 0L8.708 2.627l2.76 2.76c.645-.215 1.379-.07 1.889.441.516.515.658 1.258.438 1.9l2.658 2.66c.645-.223 1.387-.078 1.9.435.721.72.721 1.884 0 2.604-.719.719-1.881.719-2.6 0-.539-.541-.674-1.337-.404-1.996L12.86 8.955v6.525c.176.086.342.203.488.348.713.721.713 1.883 0 2.6-.719.721-1.889.721-2.609 0-.719-.719-.719-1.879 0-2.598.182-.18.387-.316.605-.406V8.835c-.217-.091-.424-.222-.6-.401-.545-.545-.676-1.342-.396-2.009L7.636 3.7.45 10.881c-.6.605-.6 1.584 0 2.189l10.48 10.477c.604.604 1.582.604 2.186 0l10.43-10.43c.605-.603.605-1.582 0-2.187"/></svg> \ No newline at end of file