From: Ian Kelling Date: Mon, 19 Feb 2018 18:18:18 +0000 (-0500) Subject: minor content update X-Git-Url: https://iankelling.org/git/?p=iankelling.org;a=commitdiff_plain;h=415153a9d1b46385bac37a3718cba9f1801b682d minor content update --- diff --git a/_site/assets/48550.png b/_site/assets/48550.png new file mode 100644 index 0000000..c1ff1fb Binary files /dev/null and b/_site/assets/48550.png differ diff --git a/favorite-things.html b/favorite-things.html index 557887c..52dd5fa 100644 --- a/favorite-things.html +++ b/favorite-things.html @@ -89,11 +89,21 @@
  • I'm an Open Source Initiative member
  • I donate to Creative Commons
  • Hyperbole and a Half
  • -
  • +
  • +
    +# rms asked me to...
    +#  __..   ,.  ..   ._..  ..  .  .___..  ..___
    +# (__  \./ |\/||    | |\ ||_/     |  |__|[__
    +# .__)  |  |  ||____|_| \||  \    |  |  |[___
     
    -

    You've come this far, are some pictures of me.

    +# ._.. ..___..___.__ . ..___.___. | | | +# | |\ | | [__ [__)|\ |[__ | | | | +# _|_| \| | [___| \| \|[___ | * * * +
    + +

    You've come this far, here are some pictures of me.

    head shot diff --git a/gitweb-descriptions b/gitweb-descriptions index 08775a8..c9255f2 100755 --- a/gitweb-descriptions +++ b/gitweb-descriptions @@ -37,6 +37,11 @@ shopt -s extglob shopt -s nullglob _git_desc_readme() { + x=(README*) + if [[ ! $x ]]; then + echo "$1: error: no README at $PWD" + exit 1 + fi while read -r line; do [[ $line ]] || continue if echo "$line" | grep "^ *[#*]" &>/dev/null; then @@ -75,12 +80,12 @@ tmp=( bashrc automated-distro-installer buildscripts - config-files distro-setup dot-emacs fai-basefiles ian-misc-bash iankelling.org + keyboard.io-layout ) declare -A personalized for p in ${tmp[@]}; do personalized[$p]=true; done