minor content update
authorIan Kelling <iank@fsf.org>
Mon, 19 Feb 2018 18:18:18 +0000 (13:18 -0500)
committerIan Kelling <iank@fsf.org>
Mon, 19 Feb 2018 18:18:18 +0000 (13:18 -0500)
_site/assets/48550.png [new file with mode: 0644]
favorite-things.html
gitweb-descriptions

diff --git a/_site/assets/48550.png b/_site/assets/48550.png
new file mode 100644 (file)
index 0000000..c1ff1fb
Binary files /dev/null and b/_site/assets/48550.png differ
index 557887c11f93f202646478454eed903facf62f9a..52dd5fa297b97225014e609fb435249e35157d08 100644 (file)
   <li>I'm an <a href="https://opensource.org/members">Open Source Initiative member</a></li>
   <li>I <a href="https://creativecommons.org/donate/">donate to Creative Commons</a></li>
   <li><a href="https://hyperboleandahalf.blogspot.com/">Hyperbole and a Half</a></li>
-  <li><a href="https://my.fsf.org/join"><img src="https://static.fsf.org/nosvn/associate/crm/48550.png"></a></li>
+  <li><a href="https://my.fsf.org/join"><img src="/assets/48550.png"></a></li>
 
 </ul>
+  <pre>
+# rms asked me to...
+#  __..   ,.  ..   ._..  ..  .  .___..  ..___
+# (__  \./ |\/||    | |\ ||_/     |  |__|[__
+# .__)  |  |  ||____|_| \||  \    |  |  |[___
 
-<p>You've come this far, are some pictures of me.</p>
+# ._..  ..___..___.__ .  ..___.___. |  |  |
+#  | |\ |  |  [__ [__)|\ |[__   |   |  |  |
+# _|_| \|  |  [___|  \| \|[___  |   *  *  *
+    </pre>
+
+<p>You've come this far, here are some pictures of me.</p>
 <img alt="head shot" src="/assets/profile250.jpg">
 <img src="https://media.libreplanet.org/mgoblin_media/media_entries/1581/7S7A1964.medium.png" />
 <img src="https://media.libreplanet.org/mgoblin_media/media_entries/1727/7S7A2604.medium.png" />
index 08775a8f38a4339b745914191fb26dd8ad8f9563..c9255f2e5cd85c83474c7fef82e84bf9f4e0467e 100755 (executable)
@@ -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