This website requires JavaScript.
Explore
Blog
Help
Sign In
github
/
hugo-geekblog
Watch
0
Star
0
Fork
0
You've already forked hugo-geekblog
mirror of
https://github.com/thegeeklab/hugo-geekblog.git
synced
2024-11-04 20:30:44 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
1b3e25abc3
hugo-geekblog
/
layouts
/
robots.txt
6 lines
95 B
Plaintext
Raw
Normal View
History
Unescape
Escape
add basic robots.txt
2020-07-22 09:12:24 +00:00
User-agent: *
chore: adjust default robots.txt template to exclude taxonomies (#88)
2021-09-08 20:10:37 +00:00
Disallow: /categories/*
Disallow: /tags/*
add basic robots.txt
2020-07-22 09:12:24 +00:00
fix: fix sitemap URL (#79) If the blog is installed in a subdirectory, `/sitemap.xml` will not include the subdirectory.
2021-08-02 09:35:50 +00:00
Sitemap: {{ "sitemap.xml" | absURL }}
Reference in New Issue
Copy Permalink