summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFederico Angelilli <code@fedang.net>2024-12-17 01:38:19 +0100
committerFederico Angelilli <code@fedang.net>2024-12-17 01:38:19 +0100
commit04388f145c8a5d1eb31daf7240eb3a256f37d7be (patch)
treea48296a63d8d07b69d08ea5cc24cea02cbe13396
parent02dfc147b9ebc690a9b54ab187a33ac3d6cda5af (diff)
Add icons
-rw-r--r--content/_index.md16
-rw-r--r--content/license.md2
-rwxr-xr-xdeploy.sh7
-rw-r--r--hugo.toml2
m---------themes/chilldark0
5 files changed, 20 insertions, 7 deletions
diff --git a/content/_index.md b/content/_index.md
index 4eeba39..9b90304 100644
--- a/content/_index.md
+++ b/content/_index.md
@@ -1,5 +1,5 @@
+++
-subtitle = "Federico Angelilli {{< secondary >}} {{< dash >}} main@fedang.net {{< /secondary >}}"
+subtitle = "Federico Angelilli {{< secondary >}} {{< dash >}} main at fedang.net {{< /secondary >}}"
+++
## Welcome
@@ -13,3 +13,17 @@ int main() {
return 0;
}
```
+
+## You can find me on
+
+{{< icon github small >}} [github](https://github.com/fedang)
+
+{{< icon gitlab small >}} [gitlab](https://gitlab.com/fedang)
+
+{{< icon twitch small >}} [twitch](https://www.twitch.tv/fed_ang)
+
+{{< icon youtube small >}} [youtube](https://www.youtube.com/@fedang)
+
+{{< icon reddit-alien small >}} [reddit](https://www.reddit.com/user/fed_ang)
+
+{{< icon bluesky small >}} [bluesky](https://bsky.app/profile/fedang.net)
diff --git a/content/license.md b/content/license.md
index c8101f1..864cb37 100644
--- a/content/license.md
+++ b/content/license.md
@@ -11,3 +11,5 @@ All of the code present on this website, unless otherwise specified, is licensed
[BSD-3-Clause License](https://opensource.org/license/bsd-3-clause).
All registered trademarks mentioned on this website belong to their rightful owners.
+
+The source code of the website is public and can be found [here](https://github.com/fedang/fedang.net).
diff --git a/deploy.sh b/deploy.sh
index ea4fcfc..23ae8fa 100755
--- a/deploy.sh
+++ b/deploy.sh
@@ -1,9 +1,6 @@
#!/bin/sh
-USER=chad
-HOST=fedang.net
+SERVER=polaris
DIR=/var/www/html
-hugo && rsync -avz --delete public/ --exclude=/.well-known ${USER}@${HOST}:${DIR}
-# this will delete everything on the server that's not in the local public folder
-
+hugo && rsync -avz --delete public/ --exclude=/.well-known $SERVER:${DIR}
diff --git a/hugo.toml b/hugo.toml
index 04bbf4c..d7bf1e4 100644
--- a/hugo.toml
+++ b/hugo.toml
@@ -15,7 +15,7 @@ enableGitInfo = true
[params]
title_crumbs = false
- bottom_text = "[BY-NC-SA 4.0]({{% ref license %}}) [{{< icon creative-commons medium >}}](https://creativecommons.org/licenses/by-nc-sa/4.0/)"
+ bottom_text = "[BY-NC-SA 4.0]({{% ref license %}}) [{{< icon creative-commons small >}}](https://creativecommons.org/licenses/by-nc-sa/4.0/)"
custom_css = ["css/syntax.css"]
[security]
diff --git a/themes/chilldark b/themes/chilldark
-Subproject 887088ee378d9209622404001046d96b9afb16b
+Subproject bc7205bb7eb9c1ce7d38834fdde5959c37ec034