mirror of https://github.com/bearfm/site.git
Compare commits
2 Commits
dbb7e38908
...
9ce7da1608
Author | SHA1 | Date |
---|---|---|
|
9ce7da1608 | |
|
86bfa74bb4 |
4
Makefile
4
Makefile
|
@ -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">' > $@
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -37,6 +37,4 @@
|
||||||
<p>me ^</p>
|
<p>me ^</p>
|
||||||
</article>
|
</article>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
<script src="/main.js" type=""></script>
|
|
||||||
</html>
|
</html>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -38,6 +38,4 @@
|
||||||
Page</a></p>
|
Page</a></p>
|
||||||
</article>
|
</article>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
<script src="/main.js" type=""></script>
|
|
||||||
</html>
|
</html>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -1,3 +1,2 @@
|
||||||
User-Agent: *
|
User-Agent: *
|
||||||
Allow: *
|
Disallow: /
|
||||||
Sitemap: https://bear.oops.wtf/sitemap.xml
|
|
||||||
|
|
|
@ -35,6 +35,4 @@
|
||||||
|
|
||||||
</article>
|
</article>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
<script src="/main.js" type=""></script>
|
|
||||||
</html>
|
</html>
|
||||||
|
|
|
@ -35,6 +35,4 @@
|
||||||
$body$
|
$body$
|
||||||
</article>
|
</article>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
<script src="/main.js" type=""></script>
|
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in New Issue