Archived
0
0
Fork 0

new images, new content, new theme almost finished

This commit is contained in:
Marek Krug 2025-02-27 00:21:42 +01:00
parent b62b53674f
commit ba414b0015
56 changed files with 288 additions and 120 deletions

View file

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8" ?>
<events>
{{ range .Pages }}
<event>
<title>{{ .Title }}</title>
<link>{{ .Permalink }}</link>
<date>{{ .Date.Format "2006-01-02" }}</date>
<description>{{ .Summary | plainify }}</description>
{{ with .Params.location }}<location>{{ . }}</location>{{ end }}
</event>
{{ end }}
</events>