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: $(DISTDIR)/robots.txt:
@echo "User-Agent: *" > $@ @echo "User-Agent: *" > $@
@echo "Allow: *" >> $@ @echo "Disallow: /" >> $@
@echo "Sitemap: $(URI)/sitemap.xml" >> $@ # @echo "Sitemap: $(URI)/sitemap.xml" >> $@
$(DISTDIR)/sitemap.xml: $(HTMLFILES) $(DISTDIR)/sitemap.xml: $(HTMLFILES)
@echo '<?xml version="1.0" encoding="UTF-8"?><urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">' > $@ @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> href="xertun.webp"><img src="/xertun.webp" width="200" height="200" /></a></p>
</article> </article>
</body> </body>
<script src="/main.js" type=""></script>
</html> </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> href="thing.webp"><img src="/thing.webp" width="200" height="200" /></a></p>
</article> </article>
</body> </body>
<script src="/main.js" type=""></script>
</html> </html>

View File

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

View File

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

2
dist/coolLinks.html vendored
View File

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

2
dist/git/index.html vendored
View File

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

2
dist/index.html vendored
View File

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

3
dist/robots.txt vendored
View File

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

2
dist/snoop.html vendored
View File

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

View File

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