Skip to content

Commit

Permalink
deploy: bb65642
Browse files Browse the repository at this point in the history
  • Loading branch information
sphars committed Feb 28, 2024
1 parent d7b0425 commit 872269e
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
18 changes: 9 additions & 9 deletions feed.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@
<feed xmlns="http://www.w3.org/2005/Atom">
<title>Eleventy Skeleton</title>
<subtitle>Adventures in static site generation.</subtitle>
<link href="https://eleventy-skeleton.netlify.app/feed.xml" rel="self"/>
<link href="https://eleventy-skeleton.netlify.app/"/>
<link href="https://sphars.github.io/eleventy-skeleton/feed.xml" rel="self"/>
<link href="https://sphars.github.io/eleventy-skeleton"/>
<updated>2020-06-08T00:00:00Z</updated>
<id>https://eleventy-skeleton.netlify.app/</id>
<id>https://sphars.github.io/eleventy-skeleton</id>
<author>
<name>Spencer Harston</name>
<email>spencer314@gmail.com</email>
<email></email>
</author>

<entry>
<title>Example Post</title>
<link href="https://eleventy-skeleton.netlify.app/posts/example-post/"/>
<link href="https://sphars.github.io/posts/example-post/"/>
<updated>2020-06-08T00:00:00Z</updated>
<id>https://eleventy-skeleton.netlify.app/posts/example-post/</id>
<id>https://sphars.github.io/posts/example-post/</id>
<content type="html">&lt;p&gt;This is an example post, written in Markdown.&lt;/p&gt;
&lt;p&gt;You can create your posts&#39; content using plain text combined with Markdown syntax.&lt;/p&gt;
&lt;p&gt;The following is a non-exhaustive example of the basic markup codes and how they render in HTML. See this &lt;a href=&quot;https://www.markdownguide.org/cheat-sheet/&quot;&gt;Markdown cheatsheet&lt;/a&gt; for more examples and other syntax.&lt;/p&gt;
Expand Down Expand Up @@ -45,11 +45,11 @@ Unordered list

This is some inline `&amp;lt;code&amp;gt;`

\```
&#92;```
&amp;lt;p&amp;gt;
This is a code block (remove the leading \ )
This is a code block (remove the leading &#92; )
&amp;lt;/p&amp;gt;
\```
&#92;```

### Images
![An image of a dog](https://placedog.net/300 &amp;quot;A glorious dog&amp;quot;)
Expand Down
4 changes: 2 additions & 2 deletions posts/example-post/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@
<h1>Example Post</h1>
<div class="post-meta">
<div class="post-meta-dates">
Published: <time datetime="2020-06-08T00:00:00.000Z">June 8, 2020</time>
Published: <time datetime="2020-06-08T00:00:00.000+00:00" title="2020-06-08T00:00:00.000+00:00">June 8, 2020</time>

<br>Updated: <time datetime="2020-06-14T00:00:00.000Z">June 14, 2020</time>
<br>Updated: <time datetime="2020-06-14T00:00:00.000+00:00" title="2020-06-14T00:00:00.000+00:00">June 14, 2020</time>

</div>
<div class="post-meta-tags">
Expand Down
2 changes: 1 addition & 1 deletion posts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ <h1>Posts</h1>
<i><a href="/posts/example-post/">Read more...</a></i>
</p>
<div class="post-list-item-meta">
<time datetime="2020-06-08T00:00:00.000Z">June 8, 2020</time>
<time datetime="2020-06-08T00:00:00.000+00:00" title="2020-06-08T00:00:00.000+00:00">June 8, 2020</time>


<a href="/tags/tutorial/" class="post-meta-tags-tag">tutorial</a>
Expand Down
4 changes: 2 additions & 2 deletions tags/tutorial/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="An Eleventy starter site template focused on simplicity and ease of use.">
<meta name="author" content="Spencer Harston"/>
<title>Posts tagged &#39;tutorial&#39; | Eleventy Skeleton</title>
<title>Posts tagged &#39;{{ tag }}&#39; | Eleventy Skeleton</title>

<link rel="apple-touch-icon" sizes="180x180" href="/assets/img/logos/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/assets/img/logos/favicon-32x32.png">
Expand Down Expand Up @@ -55,7 +55,7 @@ <h1>Posts tagged 'tutorial'</h1>
<i><a href="/posts/example-post/">Read more...</a></i>
</p>
<div class="post-list-item-meta">
<time datetime="2020-06-08T00:00:00.000Z">June 8, 2020</time>
<time datetime="2020-06-08T00:00:00.000+00:00" title="2020-06-08T00:00:00.000+00:00">June 8, 2020</time>


<a href="/tags/tutorial/" class="post-meta-tags-tag">tutorial</a>
Expand Down

0 comments on commit 872269e

Please sign in to comment.