Commit graph

89 commits

Author SHA1 Message Date
b94d4fb97a
fix online manpage links 2025-01-12 17:37:18 +01:00
590d50cfb5
limit related pages to /posts (do not include other pages like /spam) 2025-01-11 09:09:25 +01:00
20dd57d1d3
only enable cloudflare and plausible tracking via "https://oe7drt.com" 2025-01-05 10:04:01 +01:00
c5226f28df
adds onion-service meta tag 2025-01-05 07:42:09 +01:00
1cd0107b64
update humans.txt 2024-12-31 18:23:03 +01:00
928798c724
updates humans.txt 2024-12-31 13:49:43 +01:00
7f205c23bd
adds audio shortcode 2024-12-27 06:55:41 +01:00
d74ab2861f
update about (remove JS, use SVG instead)
also removed some files (JS), added the link mail icon
2024-12-26 23:24:53 +01:00
01706732f2
update about page (email obfuscation)
introducing two new javascript files that use browser JS interaction to
reveal the data

moved everything into /assets (from /static) so we also added defer,
devmode choise and integrity to the files, scrumbling their names with
sha256 checksums in extended header partial

also moved lightbox into extended header from _baseof layout
2024-12-26 19:00:04 +01:00
ce5bc9e7b1
remove dead link from footer to /recipes/ 2024-12-24 20:17:08 +01:00
0fb91eec97
let decide in frontmatter to show related posts 2024-12-21 21:08:50 +01:00
8d4b1bb7f0
adds related articles to single article view 2024-12-18 11:02:12 +01:00
3e5ea97fcc
update 404 error page 2024-12-18 09:37:45 +01:00
ebbeead574
update humans.txt: spacings, linebreaks 2024-12-17 21:39:19 +01:00
53e57869ca
adds shortcode: image-gallery
but it is broken, it expects images in a subdirectory from /static
2024-12-15 16:51:21 +01:00
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