Compare commits
2 Commits
7c783fb0ee
...
2bb4a29eb4
Author | SHA1 | Date | |
---|---|---|---|
2bb4a29eb4 | |||
a1c30d509f |
4
Makefile
4
Makefile
@ -4,13 +4,13 @@ all:
|
||||
prod: build pushl
|
||||
|
||||
build:
|
||||
yes | ~/zola build -o ~/public_html
|
||||
yes | ~/bin/zola build -o ~/public_html
|
||||
|
||||
pushl:
|
||||
. /home/ydreniv/venv-pushl/bin/activate ; pushl -c pushl-cache/ "https://tilde.town/~ydreniv/atom.xml"
|
||||
|
||||
preprod:
|
||||
yes | ~/zola build --base-url https://tests.kestrels-and-roses.rocks/ydreniv --drafts
|
||||
yes | ~/bin/zola build --base-url https://tests.kestrels-and-roses.rocks/ydreniv --drafts
|
||||
echo "put -r public/* www" > sftp-batch.txt
|
||||
sftp -b sftp-batch.txt tests.kestrels-and-roses.rocks
|
||||
rm sftp-batch.txt
|
||||
|
11
static/robots.txt
Normal file
11
static/robots.txt
Normal file
@ -0,0 +1,11 @@
|
||||
User-agent: Googlebot
|
||||
Disallow: /
|
||||
|
||||
User-agent: Google-Extended
|
||||
Disallow: /
|
||||
|
||||
User-agent: GoogleOther
|
||||
Disallow: /
|
||||
|
||||
User-agent: Storebot-Google
|
||||
Disallow: /
|
Loading…
x
Reference in New Issue
Block a user