Initial HUGO setup

This commit is contained in:
2024-05-29 21:24:26 +01:00
parent 15e5f22574
commit 511d42ab6b
20 changed files with 1369 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
<!DOCTYPE html>
<html lang="en-us">
<head>
<title>http://localhost:1313/test/</title>
<link rel="canonical" href="http://localhost:1313/test/">
<meta name="robots" content="noindex">
<meta charset="utf-8">
<meta http-equiv="refresh" content="0; url=http://localhost:1313/test/">
</head>
</html>