859600ae93
adds fediverse:creator tag
2024-12-07 10:50:57 +01:00
83dbd2fc20
adds another partial from original theme (specify media for stylesheet)
...
adds media="screen,print" to the <link element that includes
the stylesheet in layouts/partials/head.html
2024-11-23 08:46:47 +01:00
d5e2d0c376
adds hugo and go version back into humans.txt
2024-09-28 23:12:25 +02:00
dfae5b04fc
fix some frontmatter errors (lastmod; remove .Site.LastChange)
...
In 6932cbd
I forgot to also remove `.Site.Lastchange` from
`layouts/sitemap.xml`
which resulted in:
~~~
ERROR deprecated: .Site.LastChange was deprecated in Hugo v0.123.0 and
will be removed in Hugo 0.136.0. Use .Site.Lastmod instead.
~~~
2024-09-28 23:00:46 +02:00
25165be234
update 404 page
...
to also reflect the recent changes in equipment pages
2024-09-28 18:11:06 +02:00
6932cbd026
Site.LastChange.Format → Site.Lastmod | time.Format
...
LastChange beeing deprecated since hugo 0.123 (humans.txt)
2024-07-30 17:15:08 +02:00
6d6975ef59
update humans.txt
2024-07-07 17:59:10 +02:00
1838e0b4ae
adds cloudflare tracking script
2024-07-07 17:59:02 +02:00
9ecd05f363
update shortcode video
2024-05-27 22:43:41 +02:00
0f0d930506
update humans.txt
2024-05-24 21:03:36 +02:00
323cf4e856
update footer (OS)
2024-05-19 22:53:05 +02:00
77994d5ebb
adds shortcode for manual pages links
2024-04-28 11:14:49 +02:00
ddb27f8b46
udpates tootpick.html to the latest git version
2024-04-21 09:25:49 +02:00
690c8e2eb9
update humans.txt (move from obsd 7.4 → 7.5)
2024-04-06 11:58:29 +02:00
b097722233
update 404 page
2024-04-06 07:40:08 +02:00
8050e9d4d5
adds lightbox to layouts/_default/baseof.html
...
maybe we can minify the js and css files...
2024-03-31 10:03:17 +02:00
c8a5f686f9
update footer (feed links)
2024-02-08 20:33:53 +01:00
00823931ca
update 404 page
2024-02-08 20:33:09 +01:00
7a5b3724d1
update humans.txt
2024-02-08 20:33:00 +01:00
bf878d9151
adds shortcode comment
2024-01-29 13:03:58 +01:00
5e4ad4f270
update video shortcode
2023-12-31 13:18:00 +01:00
c6fa6b7cd6
update video shortcodes
2023-12-31 12:14:00 +01:00
c1faa46da2
removed old text from humans.txt
2023-12-26 19:42:31 +01:00
35e68bc34e
adds layouts/partials/home/profile.html
...
without the local file the .Site.Params.Author.name and .image
wont get picked up and I end up with a nearly empty start page
2023-11-29 11:12:22 +01:00
400d826fef
adds video
shortcode to publish videos from video.infosec.exchange instance
2023-11-28 15:22:50 +01:00
5a3fba86ed
plausible update (replace hardcode with hugo module)
2023-11-27 23:05:23 +01:00
d74485bdd6
update stat script (plausible, proxied)
...
to proxy script, added following to my apache vhost config:
ProxyRequests off
ProxyPreserveHost off
SSLProxyEngine on
<Location /js/script.js>
ProxyPass https://plausible.io/js/script.js
ProxyPassReverse https://plausible.io/js/script.js
</Location>
<Location /api/event>
ProxyPass https://plausible.io/api/event
ProxyPassReverse https://plausible.io/api/event
</Location>
2023-11-27 16:25:16 +01:00
f0512c13f0
try plausible statistics
2023-11-27 15:48:36 +01:00
74255d26e6
update humans txt
2023-11-19 14:49:05 +01:00
e077a6d083
update atom feed output
...
this should fix the warning i get usually
(WARN found no layout file for "atom" for kind "section": You
should create a template file which matches Hugo Layouts Lookup
Rules for this combination.)
2023-11-19 14:48:57 +01:00
e0971815db
fixing tootpick output in config.toml
2023-11-19 12:47:12 +01:00
42cc66febc
move tootpick.html to layouts to make use of --minify
...
in static files only get copied, from layouts they get also minified by hugo
2023-11-19 12:40:57 +01:00
f7de8dfdb1
adds extend-head.html partial (empty file for now)
2023-11-18 11:54:27 +01:00
42b6b80072
bring back the custom footer message
2023-11-15 22:25:12 +01:00
3f9c70917a
re-organize notes section
...
- remove footer link
- add menu link on top
- create listing index page in /notes
- create subpages (cooking, openbsd)
- remove password auth (static/notes/.htaccess)
2023-11-14 11:22:31 +01:00
09a9488bbf
update 404 page
2023-11-06 20:03:47 +01:00
6152606552
Revert "adds 401 error msg"
...
This reverts commit d635cb270f
.
2023-11-04 09:23:48 +01:00
d635cb270f
adds 401 error msg
2023-11-04 09:15:32 +01:00
630492a143
adds new menu item in footer / notes
2023-11-04 09:00:18 +01:00
94a723b127
update humans.txt server info
...
(upgrade to OpenBSD 7.4)
2023-10-22 12:45:25 +02:00
1843eb2bf2
update humans.txt
2023-09-23 21:11:00 +02:00
e37c484d85
update robots.txt
2023-08-18 06:03:22 +02:00
ad43b61b56
add feed to spam “category”
2023-07-29 18:13:19 +02:00
02b7cdb054
add updated date to json feed
2023-07-23 18:15:17 +02:00
0fa263333d
update extended footer (removes i18n dir) and makes it hardcoded in english
...
→ but that would have been the way to make this available in more languages I guess…
2023-06-18 07:03:01 +02:00
164b38b222
add extended footer text (only english so far)
2023-06-18 06:50:42 +02:00
5664417e66
fix output formats (HTML,Atom,RSS,JSON,etc.)
2023-06-17 22:29:20 +02:00
3469a62e33
update robots.txt
2023-05-30 00:07:57 +02:00
697f59fc6e
update date format in humans.txt
2023-05-14 21:39:12 +02:00
05507ffed0
update humans.txt
2023-05-14 21:26:54 +02:00