Skip to content

Commit

Permalink
Build version 1.0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
stamat committed Oct 12, 2023
1 parent 13a1eb5 commit 2e3e8b5
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion changelog/blog-functionality.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ <h1>Blog Functionality</h1>

<script>document.write('<script src="http://'
+ (location.host || 'localhost').split(':')[0]
+ ':35729/livereload.js?snipver=1"></'
+ ':35730/livereload.js?snipver=1"></'
+ 'script>')</script>


Expand Down
6 changes: 3 additions & 3 deletions changelog/feed.rss
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<description>Straightforward, no-bullshit bundler for the web.</description>
<link>https://stamat.github.io/poops</link>
<atom:link href="https://stamat.github.io/poops/changelog/feed.rss" rel="self" type="application/rss+xml" />
<lastBuildDate>Fri, 22 Sep 2023 17:30:13 +0200</lastBuildDate>
<lastBuildDate>Thu, 12 Oct 2023 18:19:14 +0200</lastBuildDate>

<pubDate>Thu, 21 Sep 2023 15:42:00 +0200</pubDate>
<pubDate>Thu, 12 Oct 2023 16:10:00 +0200</pubDate>
<ttl>1800</ttl>


Expand All @@ -16,7 +16,7 @@
<guid isPermaLink="true">https://stamat.github.io/poops/changelog/blog-functionality.html</guid>
<link>https://stamat.github.io/poops/changelog/blog-functionality.html</link>
<description>Hey folks, this is my second blog post.</description>
<pubDate>Thu, 21 Sep 2023 15:42:00 +0200</pubDate>
<pubDate>Thu, 12 Oct 2023 16:10:00 +0200</pubDate>
</item>

<item>
Expand Down
2 changes: 1 addition & 1 deletion changelog/front-matter.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ <h1>Added Front Matter support!</h1>

<script>document.write('<script src="http://'
+ (location.host || 'localhost').split(':')[0]
+ ':35729/livereload.js?snipver=1"></'
+ ':35730/livereload.js?snipver=1"></'
+ 'script>')</script>


Expand Down
4 changes: 2 additions & 2 deletions changelog/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ <h1>Changelog</h1>

<div class="post">
<h2><a href="../changelog/blog-functionality.html">Blog Functionality</a></h2>
<div class="date">Sep 21, 2023</div>
<div class="date">Oct 12, 2023</div>
Hey folks, this is my second blog post.
</div>

Expand All @@ -64,7 +64,7 @@ <h2><a href="../changelog/front-matter.html">Added Front Matter support!</a></h2

<script>document.write('<script src="http://'
+ (location.host || 'localhost').split(':')[0]
+ ':35729/livereload.js?snipver=1"></'
+ ':35730/livereload.js?snipver=1"></'
+ 'script>')</script>


Expand Down
2 changes: 1 addition & 1 deletion changelog/markdown-support.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

<script>document.write('<script src="http://'
+ (location.host || 'localhost').split(':')[0]
+ ':35729/livereload.js?snipver=1"></'
+ ':35730/livereload.js?snipver=1"></'
+ 'script>')</script>


Expand Down
2 changes: 1 addition & 1 deletion example/dist/css/styles.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion example/dist/css/styles.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion example/dist/js/scripts.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion example/dist/js/scripts.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

<div class="mt-32 container text-center">
<h1 class="text-primary m-0"><span id="poop"><img src="poop.png" alt="💩" width="160" height="160" class="d-block"></span><br>POOPS</h1>
<a href="https://www.npmjs.com/package/poops"><img src="https://img.shields.io/npm/v/poops" alt="npm v1.0.17"></a>
<a href="https://www.npmjs.com/package/poops"><img src="https://img.shields.io/npm/v/poops" alt="npm v1.0.18"></a>
<p class="p2">Straightforward, no-bullshit bundler for the web.</p>
<p class="p2"><strong>Now supports Front Matter!</strong></p>

Expand Down Expand Up @@ -93,7 +93,7 @@ <h2 class="h4 mb-8 mt-16 text-primary">Markup</h2>

<script>document.write('<script src="http://'
+ (location.host || 'localhost').split(':')[0]
+ ':35729/livereload.js?snipver=1"></'
+ ':35730/livereload.js?snipver=1"></'
+ 'script>')</script>


Expand Down

0 comments on commit 2e3e8b5

Please sign in to comment.