Added robots.txt
This commit is contained in:
parent
8a7d97f4be
commit
4f2e505de0
|
@ -6,6 +6,9 @@ defaultContentLanguage = "en"
|
||||||
defaultContentLanguageInSubdir = true
|
defaultContentLanguageInSubdir = true
|
||||||
hasCJKLanguage = true
|
hasCJKLanguage = true
|
||||||
|
|
||||||
|
# Robots.txt
|
||||||
|
enableRobotsTXT = true
|
||||||
|
|
||||||
summaryLength = 70
|
summaryLength = 70
|
||||||
buildFuture = true
|
buildFuture = true
|
||||||
|
|
||||||
|
|
|
@ -31,7 +31,9 @@ A clean home/project directory allows us to be able to work productively, withou
|
||||||
This is a simple script to help you clean your directory in seconds
|
This is a simple script to help you clean your directory in seconds
|
||||||
|
|
||||||
### Caution
|
### Caution
|
||||||
|
{{< alert theme="danger" dir="ltr" >}}
|
||||||
__DO NOT__ run the script on any directory containing system/important files.
|
__DO NOT__ run the script on any directory containing system/important files.
|
||||||
|
{{< /alert >}}
|
||||||
|
|
||||||
## Dependencies
|
## Dependencies
|
||||||
* [Python3.8](https://www.python.org/)
|
* [Python3.8](https://www.python.org/)
|
||||||
|
|
|
@ -0,0 +1,11 @@
|
||||||
|
User-agent: *
|
||||||
|
Allow: /
|
||||||
|
|
||||||
|
User-agent: *
|
||||||
|
Disallow: /gallery
|
||||||
|
|
||||||
|
User-agent: *
|
||||||
|
Disallow: /static
|
||||||
|
|
||||||
|
User-agent: *
|
||||||
|
Disallow: /images
|
Loading…
Reference in New Issue