chore(hugo-theme): moved to docsy. Started from https://github.com/google/docsy-example and ported all ipceicis content to there. removed all docsy example stuff

This commit is contained in:
Stephan Lo 2024-08-05 11:56:38 +02:00
parent abf57c635b
commit 694eea4095
43 changed files with 19952 additions and 68 deletions

7
layouts/404.html Normal file
View file

@ -0,0 +1,7 @@
{{ define "main" -}}
<div class="td-content">
<h1>Not found</h1>
<p>Oops! This page doesn't exist. Try going back to the <a href="{{ "" | relURL }}">home page</a>.</p>
<p>You can learn how to make a 404 page like this in <a href="https://gohugo.io/templates/404/">Custom 404 Pages</a>.</p>
</div>
{{- end }}