Compare commits

..

No commits in common. "9ce7da1608b1afabdd4e5fe067c5416c1dcc4823" and "dbb7e38908ba0a2103ddcad33456204e3c559cd6" have entirely different histories.

11 changed files with 22 additions and 3 deletions

View File

@ -52,8 +52,8 @@ js:
$(DISTDIR)/robots.txt:
@echo "User-Agent: *" > $@
@echo "Disallow: /" >> $@
# @echo "Sitemap: $(URI)/sitemap.xml" >> $@
@echo "Allow: *" >> $@
@echo "Sitemap: $(URI)/sitemap.xml" >> $@
$(DISTDIR)/sitemap.xml: $(HTMLFILES)
@echo '<?xml version="1.0" encoding="UTF-8"?><urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">' > $@

2
dist/404.html vendored
View File

@ -37,4 +37,6 @@
href="xertun.webp"><img src="/xertun.webp" width="200" height="200" /></a></p>
</article>
</body>
<script src="/main.js" type=""></script>
</html>

2
dist/418.html vendored
View File

@ -37,4 +37,6 @@
href="thing.webp"><img src="/thing.webp" width="200" height="200" /></a></p>
</article>
</body>
<script src="/main.js" type=""></script>
</html>

View File

@ -37,4 +37,6 @@
<p>me ^</p>
</article>
</body>
<script src="/main.js" type=""></script>
</html>

View File

@ -42,4 +42,6 @@
href="blogIndex.js"><script type="text/javascript" src="/blogIndex.js"></script></a></p>
</article>
</body>
<script src="/main.js" type=""></script>
</html>

2
dist/coolLinks.html vendored
View File

@ -38,4 +38,6 @@
Page</a></p>
</article>
</body>
<script src="/main.js" type=""></script>
</html>

2
dist/git/index.html vendored
View File

@ -37,4 +37,6 @@
<p>Until next time…</p>
</article>
</body>
<script src="/main.js" type=""></script>
</html>

2
dist/index.html vendored
View File

@ -38,4 +38,6 @@
href="/git">Git</a> <a href="/blog">Blog Posts</a></p>
</article>
</body>
<script src="/main.js" type=""></script>
</html>

3
dist/robots.txt vendored
View File

@ -1,2 +1,3 @@
User-Agent: *
Disallow: /
Allow: *
Sitemap: https://bear.oops.wtf/sitemap.xml

2
dist/snoop.html vendored
View File

@ -35,4 +35,6 @@
</article>
</body>
<script src="/main.js" type=""></script>
</html>

View File

@ -35,4 +35,6 @@
$body$
</article>
</body>
<script src="/main.js" type=""></script>
</html>