mirror of https://github.com/bearfm/site.git
gahhh
This commit is contained in:
parent
dbb7e38908
commit
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">' > $@
|
||||||
|
|
|
@ -1,3 +1,2 @@
|
||||||
User-Agent: *
|
User-Agent: *
|
||||||
Allow: *
|
Disallow: /
|
||||||
Sitemap: https://bear.oops.wtf/sitemap.xml
|
|
||||||
|
|
Loading…
Reference in New Issue