diff options
author | Gabriel Arakaki Giovanini <mail@gabrielgio.me> | 2024-04-25 22:34:48 +0200 |
---|---|---|
committer | Gabriel Arakaki Giovanini <mail@gabrielgio.me> | 2024-04-25 22:35:54 +0200 |
commit | 6eb1360f4a8362fd32db156b60281c99aae2c7c1 (patch) | |
tree | 9e42309f6a3868c6624b04614656b69a36f0e6f3 | |
parent | 61d3d2541cf6b81ecb046b267a00cceaebc85b6f (diff) | |
download | gabrielgio.me-master.tar.gz gabrielgio.me-master.tar.bz2 gabrielgio.me-master.zip |
-rw-r--r-- | .build.yml | 24 | ||||
-rw-r--r-- | content/projects/_index.md | 2 | ||||
-rw-r--r-- | themes/flamingo/layouts/partials/footer.html | 2 | ||||
-rw-r--r-- | themes/flamingo/layouts/partials/post-description.html | 6 |
4 files changed, 2 insertions, 32 deletions
diff --git a/.build.yml b/.build.yml deleted file mode 100644 index fbf6226..0000000 --- a/.build.yml +++ /dev/null @@ -1,24 +0,0 @@ -image: alpine/latest -packages: - - rsync - - hugo - - openring - -sources: - - https://git.sr.ht/~gabrielgio/gabrielgio.me - -secrets: - - 008c4f67-b864-47f8-9790-cd32f2ae8516 - - d8a9e8ed-cdb0-4e0e-9238-361acbe8611f - -environment: - deploy: builds@gabrielgio.me - -tasks: - - build: | - cd gabrielgio.me - make - - deploy: | - cd gabrielgio.me - sshopts="ssh -o StrictHostKeyChecking=no" - rsync --rsh="$sshopts" -rP public/* $deploy:/var/www/gabrielgio.me/ diff --git a/content/projects/_index.md b/content/projects/_index.md index 86167a4..842fc3b 100644 --- a/content/projects/_index.md +++ b/content/projects/_index.md @@ -67,4 +67,4 @@ Just a list of some projects I have done and find useful on my day-to-day life. [^4]: https://github.com/mikf/gallery-dl [^5]: https://github.com/luffah/nextcloud-API [^6]: https://www.jovemnerd.com.br/nerdcast/ -[^7]: https://git.sr.ht/~gabrielgio/genpass/commit/2db3d88503fbe219e99c464c4cc8e768613e1359 +[^7]: https://git.gabrielgio.me/genpass/commit/?id=2db3d88503fbe219e99c464c4cc8e768613e1359 diff --git a/themes/flamingo/layouts/partials/footer.html b/themes/flamingo/layouts/partials/footer.html index ff492fa..5115798 100644 --- a/themes/flamingo/layouts/partials/footer.html +++ b/themes/flamingo/layouts/partials/footer.html @@ -3,7 +3,7 @@ <nav> <ul> <li><a href="/privacy/">privacy</a></li> - <li><a href="https://git.sr.ht/~gabrielgio/">sr.ht</a></li> + <li><a href="https://git.gabrielgio.me">git</a></li> <li><a rel="me" href="https://fosstodon.org/@gabrielgio">mastodon</a></li> <li><a href="/index.xml">rss</a></li> </ul> diff --git a/themes/flamingo/layouts/partials/post-description.html b/themes/flamingo/layouts/partials/post-description.html index d45f8a6..84ddf83 100644 --- a/themes/flamingo/layouts/partials/post-description.html +++ b/themes/flamingo/layouts/partials/post-description.html @@ -9,12 +9,6 @@ href="mailto:mail@gabrielgio.me" > mail - </a> or to my public mail list at - <a - class="brand-icon" - target="_blank" - href="mailto:~gabarielgio/public@lists.sr.ht"> - ~gabarielgio/public </a> . </p> |