Rename docs directory

s3-about
Nick Craig-Wood 2014-04-17 22:32:39 +01:00
parent 8d32651c53
commit 40f755df20
31 changed files with 5 additions and 6 deletions

3
.gitignore vendored
View File

@ -2,6 +2,5 @@
_junk/
rclone
rclonetest/rclonetest
upload
build
rclone.org/public
docs/public

View File

@ -4,13 +4,13 @@ rclone:
clean:
go clean
find . -name \*~ | xargs -r rm -f
rm -rf build rclone.org/public
rm -rf build docs/public
website:
cd rclone.org && hugo
cd docs && hugo
upload_website: website
./rclone sync rclone.org/public memstore:www-rclone-org
./rclone sync docs/public memstore:www-rclone-org
upload:
rsync -avz build/ www.craig-wood.com:public_html/pub/rclone/
@ -19,4 +19,4 @@ cross:
./cross-compile
serve:
cd rclone.org && hugo server -v -w
cd docs && hugo server -v -w

View File

Before

Width:  |  Height:  |  Size: 62 KiB

After

Width:  |  Height:  |  Size: 62 KiB

View File

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 19 KiB

View File

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB