mirror of
https://github.com/davegallant/davegallant.github.io.git
synced 2025-10-06 17:36:01 +00:00
Compare commits
1 Commits
2af87ddd3a
...
c3079e59f6
Author | SHA1 | Date | |
---|---|---|---|
|
c3079e59f6 |
@@ -1,13 +1,10 @@
|
|||||||
baseURL: /
|
baseURL: /
|
||||||
|
googleAnalytics: G-V8WJDERTX9
|
||||||
copyright: Dave Gallant
|
copyright: Dave Gallant
|
||||||
title: davegallant.ca
|
title: davegallant.ca
|
||||||
enableGitInfo: true
|
enableGitInfo: true
|
||||||
enableRobotsTXT: true
|
enableRobotsTXT: true
|
||||||
|
|
||||||
services:
|
|
||||||
googleAnalytics:
|
|
||||||
ID: G-V8WJDERTX9
|
|
||||||
|
|
||||||
build:
|
build:
|
||||||
noJSConfigInAssets: true
|
noJSConfigInAssets: true
|
||||||
writeStats: true
|
writeStats: true
|
||||||
|
@@ -15,7 +15,7 @@ If you would like to connect with me:
|
|||||||
- [Mastodon](https://mastodon.social/@davegallant)
|
- [Mastodon](https://mastodon.social/@davegallant)
|
||||||
- [GitHub](https://github.com/davegallant)
|
- [GitHub](https://github.com/davegallant)
|
||||||
- [RSS Feed](https://davegallant.ca/index.xml)
|
- [RSS Feed](https://davegallant.ca/index.xml)
|
||||||
- [gitea.snake-cloud.ts.net](https://gitea.snake-cloud.ts.net/explore/repos)
|
- [git.davegallant.ca](https://git.davegallant.ca/explore/repos)
|
||||||
|
|
||||||
## Credits
|
## Credits
|
||||||
|
|
||||||
|
@@ -185,5 +185,3 @@ One enhancement that I would like to see is the ability to send notifications on
|
|||||||
Gitea Actions are fast and the resource footprint is minimal. My gitea instance is currently using around 250mb of memory and a small fraction of a single cpu core (and the runner is using a similar amount of resources). This is impressive since many alternatives tend to require substantially more resources. It likely helps that the codebase is largely written in go.
|
Gitea Actions are fast and the resource footprint is minimal. My gitea instance is currently using around 250mb of memory and a small fraction of a single cpu core (and the runner is using a similar amount of resources). This is impressive since many alternatives tend to require substantially more resources. It likely helps that the codebase is largely written in go.
|
||||||
|
|
||||||
By combining gitea with the networking marvel that is tailscale, running workflows becomes simple and fun. Whether you are working on a team or working alone, this setup ensures that your workflows are securely accessible from anywhere with an internet connection.
|
By combining gitea with the networking marvel that is tailscale, running workflows becomes simple and fun. Whether you are working on a team or working alone, this setup ensures that your workflows are securely accessible from anywhere with an internet connection.
|
||||||
|
|
||||||
Check out my gitea instance exposed via Funnel [here](https://gitea.snake-cloud.ts.net).
|
|
||||||
|
@@ -5,5 +5,3 @@
|
|||||||
data-cf-beacon='{"token": "b96799f53f9940dca6f660e6052ba009"}'
|
data-cf-beacon='{"token": "b96799f53f9940dca6f660e6052ba009"}'
|
||||||
></script>
|
></script>
|
||||||
<!-- End Cloudflare Web Analytics -->
|
<!-- End Cloudflare Web Analytics -->
|
||||||
|
|
||||||
{{ template "_internal/google_analytics.html" . }}
|
|
||||||
|
Reference in New Issue
Block a user