mirror of https://github.com/bearfm/site.git
Compare commits
No commits in common. "9ce7da1608b1afabdd4e5fe067c5416c1dcc4823" and "dbb7e38908ba0a2103ddcad33456204e3c559cd6" have entirely different histories.
9ce7da1608
...
dbb7e38908
4
Makefile
4
Makefile
|
@ -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">' > $@
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -37,4 +37,6 @@
|
|||
<p>me ^</p>
|
||||
</article>
|
||||
</body>
|
||||
|
||||
<script src="/main.js" type=""></script>
|
||||
</html>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -38,4 +38,6 @@
|
|||
Page</a></p>
|
||||
</article>
|
||||
</body>
|
||||
|
||||
<script src="/main.js" type=""></script>
|
||||
</html>
|
||||
|
|
|
@ -37,4 +37,6 @@
|
|||
<p>Until next time…</p>
|
||||
</article>
|
||||
</body>
|
||||
|
||||
<script src="/main.js" type=""></script>
|
||||
</html>
|
||||
|
|
|
@ -38,4 +38,6 @@
|
|||
href="/git">Git</a> <a href="/blog">Blog Posts</a></p>
|
||||
</article>
|
||||
</body>
|
||||
|
||||
<script src="/main.js" type=""></script>
|
||||
</html>
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
User-Agent: *
|
||||
Disallow: /
|
||||
Allow: *
|
||||
Sitemap: https://bear.oops.wtf/sitemap.xml
|
||||
|
|
|
@ -35,4 +35,6 @@
|
|||
|
||||
</article>
|
||||
</body>
|
||||
|
||||
<script src="/main.js" type=""></script>
|
||||
</html>
|
||||
|
|
|
@ -35,4 +35,6 @@
|
|||
$body$
|
||||
</article>
|
||||
</body>
|
||||
|
||||
<script src="/main.js" type=""></script>
|
||||
</html>
|
||||
|
|
Loading…
Reference in New Issue