diff options
| author | Paul Buetow <paul@buetow.org> | 2023-04-30 13:36:18 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2023-04-30 13:36:18 +0300 |
| commit | 6a6b32212bcf0d0fc0c7d6ffcbe97ad13aa1bb09 (patch) | |
| tree | f70c822d3f72cde9d99955f0e3d8c31f836dfa14 | |
| parent | 4089c42fe572ebb3755b57e52f96c4a13f95437e (diff) | |
Update content for gemtext
| -rw-r--r-- | index.gmi | 2 | ||||
| -rw-r--r-- | uptime-stats.gmi | 6 | ||||
| -rw-r--r-- | uptime-stats.gmi.tpl | 4 |
3 files changed, 10 insertions, 2 deletions
@@ -1,6 +1,6 @@ # foo.zone -> This site was generated at 2023-04-30T13:30:33+03:00 by `Gemtexter` +> This site was generated at 2023-04-30T13:36:01+03:00 by `Gemtexter` ``` |\---/| diff --git a/uptime-stats.gmi b/uptime-stats.gmi index 954726c1..0b195fdb 100644 --- a/uptime-stats.gmi +++ b/uptime-stats.gmi @@ -1,6 +1,6 @@ # My machine uptime stats -> This site was last updated at 2023-04-30T13:30:33+03:00 +> This site was last updated at 2023-04-30T13:36:01+03:00 The following stats were collected via `uptimed` on all of my personal computers over many years and the output was generated by `guprecords`, the global uptime records stats analyser of mine. @@ -9,6 +9,10 @@ The following stats were collected via `uptimed` on all of my personal computers => https://github.com/rpodgorny/uptimed => https://codeberg.org/snonux/guprecords +Also check out my blog post: + +=> ./gemfeed/2023-05-01-unveiling-guprecords:-uptime-records-with-raku.gmi Unveiling `guprecords`: Uptime records with Raku + ## Top 20 Boots's by Host Boots is the total number of host boots over the entire lifespan. diff --git a/uptime-stats.gmi.tpl b/uptime-stats.gmi.tpl index 89a6ada9..13a6898c 100644 --- a/uptime-stats.gmi.tpl +++ b/uptime-stats.gmi.tpl @@ -9,6 +9,10 @@ The following stats were collected via `uptimed` on all of my personal computers => https://github.com/rpodgorny/uptimed => https://codeberg.org/snonux/guprecords +Also check out my blog post: + +=> ./gemfeed/2023-05-01-unveiling-guprecords:-uptime-records-with-raku.gmi Unveiling `guprecords`: Uptime records with Raku + <<< if [ -f ~/git/uprecords/uprecords.gmi ]; then cat ~/git/uprecords/uprecords.gmi |
