mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-16 03:32:51 +02:00
feat: add RSS feed generation and content management features
This commit is contained in:
parent
4d989e0a7d
commit
5d3a3b0321
6 changed files with 189 additions and 49 deletions
|
@ -1,20 +1,10 @@
|
|||
---
|
||||
import Header from '@/components/Header.astro'
|
||||
---
|
||||
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width" />
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||
<meta name="generator" content={Astro.generator} />
|
||||
<title>Astro Basics</title>
|
||||
|
||||
<link
|
||||
rel="alternate"
|
||||
type="application/rss+xml"
|
||||
title={themeConfig.site.title}
|
||||
href={new URL('rss.xml', themeConfig.site.url)}
|
||||
/>
|
||||
|
||||
</head>
|
||||
<Header />
|
||||
<body>
|
||||
<slot />
|
||||
</body>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue