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:
|
||||
@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">' > $@
|
||||
|
|
|
@ -1,3 +1,2 @@
|
|||
User-Agent: *
|
||||
Allow: *
|
||||
Sitemap: https://bear.oops.wtf/sitemap.xml
|
||||
Disallow: /
|
||||
|
|
Loading…
Reference in New Issue