~gabrielgio/gabrielgio.me

6eb1360f4a8362fd32db156b60281c99aae2c7c1 — Gabriel Arakaki Giovanini 4 months ago 61d3d25 master
ref: Update links
D .build.yml => .build.yml +0 -24
@@ 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/

M content/projects/_index.md => content/projects/_index.md +1 -1
@@ 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

M themes/flamingo/layouts/partials/footer.html => themes/flamingo/layouts/partials/footer.html +1 -1
@@ 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>

M themes/flamingo/layouts/partials/post-description.html => themes/flamingo/layouts/partials/post-description.html +0 -6
@@ 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>