From 40f755df20a19b3ec05ab85af9516bca6149807d Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Thu, 17 Apr 2014 22:32:39 +0100 Subject: [PATCH] Rename docs directory --- .gitignore | 3 +-- Makefile | 8 ++++---- {rclone.org => docs}/config.yaml | 0 {rclone.org => docs}/content/about.md | 0 {rclone.org => docs}/content/contact.md | 0 {rclone.org => docs}/content/docs.md | 0 {rclone.org => docs}/content/drive.md | 0 {rclone.org => docs}/content/local.md | 0 {rclone.org => docs}/content/s3.md | 0 {rclone.org => docs}/content/swift.md | 0 {rclone.org => docs}/layouts/_default/indexes.html | 0 {rclone.org => docs}/layouts/base/footer.html | 0 {rclone.org => docs}/layouts/base/header.html | 0 {rclone.org => docs}/layouts/base/navbar.html | 0 {rclone.org => docs}/layouts/index.html | 0 {rclone.org => docs}/layouts/page/single.html | 0 {rclone.org => docs}/static/css/base.css | 0 {rclone.org => docs}/static/css/bootstrap-theme.css | 0 .../static/css/bootstrap-theme.css.map | 0 .../static/css/bootstrap-theme.min.css | 0 {rclone.org => docs}/static/css/bootstrap.css | 0 {rclone.org => docs}/static/css/bootstrap.css.map | 0 {rclone.org => docs}/static/css/bootstrap.min.css | 0 .../static/fonts/glyphicons-halflings-regular.eot | Bin .../static/fonts/glyphicons-halflings-regular.svg | 0 .../static/fonts/glyphicons-halflings-regular.ttf | Bin .../static/fonts/glyphicons-halflings-regular.woff | Bin {rclone.org => docs}/static/img/rclone-120x120.png | Bin {rclone.org => docs}/static/img/rclone-32x32.png | Bin {rclone.org => docs}/static/js/bootstrap.js | 0 {rclone.org => docs}/static/js/bootstrap.min.js | 0 31 files changed, 5 insertions(+), 6 deletions(-) rename {rclone.org => docs}/config.yaml (100%) rename {rclone.org => docs}/content/about.md (100%) rename {rclone.org => docs}/content/contact.md (100%) rename {rclone.org => docs}/content/docs.md (100%) rename {rclone.org => docs}/content/drive.md (100%) rename {rclone.org => docs}/content/local.md (100%) rename {rclone.org => docs}/content/s3.md (100%) rename {rclone.org => docs}/content/swift.md (100%) rename {rclone.org => docs}/layouts/_default/indexes.html (100%) rename {rclone.org => docs}/layouts/base/footer.html (100%) rename {rclone.org => docs}/layouts/base/header.html (100%) rename {rclone.org => docs}/layouts/base/navbar.html (100%) rename {rclone.org => docs}/layouts/index.html (100%) rename {rclone.org => docs}/layouts/page/single.html (100%) rename {rclone.org => docs}/static/css/base.css (100%) rename {rclone.org => docs}/static/css/bootstrap-theme.css (100%) rename {rclone.org => docs}/static/css/bootstrap-theme.css.map (100%) rename {rclone.org => docs}/static/css/bootstrap-theme.min.css (100%) rename {rclone.org => docs}/static/css/bootstrap.css (100%) rename {rclone.org => docs}/static/css/bootstrap.css.map (100%) rename {rclone.org => docs}/static/css/bootstrap.min.css (100%) rename {rclone.org => docs}/static/fonts/glyphicons-halflings-regular.eot (100%) rename {rclone.org => docs}/static/fonts/glyphicons-halflings-regular.svg (100%) rename {rclone.org => docs}/static/fonts/glyphicons-halflings-regular.ttf (100%) rename {rclone.org => docs}/static/fonts/glyphicons-halflings-regular.woff (100%) rename {rclone.org => docs}/static/img/rclone-120x120.png (100%) rename {rclone.org => docs}/static/img/rclone-32x32.png (100%) rename {rclone.org => docs}/static/js/bootstrap.js (100%) rename {rclone.org => docs}/static/js/bootstrap.min.js (100%) diff --git a/.gitignore b/.gitignore index 5bec99de0..32e2394dc 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,5 @@ _junk/ rclone rclonetest/rclonetest -upload build -rclone.org/public +docs/public diff --git a/Makefile b/Makefile index 69bfb1f18..f79015a58 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/rclone.org/config.yaml b/docs/config.yaml similarity index 100% rename from rclone.org/config.yaml rename to docs/config.yaml diff --git a/rclone.org/content/about.md b/docs/content/about.md similarity index 100% rename from rclone.org/content/about.md rename to docs/content/about.md diff --git a/rclone.org/content/contact.md b/docs/content/contact.md similarity index 100% rename from rclone.org/content/contact.md rename to docs/content/contact.md diff --git a/rclone.org/content/docs.md b/docs/content/docs.md similarity index 100% rename from rclone.org/content/docs.md rename to docs/content/docs.md diff --git a/rclone.org/content/drive.md b/docs/content/drive.md similarity index 100% rename from rclone.org/content/drive.md rename to docs/content/drive.md diff --git a/rclone.org/content/local.md b/docs/content/local.md similarity index 100% rename from rclone.org/content/local.md rename to docs/content/local.md diff --git a/rclone.org/content/s3.md b/docs/content/s3.md similarity index 100% rename from rclone.org/content/s3.md rename to docs/content/s3.md diff --git a/rclone.org/content/swift.md b/docs/content/swift.md similarity index 100% rename from rclone.org/content/swift.md rename to docs/content/swift.md diff --git a/rclone.org/layouts/_default/indexes.html b/docs/layouts/_default/indexes.html similarity index 100% rename from rclone.org/layouts/_default/indexes.html rename to docs/layouts/_default/indexes.html diff --git a/rclone.org/layouts/base/footer.html b/docs/layouts/base/footer.html similarity index 100% rename from rclone.org/layouts/base/footer.html rename to docs/layouts/base/footer.html diff --git a/rclone.org/layouts/base/header.html b/docs/layouts/base/header.html similarity index 100% rename from rclone.org/layouts/base/header.html rename to docs/layouts/base/header.html diff --git a/rclone.org/layouts/base/navbar.html b/docs/layouts/base/navbar.html similarity index 100% rename from rclone.org/layouts/base/navbar.html rename to docs/layouts/base/navbar.html diff --git a/rclone.org/layouts/index.html b/docs/layouts/index.html similarity index 100% rename from rclone.org/layouts/index.html rename to docs/layouts/index.html diff --git a/rclone.org/layouts/page/single.html b/docs/layouts/page/single.html similarity index 100% rename from rclone.org/layouts/page/single.html rename to docs/layouts/page/single.html diff --git a/rclone.org/static/css/base.css b/docs/static/css/base.css similarity index 100% rename from rclone.org/static/css/base.css rename to docs/static/css/base.css diff --git a/rclone.org/static/css/bootstrap-theme.css b/docs/static/css/bootstrap-theme.css similarity index 100% rename from rclone.org/static/css/bootstrap-theme.css rename to docs/static/css/bootstrap-theme.css diff --git a/rclone.org/static/css/bootstrap-theme.css.map b/docs/static/css/bootstrap-theme.css.map similarity index 100% rename from rclone.org/static/css/bootstrap-theme.css.map rename to docs/static/css/bootstrap-theme.css.map diff --git a/rclone.org/static/css/bootstrap-theme.min.css b/docs/static/css/bootstrap-theme.min.css similarity index 100% rename from rclone.org/static/css/bootstrap-theme.min.css rename to docs/static/css/bootstrap-theme.min.css diff --git a/rclone.org/static/css/bootstrap.css b/docs/static/css/bootstrap.css similarity index 100% rename from rclone.org/static/css/bootstrap.css rename to docs/static/css/bootstrap.css diff --git a/rclone.org/static/css/bootstrap.css.map b/docs/static/css/bootstrap.css.map similarity index 100% rename from rclone.org/static/css/bootstrap.css.map rename to docs/static/css/bootstrap.css.map diff --git a/rclone.org/static/css/bootstrap.min.css b/docs/static/css/bootstrap.min.css similarity index 100% rename from rclone.org/static/css/bootstrap.min.css rename to docs/static/css/bootstrap.min.css diff --git a/rclone.org/static/fonts/glyphicons-halflings-regular.eot b/docs/static/fonts/glyphicons-halflings-regular.eot similarity index 100% rename from rclone.org/static/fonts/glyphicons-halflings-regular.eot rename to docs/static/fonts/glyphicons-halflings-regular.eot diff --git a/rclone.org/static/fonts/glyphicons-halflings-regular.svg b/docs/static/fonts/glyphicons-halflings-regular.svg similarity index 100% rename from rclone.org/static/fonts/glyphicons-halflings-regular.svg rename to docs/static/fonts/glyphicons-halflings-regular.svg diff --git a/rclone.org/static/fonts/glyphicons-halflings-regular.ttf b/docs/static/fonts/glyphicons-halflings-regular.ttf similarity index 100% rename from rclone.org/static/fonts/glyphicons-halflings-regular.ttf rename to docs/static/fonts/glyphicons-halflings-regular.ttf diff --git a/rclone.org/static/fonts/glyphicons-halflings-regular.woff b/docs/static/fonts/glyphicons-halflings-regular.woff similarity index 100% rename from rclone.org/static/fonts/glyphicons-halflings-regular.woff rename to docs/static/fonts/glyphicons-halflings-regular.woff diff --git a/rclone.org/static/img/rclone-120x120.png b/docs/static/img/rclone-120x120.png similarity index 100% rename from rclone.org/static/img/rclone-120x120.png rename to docs/static/img/rclone-120x120.png diff --git a/rclone.org/static/img/rclone-32x32.png b/docs/static/img/rclone-32x32.png similarity index 100% rename from rclone.org/static/img/rclone-32x32.png rename to docs/static/img/rclone-32x32.png diff --git a/rclone.org/static/js/bootstrap.js b/docs/static/js/bootstrap.js similarity index 100% rename from rclone.org/static/js/bootstrap.js rename to docs/static/js/bootstrap.js diff --git a/rclone.org/static/js/bootstrap.min.js b/docs/static/js/bootstrap.min.js similarity index 100% rename from rclone.org/static/js/bootstrap.min.js rename to docs/static/js/bootstrap.min.js