Cyberpink theme

This commit is contained in:
Nox Sluijtman 2024-02-10 20:53:59 +01:00
parent 807ffac8a0
commit 53560c95d3
15 changed files with 955 additions and 0 deletions

View file

@ -0,0 +1,6 @@
<link rel='stylesheet' type='text/css' href='{{ .Site.BaseURL }}style.css' />
<link rel='alternate' type='application/rss+xml' title='{{ .Site.Title }} RSS' href='/index.xml'>
<meta name='viewport' content='width=device-width, initial-scale=1' />
<meta charset='UTF-8' />
<meta name='description' content='{{ with .Params.description }}{{ . }}{{ else }}{{ .Summary }}{{ end }}'>
{{ if $.Site.Params.pwa }}<link rel="manifest" href="{{ .Site.BaseURL }}manifest.json" />{{ end }}