mirror of
https://github.com/TrudeEH/web.git
synced 2025-12-06 08:23:37 +00:00
Basic website structure and settings
This commit is contained in:
@@ -1,11 +1,17 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
|
||||
<channel>
|
||||
<title>Categories on ExampleSite</title>
|
||||
<title>Categories on TrudeWeb</title>
|
||||
<link>http://localhost:1313/categories/</link>
|
||||
<description>Recent content in Categories on ExampleSite</description>
|
||||
<generator>Hugo</generator>
|
||||
<description>Recent content in Categories on TrudeWeb</description>
|
||||
<image>
|
||||
<title>TrudeWeb</title>
|
||||
<url>http://localhost:1313/logo.svg</url>
|
||||
<link>http://localhost:1313/logo.svg</link>
|
||||
</image>
|
||||
<generator>Hugo -- 0.126.1</generator>
|
||||
<language>en</language>
|
||||
<copyright>Open-source - MIT License</copyright>
|
||||
<atom:link href="http://localhost:1313/categories/index.xml" rel="self" type="application/rss+xml" />
|
||||
</channel>
|
||||
</rss>
|
||||
|
||||
Reference in New Issue
Block a user