Compare commits

..

2 Commits

Author SHA1 Message Date
bearfm 9ce7da1608
i forgor 2024-03-11 20:29:26 -07:00
bearfm 86bfa74bb4
gahhh 2024-03-11 20:19:50 -07:00
11 changed files with 3 additions and 22 deletions

View File

@ -52,8 +52,8 @@ js:
$(DISTDIR)/robots.txt:
@echo "User-Agent: *" > $@
@echo "Allow: *" >> $@
@echo "Sitemap: $(URI)/sitemap.xml" >> $@
@echo "Disallow: /" >> $@
# @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,6 +37,4 @@
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,6 +37,4 @@
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,6 +37,4 @@
<p>me ^</p>
</article>
</body>
<script src="/main.js" type=""></script>
</html>

View File

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

2
dist/git/index.html vendored
View File

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

2
dist/index.html vendored
View File

@ -38,6 +38,4 @@
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,3 +1,2 @@
User-Agent: *
Allow: *
Sitemap: https://bear.oops.wtf/sitemap.xml
Disallow: /

2
dist/snoop.html vendored
View File

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

View File

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