From 04388f145c8a5d1eb31daf7240eb3a256f37d7be Mon Sep 17 00:00:00 2001 From: Federico Angelilli Date: Tue, 17 Dec 2024 01:38:19 +0100 Subject: Add icons --- content/_index.md | 16 +++++++++++++++- content/license.md | 2 ++ deploy.sh | 7 ++----- hugo.toml | 2 +- themes/chilldark | 2 +- 5 files changed, 21 insertions(+), 8 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 index 887088e..bc7205b 160000 --- a/themes/chilldark +++ b/themes/chilldark @@ -1 +1 @@ -Subproject commit 887088ee378d9209622404001046d96b9afb16b9 +Subproject commit bc7205bb7eb9c1ce7d38834fdde5959c37ec0346 -- cgit v1.2.3