File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ +++
2+ title = ' {{ replace .File.ContentBaseName "-" " " | title }}'
3+ date = {{ .Date }}
4+ draft = true
5+ +++
Original file line number Diff line number Diff line change 1+ baseURL = ' https://example.org/'
2+ languageCode = ' en-us'
3+ title = ' My New Hugo Site'
Original file line number Diff line number Diff line change 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 -- gohugo.io</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 >
Original file line number Diff line number Diff line change 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 -- gohugo.io</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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >Tags on My New Hugo Site</title >
5+ <link >http://localhost:1313/tags/</link >
6+ <description >Recent content in Tags on My New Hugo Site</description >
7+ <generator >Hugo -- gohugo.io</generator >
8+ <language >en-us</language >
9+ <atom : link href =" http://localhost:1313/tags/index.xml" rel =" self" type =" application/rss+xml" />
10+ </channel >
11+ </rss >
You can’t perform that action at this time.
0 commit comments