remove all branding for publication

--HG--
branch : sanitise-paths
This commit is contained in:
mappu 2013-09-28 13:33:47 +12:00
parent eefefef0d9
commit 0d522e1cd1
5 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
@echo off
start C:\bin\cygwin\bin\mintty.exe /bin/bash -l -c "rsync -avz -e ""ssh -i /cygdrive/c/www/ms1_deploy_key -p 2222"" --progress /cygdrive/c/www/m6/code/wwwroot www-data@ms1.ivysaur.me:~/code.ivysaur.me/"
start C:\path\to\cygwin\bin\mintty.exe /bin/bash -l -c "rsync -avz -e ""ssh -i /cygdrive/c/path/to/deploy_key"" --progress /cygdrive/c/path/to/code/wwwroot www-data@your-web-server:/var/www/path/to/code-site/"

View File

@ -1,3 +1,3 @@
@echo off
C:\bin\php54\php.exe rebuild.php
C:\path\to\php_54\php.exe rebuild.php
pause

View File

@ -7,7 +7,7 @@
// `````````````
define('BASEDIR', __DIR__.'\\');
define('SITE_TITLE', 'code.ivysaur.me');
define('SITE_TITLE', 'codesite');
define('PAGE_THUMB_W', 60);
define('PAGE_THUMB_H', 60);
define('INDEX_THUMB_W', 90);

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB