Merge pull request 'Move books
branch into dev
.' (#8) from books into dev
Reviewed-on: #8
This commit is contained in:
@@ -29,4 +29,17 @@
|
||||
<style>
|
||||
<?php include "banner.css"; ?>
|
||||
</style>
|
||||
|
||||
<meta property="og:title" content="Hyperling"/>
|
||||
<meta property="og:description" content="Apps, eBooks, media, and other resources from the brands Hyperling and HyperVegan."/>
|
||||
<meta property="og:site_name" content="Hyperling"/>
|
||||
<meta property="og:url" content="https://hyperling.com/"/>
|
||||
<meta property="og:type" content="website"/>
|
||||
<meta property="og:image" content="https://hyperling.com/files/media/icons/home.jpg"/>
|
||||
<meta name="referrer" content="same-origin"/>
|
||||
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
<meta name="twitter:title" content="Hyperling" />
|
||||
<meta name="twitter:description" content="Apps, eBooks, media, and other resources from the brands Hyperling and HyperVegan." />
|
||||
<meta name="twitter:image" content="https://hyperling.com/files/media/icons/home.jpg" />
|
||||
</head>
|
||||
|
@@ -1,40 +0,0 @@
|
||||
#!/usr/bin/php
|
||||
<!--
|
||||
Lists of items which I'd like to share such as gear and frequently used apps.
|
||||
-->
|
||||
<?php
|
||||
if (!isset($GLOBALS["HEADER_TITLE"])) {
|
||||
$GLOBALS["HEADER_TITLE"] = "Lists";
|
||||
}
|
||||
include "helpers/body_open.php";
|
||||
?>
|
||||
|
||||
<div class="row">
|
||||
<h1 class="col-12 title">Lists</h1>
|
||||
</div>
|
||||
<div class="row">
|
||||
<h3 class="col-6 header">Gear</h3>
|
||||
|
||||
<h3 class="col-6 header">Apps</h3>
|
||||
|
||||
<!-- Gear -->
|
||||
<div class="col-6 text">
|
||||
<p>
|
||||
Gear that I find critical to my life.
|
||||
</p>
|
||||
<ul class="indent">
|
||||
<li><a href="TBD">Sleeping Bag</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<!-- Apps -->
|
||||
<div class="col-6 text">
|
||||
<p>
|
||||
Apps that I use frequently on a degoogled Android phone.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<?php
|
||||
include "helpers/body_close.php";
|
||||
?>
|
74
pages/resources.php
Executable file
74
pages/resources.php
Executable file
@@ -0,0 +1,74 @@
|
||||
#!/usr/bin/php
|
||||
<!--
|
||||
Lists of items which I'd like to share such as gear and frequently used apps.
|
||||
-->
|
||||
<?php
|
||||
if (!isset($GLOBALS["HEADER_TITLE"])) {
|
||||
$GLOBALS["HEADER_TITLE"] = "Resources";
|
||||
}
|
||||
include "helpers/body_open.php";
|
||||
?>
|
||||
|
||||
<div class="row">
|
||||
<h1 class="col-12 title">Lists of Resources</h1>
|
||||
</div>
|
||||
|
||||
<!-- Books -->
|
||||
<div class="row text" id="books">
|
||||
<h3 class="col-3">
|
||||
Books
|
||||
</h3>
|
||||
<div class="col-9">
|
||||
<p>
|
||||
TBD/TODO: Berk list description goes here!
|
||||
</p>
|
||||
<p>
|
||||
Another line fortesting.
|
||||
</p>
|
||||
<p>
|
||||
Yet another line fortesting.
|
||||
</p>
|
||||
<ul>
|
||||
<li>
|
||||
The Peaceful Warrior
|
||||
</li>
|
||||
<li>
|
||||
TBD: Name of book on healing through breathing and posture.
|
||||
</li>
|
||||
<li>
|
||||
The Untethered Soul / Living Untethered
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Apps -->
|
||||
<div class="row text" id="apps">
|
||||
<h3 class="col-3">
|
||||
<a target='_blank' rel='noopener noreferrer'
|
||||
href="https://git.hyperling.com/me/env-obtainium">
|
||||
Apps (Repo TBD/TODO)
|
||||
</a>
|
||||
</h3>
|
||||
<div class="col-9">
|
||||
<p>
|
||||
Obtaiumiun config for apps that I use on a degoogled Android phone.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Gear -->
|
||||
<div class="row text" id="gear">
|
||||
<h3 class="col-3">
|
||||
Gear
|
||||
</h3>
|
||||
<div class="col-9">
|
||||
<p>
|
||||
Important gear I recommend.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<?php
|
||||
include "helpers/body_close.php";
|
||||
?>
|
2
run.sh
2
run.sh
@@ -104,7 +104,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."
|
||||
|
Reference in New Issue
Block a user