summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--content/site/info.md18
-rw-r--r--layouts/shortcodes/site_stat.html4
2 files changed, 11 insertions, 11 deletions
diff --git a/content/site/info.md b/content/site/info.md
index 7c3e3aa..be7f761 100644
--- a/content/site/info.md
+++ b/content/site/info.md
@@ -39,25 +39,25 @@ Source code is open and available on my [VCS hub](https://vcs.sapka.me/michal-sa
## Site stats
-{{<site_stat "httpd-uniq-ips-responses.png" "Httpd unique IPs">}}
+{{<site_stat "httpd-stats/httpd-uniq-ips-responses.png" "Httpd unique IPs">}}
## Web server stats (for nerds)
Graphs generated using [rrdtool (1)](https://oss.oetiker.ch/rrdtool/)
-{{<site_stat "httpd-responses.png" "Httpd responses">}}
-{{<site_stat "httpd-html-responses.png" "Httpd responsess for HTML files">}}
-{{<site_stat "httpd-images-responses.png" "Httpd responses for image files">}}
-{{<site_stat "httpd-xml-responses.png" "Httpd ressponses for XML files">}}
+{{<site_stat "httpd-stats/httpd-responses.png" "Httpd responses">}}
+{{<site_stat "httpd-stats/httpd-html-responses.png" "Httpd responsess for HTML files">}}
+{{<site_stat "httpd-stats/httpd-images-responses.png" "Httpd responses for image files">}}
+{{<site_stat "httpd-stats/httpd-xml-responses.png" "Httpd ressponses for XML files">}}
## Firewall stats (also for nerds)
Firewall graphs generated using [pfstat (8)](https://www.benzedrine.ch/pfstat.html).
-{{<site_stat "pfstat.jpg" "Pf stats">}}
-{{<site_stat "pfstat-packets.jpg" "Pf packets stats">}}
-{{<site_stat "pfstat-states.jpg" "Pf states tats">}}
-{{<site_stat "pfstat-errors.jpg" "Pf error tats">}}
+{{<site_stat "pf-stats/pfstat.jpg" "Pf stats">}}
+{{<site_stat "pf-stats/pfstat-packets.jpg" "Pf packets stats">}}
+{{<site_stat "pf-stats/pfstat-states.jpg" "Pf states tats">}}
+{{<site_stat "pf-stats/pfstat-errors.jpg" "Pf error tats">}}
Thanks for being here!
diff --git a/layouts/shortcodes/site_stat.html b/layouts/shortcodes/site_stat.html
index 35f4f3f..da5e1cd 100644
--- a/layouts/shortcodes/site_stat.html
+++ b/layouts/shortcodes/site_stat.html
@@ -3,7 +3,7 @@
<figure>
<figcaption>{{$alt}}</figcaption>
- <a href="https://michal.sapka.me/site-stats/{{$graph}}" target="_blank">
- <img width="980" height="300" loading="lazy" alt="{{$alt}}" src="https://michal.sapka.me/site-stats/{{$graph}}">
+ <a href="https://michal.sapka.me/site/stats/{{$graph}}" target="_blank">
+ <img width="980" height="300" loading="lazy" alt="{{$alt}}" src="https://michal.sapka.me/site/stats/{{$graph}}">
</a>
</figure>