Skip to content

Commit f0e6c38

Browse files
ritensekiclaude
andcommitted
content: add section index pages with Radiohead lyrics
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 2f42d66 commit f0e6c38

13 files changed

Lines changed: 121 additions & 10 deletions

File tree

content/_index.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
title: "Home"
3+
---
4+
5+
this is the blog website of ritenseki.
6+
7+
usually co-working with Claude.

content/essays/_index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: "Essays"
3+
---
4+
5+
*"Words are a sawed-off shotgun."* — Jigsaw Falling Into Place

content/essays/test.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

content/gallery/_index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: "Gallery"
3+
---
4+
5+
*"Such a pretty house, and such a pretty garden."* — No Surprises

content/projects/_index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: "Projects"
3+
---
4+
5+
*"It wears her out."* — Fake Plastic Trees

docs/gallery/index.html

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
<!DOCTYPE html>
2+
<html lang="zh-cn">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>Gallery · Works of ritenseki</title>
7+
<meta name="description" content="Projects, essays and photos from ritenseki.">
8+
<link rel="stylesheet" href="/css/main.css">
9+
</head>
10+
<body>
11+
<header>
12+
<nav>
13+
<a href="/" class="site-title">Works of ritenseki</a>
14+
<div class="nav-links">
15+
16+
<a href="/projects/">Projects</a>
17+
18+
<a href="/essays/">Essays</a>
19+
20+
<a href="/gallery/">Gallery</a>
21+
22+
</div>
23+
</nav>
24+
</header>
25+
<main>
26+
27+
<h1>Gallery</h1>
28+
<ul class="post-list" style="margin-top: 1.5rem;">
29+
30+
</ul>
31+
32+
</main>
33+
</body>
34+
</html>

docs/gallery/index.xml

Lines changed: 11 additions & 0 deletions
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>Gallery on Works of ritenseki</title>
5+
<link>https://ritenseki.github.io/gallery/</link>
6+
<description>Recent content in Gallery on Works of ritenseki</description>
7+
<generator>Hugo</generator>
8+
<language>zh-cn</language>
9+
<atom:link href="https://ritenseki.github.io/gallery/index.xml" rel="self" type="application/rss+xml" />
10+
</channel>
11+
</rss>

docs/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
<p>this is the blog website of ritenseki.</p>
2929
<p>usually co-working with Claude.</p>
3030

31+
3132
</main>
3233
</body>
3334
</html>

docs/index.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
22
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
33
<channel>
4-
<title>Works of ritenseki</title>
4+
<title>Home on Works of ritenseki</title>
55
<link>https://ritenseki.github.io/</link>
6-
<description>Recent content on Works of ritenseki</description>
6+
<description>Recent content in Home on Works of ritenseki</description>
77
<generator>Hugo</generator>
88
<language>zh-cn</language>
99
<atom:link href="https://ritenseki.github.io/index.xml" rel="self" type="application/rss+xml" />

docs/projects/index.html

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
<!DOCTYPE html>
2+
<html lang="zh-cn">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>Projects · Works of ritenseki</title>
7+
<meta name="description" content="Projects, essays and photos from ritenseki.">
8+
<link rel="stylesheet" href="/css/main.css">
9+
</head>
10+
<body>
11+
<header>
12+
<nav>
13+
<a href="/" class="site-title">Works of ritenseki</a>
14+
<div class="nav-links">
15+
16+
<a href="/projects/">Projects</a>
17+
18+
<a href="/essays/">Essays</a>
19+
20+
<a href="/gallery/">Gallery</a>
21+
22+
</div>
23+
</nav>
24+
</header>
25+
<main>
26+
27+
<h1>Projects</h1>
28+
<ul class="post-list" style="margin-top: 1.5rem;">
29+
30+
</ul>
31+
32+
</main>
33+
</body>
34+
</html>

0 commit comments

Comments
 (0)