Skip to content

Commit c5ad31a

Browse files
name metadata was conflicting with Claude api
1 parent a5da973 commit c5ad31a

24 files changed

+525
-48
lines changed

.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "docs/quickstart/themes/ananke"]
2+
path = docs/quickstart/themes/ananke
3+
url = https://github.com/theNewDynamic/gohugo-theme-ananke.git

docs/quickstart/archetypes/default.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
+++
2+
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
3+
date = {{ .Date }}
4+
draft = true
5+
+++

docs/quickstart/hugo.toml

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
baseURL = 'https://example.org/'
2+
languageCode = 'en-us'
3+
title = 'My New Hugo Site'
4+
theme = 'ananke'

docs/quickstart/public/404.html

+94
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,94 @@
1+
<!DOCTYPE html>
2+
<html lang="en-us">
3+
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
4+
<meta charset="utf-8">
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
6+
7+
<title>My New Hugo Site</title>
8+
<meta name="viewport" content="width=device-width,minimum-scale=1">
9+
<meta name="description" content="">
10+
<meta name="generator" content="Hugo 0.139.3">
11+
12+
13+
14+
<meta name="robots" content="noindex, nofollow">
15+
16+
17+
18+
19+
<link rel="stylesheet" href="/ananke/css/main.min.css" >
20+
21+
22+
23+
24+
25+
26+
27+
28+
29+
30+
31+
32+
33+
<link rel="canonical" href="http://localhost:1313/404.html">
34+
35+
36+
<meta property="og:url" content="http://localhost:1313/404.html">
37+
<meta property="og:site_name" content="My New Hugo Site">
38+
<meta property="og:title" content="404 Page not found">
39+
<meta property="og:locale" content="en_us">
40+
<meta property="og:type" content="website">
41+
42+
<meta itemprop="name" content="404 Page not found">
43+
<meta name="twitter:card" content="summary">
44+
<meta name="twitter:title" content="404 Page not found">
45+
46+
47+
</head><body class="ma0 avenir bg-near-white development">
48+
49+
50+
51+
<header>
52+
<div class="bg-black">
53+
<nav class="pv3 ph3 ph4-ns" role="navigation">
54+
<div class="flex-l justify-between items-center center">
55+
<a href="/" class="f3 fw2 hover-white no-underline white-90 dib">
56+
57+
My New Hugo Site
58+
59+
</a>
60+
<div class="flex-l items-center">
61+
62+
63+
64+
<div class="ananke-socials"></div>
65+
66+
</div>
67+
</div>
68+
</nav>
69+
70+
</div>
71+
</header>
72+
73+
74+
<main class="pb7" role="main">
75+
76+
<article class="center cf pv5 measure-wide-l">
77+
<h1>
78+
This is not the page you were looking for
79+
</h1>
80+
</article>
81+
82+
</main>
83+
<footer class="bg-black bottom-0 w-100 pa3" role="contentinfo">
84+
<div class="flex justify-between">
85+
<a class="f4 fw4 hover-white no-underline white-70 dn dib-ns pv2 ph3" href="http://localhost:1313/" >
86+
&copy; My New Hugo Site 2024
87+
</a>
88+
<div><div class="ananke-socials"></div>
89+
</div>
90+
</div>
91+
</footer>
92+
93+
</body>
94+
</html>

docs/quickstart/public/ananke/css/main.css.map

+13
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/quickstart/public/ananke/css/main.min.css

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/quickstart/public/ananke/css/main.min.d05fb5f317fcf33b3a52936399bdf6f47dc776516e1692e412ec7d76f4a5faa2.css

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,111 @@
1+
<!DOCTYPE html>
2+
<html lang="en-us">
3+
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
4+
<meta charset="utf-8">
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
6+
7+
<title>My New Hugo Site</title>
8+
<meta name="viewport" content="width=device-width,minimum-scale=1">
9+
<meta name="description" content="">
10+
<meta name="generator" content="Hugo 0.139.3">
11+
12+
13+
14+
<meta name="robots" content="noindex, nofollow">
15+
16+
17+
18+
19+
<link rel="stylesheet" href="/ananke/css/main.min.css" >
20+
21+
22+
23+
24+
25+
26+
27+
28+
29+
30+
31+
32+
<link href="/categories/index.xml" rel="alternate" type="application/rss+xml" title="My New Hugo Site" />
33+
<link href="/categories/index.xml" rel="feed" type="application/rss+xml" title="My New Hugo Site" />
34+
35+
36+
37+
38+
<link rel="canonical" href="http://localhost:1313/categories/">
39+
40+
41+
<meta property="og:url" content="http://localhost:1313/categories/">
42+
<meta property="og:site_name" content="My New Hugo Site">
43+
<meta property="og:title" content="Categories">
44+
<meta property="og:locale" content="en_us">
45+
<meta property="og:type" content="website">
46+
47+
<meta itemprop="name" content="Categories">
48+
<meta name="twitter:card" content="summary">
49+
<meta name="twitter:title" content="Categories">
50+
51+
52+
</head><body class="ma0 avenir bg-near-white development">
53+
54+
55+
56+
<header>
57+
<div class="pb3-m pb6-l bg-black">
58+
<nav class="pv3 ph3 ph4-ns" role="navigation">
59+
<div class="flex-l justify-between items-center center">
60+
<a href="/" class="f3 fw2 hover-white no-underline white-90 dib">
61+
62+
My New Hugo Site
63+
64+
</a>
65+
<div class="flex-l items-center">
66+
67+
68+
69+
<div class="ananke-socials"></div>
70+
71+
</div>
72+
</div>
73+
</nav>
74+
75+
<div class="tc-l pv3 ph3 ph4-ns">
76+
<h1 class="f2 f-subheadline-l fw2 light-silver mb0 lh-title">
77+
Categories
78+
</h1>
79+
80+
</div>
81+
</div>
82+
</header>
83+
84+
85+
<main class="pb7" role="main">
86+
87+
88+
<article class="cf pa3 pa4-m pa4-l">
89+
<div class="measure-wide-l center f4 lh-copy nested-copy-line-height nested-links mid-gray">
90+
91+
</div>
92+
</article>
93+
<div class="mw8 center">
94+
<section class="ph4">
95+
96+
</section>
97+
</div>
98+
99+
</main>
100+
<footer class="bg-black bottom-0 w-100 pa3" role="contentinfo">
101+
<div class="flex justify-between">
102+
<a class="f4 fw4 hover-white no-underline white-70 dn dib-ns pv2 ph3" href="http://localhost:1313/" >
103+
&copy; My New Hugo Site 2024
104+
</a>
105+
<div><div class="ananke-socials"></div>
106+
</div>
107+
</div>
108+
</footer>
109+
110+
</body>
111+
</html>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
2+
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
3+
<channel>
4+
<title>Categories on My New Hugo Site</title>
5+
<link>http://localhost:1313/categories/</link>
6+
<description>Recent content in Categories on My New Hugo Site</description>
7+
<generator>Hugo</generator>
8+
<language>en-us</language>
9+
<atom:link href="http://localhost:1313/categories/index.xml" rel="self" type="application/rss+xml" />
10+
</channel>
11+
</rss>
Loading

docs/quickstart/public/index.html

+116
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,116 @@
1+
<!DOCTYPE html>
2+
<html lang="en-us">
3+
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
4+
<meta charset="utf-8">
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
6+
7+
<title>My New Hugo Site</title>
8+
<meta name="viewport" content="width=device-width,minimum-scale=1">
9+
<meta name="description" content="">
10+
<meta name="generator" content="Hugo 0.139.3">
11+
12+
13+
14+
<meta name="robots" content="noindex, nofollow">
15+
16+
17+
18+
19+
<link rel="stylesheet" href="/ananke/css/main.min.css" >
20+
21+
22+
23+
24+
25+
26+
27+
28+
29+
30+
31+
32+
<link href="/index.xml" rel="alternate" type="application/rss+xml" title="My New Hugo Site" />
33+
<link href="/index.xml" rel="feed" type="application/rss+xml" title="My New Hugo Site" />
34+
35+
36+
37+
38+
<link rel="canonical" href="http://localhost:1313/">
39+
40+
41+
<meta property="og:url" content="http://localhost:1313/">
42+
<meta property="og:site_name" content="My New Hugo Site">
43+
<meta property="og:title" content="My New Hugo Site">
44+
<meta property="og:locale" content="en_us">
45+
<meta property="og:type" content="website">
46+
47+
<meta itemprop="name" content="My New Hugo Site">
48+
<meta name="twitter:card" content="summary">
49+
<meta name="twitter:title" content="My New Hugo Site">
50+
51+
52+
</head><body class="ma0 avenir bg-near-white development">
53+
54+
55+
56+
<header>
57+
<div class="pb3-m pb6-l bg-black">
58+
<nav class="pv3 ph3 ph4-ns" role="navigation">
59+
<div class="flex-l justify-between items-center center">
60+
<a href="/" class="f3 fw2 hover-white no-underline white-90 dib">
61+
62+
My New Hugo Site
63+
64+
</a>
65+
<div class="flex-l items-center">
66+
67+
68+
69+
<div class="ananke-socials"></div>
70+
71+
</div>
72+
</div>
73+
</nav>
74+
75+
<div class="tc-l pv3 ph3 ph4-ns">
76+
<h1 class="f2 f-subheadline-l fw2 light-silver mb0 lh-title">
77+
My New Hugo Site
78+
</h1>
79+
80+
</div>
81+
</div>
82+
</header>
83+
84+
85+
<main class="pb7" role="main">
86+
87+
<article class="cf ph3 ph5-l pv3 pv4-l f4 tc-l center measure-wide lh-copy mid-gray">
88+
89+
</article>
90+
91+
92+
93+
94+
95+
96+
97+
98+
99+
100+
101+
102+
103+
104+
</main>
105+
<footer class="bg-black bottom-0 w-100 pa3" role="contentinfo">
106+
<div class="flex justify-between">
107+
<a class="f4 fw4 hover-white no-underline white-70 dn dib-ns pv2 ph3" href="http://localhost:1313/" >
108+
&copy; My New Hugo Site 2024
109+
</a>
110+
<div><div class="ananke-socials"></div>
111+
</div>
112+
</div>
113+
</footer>
114+
115+
</body>
116+
</html>

docs/quickstart/public/index.xml

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
2+
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
3+
<channel>
4+
<title>My New Hugo Site</title>
5+
<link>http://localhost:1313/</link>
6+
<description>Recent content on My New Hugo Site</description>
7+
<generator>Hugo</generator>
8+
<language>en-us</language>
9+
<atom:link href="http://localhost:1313/index.xml" rel="self" type="application/rss+xml" />
10+
</channel>
11+
</rss>

docs/quickstart/public/sitemap.xml

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
2+
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
3+
xmlns:xhtml="http://www.w3.org/1999/xhtml">
4+
<url>
5+
<loc>http://localhost:1313/categories/</loc>
6+
</url><url>
7+
<loc>http://localhost:1313/</loc>
8+
</url><url>
9+
<loc>http://localhost:1313/tags/</loc>
10+
</url>
11+
</urlset>

0 commit comments

Comments
 (0)