minor update
authorIan Kelling <iank@fsf.org>
Mon, 22 Jan 2018 01:40:15 +0000 (20:40 -0500)
committerIan Kelling <iank@fsf.org>
Mon, 22 Jan 2018 01:40:15 +0000 (20:40 -0500)
about-me.html
gitweb-descriptions
index.html
setup.sh

index 491e2f27aaeb6ee47d732a7fbcfdafbeefdd19f8..4981d34c708220412cf640f88d398e426fd4c9ab 100644 (file)
@@ -1,8 +1,9 @@
 <h4>Contact Info</h4>
 <ul>
+    <li><a href="mailto:iank@fsf.org">iank@fsf.org</a>, I'm a senior sysadmin at fsf</li>
     <li><a href="mailto:ian@iankelling.org">ian@iankelling.org</a></li>
     <li><a href="ian-kelling-pubkey.asc">gpg key: 0199 AD30 2539 BA2C D12E  ABF6 AACC C240 E969 C67B</a></li>
-    <li>IanKelling on <a href="https://freenode.net/">freenode</a></li>
+    <li>iank on <a href="https://freenode.net/">freenode</a></li>
     <li><a href="https://pump.iankelling.org/iank">iank@pump.iankelling.org</a>
     on <a href="https://pump.io">pump.io</a></li>
     <li><a href="https://mast.iankelling.org/@iank">iank@mast.iankelling.org</a> on <a href="https://mastodon.social/about">Mastodon</a></li>
index b6fad5a6cf4e459481dd5cd004a4daf25b313d00..08775a8f38a4339b745914191fb26dd8ad8f9563 100755 (executable)
@@ -50,6 +50,7 @@ _git_desc_readme() {
 gitweb-descriptions() {
     for d in ${dirs[@]}; do
         cd $(readlink -f $d)/..
+        [[ -e .git ]] || echo $d
         if [[ ${personalized[${d##*/}]} ]]; then
             echo "$pcategory" >.git/category
         fi
index 424cd18d88452c674cab9fa6a2cadc7e35e078f1..43a44a17a8bdf8afc360aa22a66a7e634b1e552f 100644 (file)
@@ -1,7 +1,7 @@
 <ul class="site-nav-list">
   <li><a href="/blog.html">blog</a></li>
   <li><a href="/git">gitweb</a></li>
-  <li><a href="resume.html">resume</a></li>
+  <!-- <li><a href="resume.html">resume</a></li> -->
   <li><a href="/favorite-things.html">favorite things</a></li>
   <li><a href="/about-me.html">more about me</a></li>
 </ul>
index ed295eb9172a36a04973c8458da522565c2a4c47..3f73cfa8f5a3de5fbd347529cd4dc346eb2a000d 100755 (executable)
--- a/setup.sh
+++ b/setup.sh
@@ -74,6 +74,7 @@ shopt -s extglob
 
 type -P a2enmod &>/dev/null || $s apt-get -y install apache2
 type -P sqlite3 &>/dev/null || $s apt-get -y install sqlite3
+type -P ffmpeg &>/dev/null || $s apt-get -y install ffmpeg
 
 
 pkgs=(