diff options
| -rw-r--r-- | content/_index.md | 16 | ||||
| -rw-r--r-- | content/license.md | 2 | ||||
| -rwxr-xr-x | deploy.sh | 7 | ||||
| -rw-r--r-- | hugo.toml | 2 | ||||
| m--------- | themes/chilldark | 0 |
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). @@ -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} @@ -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 |
