Skip to content

Commit a392fe4

Browse files
streamcode9claude
andauthored
Add site improvements: favicon, 404 page, RSS feed, and fix broken links (#36)
- Fix empty href attributes in sushi.html source citations - Add SVG favicon to all pages for browser tab branding - Create custom 404 error page with helpful navigation links - Generate Atom feed (feed.xml) for blog posts with auto-discovery - Add feed generation script (generate_feed.py) for future updates All 31 HTML pages updated with favicon and feed links in <head>. Co-authored-by: Claude <noreply@anthropic.com>
1 parent 672daf7 commit a392fe4

35 files changed

Lines changed: 498 additions & 14 deletions

2024/01/01/games.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
<link rel="canonical" href="https://streamcode9.github.io/2024/01/01/games.html" />
1313
<title>Games · Streamcode9</title>
1414
<link rel="stylesheet" href="/assets/site.css" />
15+
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
16+
<link rel="alternate" type="application/atom+xml" title="Streamcode9 Blog Feed" href="/feed.xml" />
1517
</head>
1618
<body>
1719
<header class="site-header">

2024/01/02/science.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
<link rel="canonical" href="https://streamcode9.github.io/2024/01/02/science.html" />
1313
<title>Science · Streamcode9</title>
1414
<link rel="stylesheet" href="/assets/site.css" />
15+
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
16+
<link rel="alternate" type="application/atom+xml" title="Streamcode9 Blog Feed" href="/feed.xml" />
1517
</head>
1618
<body>
1719
<header class="site-header">

2024/01/03/countries.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
<link rel="canonical" href="https://streamcode9.github.io/2024/01/03/countries.html" />
1313
<title>Countries · Streamcode9</title>
1414
<link rel="stylesheet" href="/assets/site.css" />
15+
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
16+
<link rel="alternate" type="application/atom+xml" title="Streamcode9 Blog Feed" href="/feed.xml" />
1517
</head>
1618
<body>
1719
<header class="site-header">

2024/01/04/philosophy.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
<link rel="canonical" href="https://streamcode9.github.io/2024/01/04/philosophy.html" />
1313
<title>Philosophy · Streamcode9</title>
1414
<link rel="stylesheet" href="/assets/site.css" />
15+
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
16+
<link rel="alternate" type="application/atom+xml" title="Streamcode9 Blog Feed" href="/feed.xml" />
1517
</head>
1618
<body>
1719
<header class="site-header">

2024/01/05/cinema.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
<link rel="canonical" href="https://streamcode9.github.io/2024/01/05/cinema.html" />
1313
<title>Cinema · Streamcode9</title>
1414
<link rel="stylesheet" href="/assets/site.css" />
15+
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
16+
<link rel="alternate" type="application/atom+xml" title="Streamcode9 Blog Feed" href="/feed.xml" />
1517
</head>
1618
<body>
1719
<header class="site-header">

2024/01/06/Karl-Marx.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
<link rel="canonical" href="https://streamcode9.github.io/2024/01/06/Karl-Marx.html" />
1313
<title>Karl Marx · Streamcode9</title>
1414
<link rel="stylesheet" href="/assets/site.css" />
15+
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
16+
<link rel="alternate" type="application/atom+xml" title="Streamcode9 Blog Feed" href="/feed.xml" />
1517
</head>
1618
<body>
1719
<header class="site-header">

2024/01/07/Ivan-Pavlov.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
<link rel="canonical" href="https://streamcode9.github.io/2024/01/07/Ivan-Pavlov.html" />
1313
<title>Ivan Pavlov · Streamcode9</title>
1414
<link rel="stylesheet" href="/assets/site.css" />
15+
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
16+
<link rel="alternate" type="application/atom+xml" title="Streamcode9 Blog Feed" href="/feed.xml" />
1517
</head>
1618
<body>
1719
<header class="site-header">

2024/01/08/epub-fb2.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
<link rel="canonical" href="https://streamcode9.github.io/2024/01/08/epub-fb2.html" />
1313
<title>Epub Fb2 · Streamcode9</title>
1414
<link rel="stylesheet" href="/assets/site.css" />
15+
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
16+
<link rel="alternate" type="application/atom+xml" title="Streamcode9 Blog Feed" href="/feed.xml" />
1517
</head>
1618
<body>
1719
<header class="site-header">

2024/01/09/taiji-double-weight.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
<link rel="canonical" href="https://streamcode9.github.io/2024/01/09/taiji-double-weight.html" />
1313
<title>Taiji Double Weight · Streamcode9</title>
1414
<link rel="stylesheet" href="/assets/site.css" />
15+
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
16+
<link rel="alternate" type="application/atom+xml" title="Streamcode9 Blog Feed" href="/feed.xml" />
1517
</head>
1618
<body>
1719
<header class="site-header">

2024/06/30/literature.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
<link rel="canonical" href="https://streamcode9.github.io/2024/06/30/literature.html" />
1313
<title>Literature · Streamcode9</title>
1414
<link rel="stylesheet" href="/assets/site.css" />
15+
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
16+
<link rel="alternate" type="application/atom+xml" title="Streamcode9 Blog Feed" href="/feed.xml" />
1517
</head>
1618
<body>
1719
<header class="site-header">

0 commit comments

Comments
 (0)