From: Ian Kelling Date: Sun, 2 Apr 2017 01:14:09 +0000 (-0700) Subject: add more about me page X-Git-Url: https://iankelling.org/git/?p=iankelling.org;a=commitdiff_plain;h=5afcc5b633874e8003fb541535994e048f972d4d add more about me page --- diff --git a/.gitignore b/.gitignore index 8fee304..ee94f8c 100644 --- a/.gitignore +++ b/.gitignore @@ -7,7 +7,8 @@ /proposed-comments /_site/favorite-things.html /_site/index.html - +/_site/about-me.html +_site/libreplanet2017-temporary-hosting/ /resume.md /_site/resume.html diff --git a/about-me.html b/about-me.html new file mode 100644 index 0000000..5a790c8 --- /dev/null +++ b/about-me.html @@ -0,0 +1,20 @@ + diff --git a/build.rb b/build.rb index b1a3411..d16f7da 100755 --- a/build.rb +++ b/build.rb @@ -90,6 +90,7 @@ if File.exists? ('../resume.md') end stdpage('favorite-things', File.read('../favorite-things.html')) +stdpage('about-me', File.read('../about-me.html')) # we could use ruby native stuff here, but this was # better documented so meh. diff --git a/index.html b/index.html index 4ced8e4..424cd18 100644 --- a/index.html +++ b/index.html @@ -1,8 +1,7 @@ diff --git a/setup.sh b/setup.sh index aa3501f..8e8e259 100755 --- a/setup.sh +++ b/setup.sh @@ -22,13 +22,13 @@ trap 'echo "$0:$LINENO:error: \"$BASH_COMMAND\" returned $?" >&2' ERR usage() { cat < # to run python scripts with cgi