Compare commits
No commits in common. "2bb4a29eb4f67843a7010dbf012f12b2f243c752" and "7c783fb0ee5f337a6de12d482b5c1f677d95181f" have entirely different histories.
2bb4a29eb4
...
7c783fb0ee
4
Makefile
4
Makefile
|
@ -4,13 +4,13 @@ all:
|
|||
prod: build pushl
|
||||
|
||||
build:
|
||||
yes | ~/bin/zola build -o ~/public_html
|
||||
yes | ~/zola build -o ~/public_html
|
||||
|
||||
pushl:
|
||||
. /home/ydreniv/venv-pushl/bin/activate ; pushl -c pushl-cache/ "https://tilde.town/~ydreniv/atom.xml"
|
||||
|
||||
preprod:
|
||||
yes | ~/bin/zola build --base-url https://tests.kestrels-and-roses.rocks/ydreniv --drafts
|
||||
yes | ~/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
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
User-agent: Googlebot
|
||||
Disallow: /
|
||||
|
||||
User-agent: Google-Extended
|
||||
Disallow: /
|
||||
|
||||
User-agent: GoogleOther
|
||||
Disallow: /
|
||||
|
||||
User-agent: Storebot-Google
|
||||
Disallow: /
|
Loading…
Reference in New Issue