Skip to content

feed.xml has incorrect value for siteurl #220

@sdwheeler

Description

@sdwheeler

Here is a snippet of the contents https://www.docslikecode.com/feed.xml. The site URL is http://127.0.0.1:4000/ when it should be https://www.docslikecode.com/.

<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
<title type="text">Let's Treat Docs Like Code</title>
<generator uri="https://github.com/jekyll/jekyll">Jekyll</generator>
<link rel="self" type="application/atom+xml" href="http://127.0.0.1:4000/feed.xml"/>
<link rel="alternate" type="text/html" href="http://127.0.0.1:4000"/>
<updated>2023-03-07T06:30:03+00:00</updated>
<id>http://127.0.0.1:4000/</id>
<author>
<name/>
<uri>http://127.0.0.1:4000/</uri>
</author>
<entry>
<title type="html">
<![CDATA[ Adopting Docs-as-Code: From Hackathon to Production ]]>
</title>
<link rel="alternate" type="text/html" href="http://127.0.0.1:4000/articles/sysdig-adopting-docs-as-code/"/>
<id>http://127.0.0.1:4000/articles/sysdig-adopting-docs-as-code</id>
<published>2022-07-11T00:00:00+00:00</published>
<updated>2022-07-11T00:00:00+00:00</updated>
<author>
<name>Radhika Puthiyetath</name>
<uri>http://127.0.0.1:4000</uri>
</author>

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions