Compare commits
5 Commits
Author | SHA1 | Date | |
---|---|---|---|
f08081a129 | |||
8c4754ae8d | |||
fccaa6a326 | |||
3073231d38 | |||
0d522e1cd1 |
@ -1,3 +1,3 @@
|
||||
@echo off
|
||||
|
||||
start C:\bin\cygwin\bin\mintty.exe /bin/bash -l -c "rsync --delete -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/"
|
||||
|
@ -1,11 +1,6 @@
|
||||
<p>
|
||||
<strong>CONTACT</strong>
|
||||
<strong>FOOTER</strong>
|
||||
</p>
|
||||
<p>
|
||||
For bug reports, feature requests, or if you need any help, please
|
||||
<a
|
||||
href="http://www.google.com/recaptcha/mailhide/d?k=01GuAWzMc9JjSdooo-2KCMQA==&c=kgR3dBrP39yhPIy8FvLFbuBLmWqorQBDc_Zjbw6NAmU="
|
||||
onclick="window.open('http://www.google.com/recaptcha/mailhide/d?k\07501GuAWzMc9JjSdooo-2KCMQA\75\75\46c\75kgR3dBrP39yhPIy8FvLFbuBLmWqorQBDc_Zjbw6NAmU\075', '', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=500,height=300'); return false;"
|
||||
title="Reveal this e-mail address"
|
||||
>click here</a> to email me.
|
||||
Content here.
|
||||
</p>
|
||||
|
@ -1 +1 @@
|
||||
<h1><a href="index.html"><div id="ivylogo"></div>code.ivysaur.me</a></h1>
|
||||
<h1>HEADER</h1>
|
@ -1,20 +1,8 @@
|
||||
|
||||
<p>
|
||||
It's said that if you're not disgusted by code you wrote six months ago, you've stopped learning.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<strong>OVERVIEW</strong>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
This page contains several assorted spare-time projects, which no longer have any relation. They are listed in roughly chronological order (newest first). <strong>Unless specified otherwise</strong>, you may feel free to use and modify both the binaries and any source code, for any purpose, on the general condition you do not misrepresent who the author is (BSD license).
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Some of these projects formerly appeared on Google Code <a href="https://code.google.com/p/mappy/">here</a>, but were moved following the discontinuation of the Google Code binary download system.
|
||||
Homepage blurb goes here.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<strong>PROJECTS</strong>
|
||||
</p>
|
||||
</p>
|
19
rebuild.cmd
19
rebuild.cmd
@ -1,20 +1,3 @@
|
||||
@echo off
|
||||
|
||||
set PHP=C:\bin\php54\php.exe
|
||||
|
||||
echo Cleaning target directory...
|
||||
echo.
|
||||
rmdir /s /q wwwroot
|
||||
mkdir wwwroot
|
||||
mkdir wwwroot\srv
|
||||
copy static\* wwwroot
|
||||
|
||||
echo Building pages...
|
||||
echo.
|
||||
start /b %PHP% rebuild.php 4 0
|
||||
start /b %PHP% rebuild.php 4 1
|
||||
start /b %PHP% rebuild.php 4 2
|
||||
start /b %PHP% rebuild.php 4 3
|
||||
start /b %PHP% rebuild.php 4 4
|
||||
|
||||
C:\path\to\php_54\php.exe rebuild.php
|
||||
pause
|
@ -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: 3.5 KiB |
BIN
static/header.png
Normal file
BIN
static/header.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.3 KiB |
Binary file not shown.
Before Width: | Height: | Size: 1.4 KiB |
@ -133,20 +133,6 @@ html, body {
|
||||
|
||||
/* */
|
||||
|
||||
#ivylogo {
|
||||
background:transparent url('ivysaur24.png') no-repeat 0 0;
|
||||
width:24px;
|
||||
height:24px;
|
||||
display:inline-block;
|
||||
*display:block;
|
||||
*zoom:1;
|
||||
margin-right:4px;
|
||||
position:relative;
|
||||
top:4px;
|
||||
}
|
||||
|
||||
/* */
|
||||
|
||||
.homeimage {
|
||||
width:90px;
|
||||
height:32px;
|
||||
|
Reference in New Issue
Block a user