First commit with hugo example page initialized following the quickstart guide

This commit is contained in:
2024-09-16 22:03:43 +02:00
commit 5c1b8cff5a
23 changed files with 930 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
<!DOCTYPE html>
<html lang="de-de">
<head>
<title>https://example.org/posts/</title>
<link rel="canonical" href="https://example.org/posts/">
<meta name="robots" content="noindex">
<meta charset="utf-8">
<meta http-equiv="refresh" content="0; url=https://example.org/posts/">
</head>
</html>