diff --git a/pages/helpers/header.php b/pages/helpers/header.php index 4f2350b..1d57e9b 100755 --- a/pages/helpers/header.php +++ b/pages/helpers/header.php @@ -29,4 +29,17 @@ + + + + + + + + + + + + + diff --git a/pages/lists.php b/pages/lists.php deleted file mode 100755 index ec87496..0000000 --- a/pages/lists.php +++ /dev/null @@ -1,40 +0,0 @@ -#!/usr/bin/php - - - -
-

Lists

-
-
-

Gear

- -

Apps

- - -
-

- Gear that I find critical to my life. -

- -
- - -
-

- Apps that I use frequently on a degoogled Android phone. -

-
-
- - diff --git a/pages/resources.php b/pages/resources.php new file mode 100755 index 0000000..832f821 --- /dev/null +++ b/pages/resources.php @@ -0,0 +1,74 @@ +#!/usr/bin/php + + + +
+

Lists of Resources

+
+ + +
+

+ Books +

+
+

+ TBD/TODO: Berk list description goes here! +

+

+ Another line fortesting. +

+

+ Yet another line fortesting. +

+ +
+
+ + +
+

+ + Apps (Repo TBD/TODO) + +

+
+

+ Obtaiumiun config for apps that I use on a degoogled Android phone. +

+
+
+ + +
+

+ Gear +

+
+

+ Important gear I recommend. +

+
+
+ + diff --git a/run.sh b/run.sh index 2790b0c..d3a145b 100755 --- a/run.sh +++ b/run.sh @@ -103,7 +103,7 @@ find files/photos/ -name "*".html -print -delete log "Sleeping for '$count' while waiting for $photos_uri to come up." sleep $count log "Checking if $photos_uri is available." - http_code="`curl --silent --fail --w '\n%{http_code}' localhost$photos_uri | tail -n 1`" + http_code="`curl --silent --fail -w '\n%{http_code}' localhost$photos_uri | tail -n 1`" log "Check for $photos_uri responded with '$http_code'." if (( $count >= 10 )); then log "Giving up on loading $photos_uri after '$count' attempts."