ported posts from goblog as stopping that
9
content/post/2021/05/color-after-freeze.md
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
featured_image: "/photos/Flowers/2021052811185514.jpg"
|
||||
published: "2021-05-29T11:34:27-0500"
|
||||
tags: ["photos", "house"]
|
||||
title: "Color After Freeze"
|
||||
---
|
||||

|
||||
|
||||
So, the freeze here back in February ended up killing two rose bushes and the orange tree. We replaced one of the roses, and it is already blooming.
|
||||
12
content/post/2021/06/github-payback-time.md
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
date: "2021-06-04T20:26:45-0500"
|
||||
tags: ["sa", "software"]
|
||||
title: "GitHub Payback Time"
|
||||
---
|
||||
Whilst I am not a developer by profession, I do know how to do some scripting. Over the last two days, I have found some cool new (to me) projects ([git-extras](https://github.com/tj/git-extras) and [styli.sh](https://github.com/thevinter/styli.sh)) and found a few things which were either [broken](https://github.com/tj/git-extras/pull/928) or that I thought could be [done](https://github.com/thevinter/styli.sh/pull/1) [better](https://github.com/thevinter/styli.sh/pull/6). So, I submitted three pull-requests between the two repos. One has already been applied, one is in the review process with a bit of back and forth coaching on it, and the third I just opened.
|
||||
|
||||
I have also hopped into a couple discussions and issues offering suggestions or responding to testing requests.
|
||||
|
||||
All in all, a good way to spend a few minutes before bed and during lunch!
|
||||
|
||||
***Update: 2021-06-09* All the PRs have been accepted and merged into their respective main branches!**
|
||||
10
content/post/2021/06/heart-for-everyone.md
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
featured_image: "/photos/Random/Chalk-Heart.jpg"
|
||||
image: "/photos/Random/Chalk-Heart.jpg"
|
||||
date: "2021-06-25T21:46:01-05:00"
|
||||
tags: ["photos"]
|
||||
title: "Heart for Everyone"
|
||||
---
|
||||
Everybody needs love....
|
||||
|
||||

|
||||
16
content/post/2021/06/quick-photo-walk.md
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
---
|
||||
featured_image: "/photos/Local/Obelisk/20210618192243-012.jpg"
|
||||
date: "2021-06-19T13:31:10-0500"
|
||||
tags: ["photos"]
|
||||
title: "Quick Photo Walk"
|
||||
---
|
||||
I had a chance to drive into town for a family thing, and went and visited Houston's copy of [Broken Obelisk by Barnett Newman](http://www.barnettnewman.com/broken-obelisk/). I did not know that there are four copies of this sculpture.
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
On my way back to my car, I saw this butterfly:
|
||||

|
||||
BIN
static/photos/Flowers/2021052811185514.jpg
Normal file
|
After Width: | Height: | Size: 59 KiB |
BIN
static/photos/Flowers/thumbnails/2021052811185514.jpg
Normal file
|
After Width: | Height: | Size: 8.8 KiB |
BIN
static/photos/Local/Obelisk/20210618191907-002.jpg
Normal file
|
After Width: | Height: | Size: 213 KiB |
BIN
static/photos/Local/Obelisk/20210618192025-004.jpg
Normal file
|
After Width: | Height: | Size: 211 KiB |
BIN
static/photos/Local/Obelisk/20210618192243-012.jpg
Normal file
|
After Width: | Height: | Size: 187 KiB |
BIN
static/photos/Local/Obelisk/20210618192526-018.jpg
Normal file
|
After Width: | Height: | Size: 148 KiB |
125
static/photos/Local/Obelisk/index.html
Normal file
|
|
@ -0,0 +1,125 @@
|
|||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
||||
|
||||
<title>Obelisk</title>
|
||||
<meta name="description" content="">
|
||||
<meta name="author" content="Don Harper">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
|
||||
<link rel="stylesheet" href="../../static/css/normalize.css">
|
||||
<link rel="stylesheet" href="../../static/themes/classic/galleria.classic.css">
|
||||
<link rel="stylesheet" href="../../static/css/style.css">
|
||||
<style>
|
||||
body::after{
|
||||
position:absolute; width:0; height:0; overflow:hidden; z-index:-1;
|
||||
content:url(20210618191907-002.jpg);
|
||||
}</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<header>
|
||||
<h1><a href="../../">duckland.org's photo gallery</a></h1>
|
||||
|
||||
<nav id="menu">
|
||||
<ul>
|
||||
<li><a href="/photos/">Photos Home</a></li>
|
||||
<li><a href="/">Home Page</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
<div class="breadcrumb">
|
||||
<h2>
|
||||
<a href="../">Local</a> » <a href=".">Obelisk</a></h2>
|
||||
</div>
|
||||
<hr>
|
||||
</header>
|
||||
|
||||
<div id="main" role="main">
|
||||
<div class="icons">
|
||||
<a id="fullscreen"><img src="../../static/img/fullscreen.png"
|
||||
title="Fullscreen" alt="Fullscreen (f)" /></a>
|
||||
</div>
|
||||
<div id="gallery"></div>
|
||||
|
||||
|
||||
</div>
|
||||
<footer>
|
||||
<p>
|
||||
<span>© Don Harper</span>
|
||||
<span>Generated by <a href="https://github.com/saimn/sigal">sigal</a></span>
|
||||
</p>
|
||||
</footer> </div>
|
||||
|
||||
<script src="../../static/jquery-3.3.1.min.js"></script>
|
||||
<script src="../../static/galleria.min.js"></script>
|
||||
<script src="../../static/themes/classic/galleria.classic.min.js"></script>
|
||||
<script src="../../static/plugins/history/galleria.history.min.js"></script>
|
||||
<script>
|
||||
var data = [
|
||||
{
|
||||
title: "20210618191907-002",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>200</abbr><abbr title='exposure'>0.0125</abbr><abbr title='aperture'>4.5</abbr><abbr title='focal length'>26</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Fri 18 Jun 2021 07:19:07 PM </abbr>",
|
||||
thumb: "thumbnails/20210618191907-002.jpg",
|
||||
image: "20210618191907-002.jpg"
|
||||
},
|
||||
{
|
||||
title: "20210618192025-004",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>200</abbr><abbr title='exposure'>0.0125</abbr><abbr title='aperture'>4.5</abbr><abbr title='focal length'>21</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Fri 18 Jun 2021 07:20:25 PM </abbr>",
|
||||
thumb: "thumbnails/20210618192025-004.jpg",
|
||||
image: "20210618192025-004.jpg"
|
||||
},
|
||||
{
|
||||
title: "20210618192243-012",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>250</abbr><abbr title='exposure'>0.0125</abbr><abbr title='aperture'>5.0</abbr><abbr title='focal length'>25</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Fri 18 Jun 2021 07:22:43 PM </abbr>",
|
||||
thumb: "thumbnails/20210618192243-012.jpg",
|
||||
image: "20210618192243-012.jpg"
|
||||
},
|
||||
{
|
||||
title: "20210618192526-018",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>1000</abbr><abbr title='exposure'>0.004</abbr><abbr title='aperture'>5.5</abbr><abbr title='focal length'>135</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Fri 18 Jun 2021 07:25:26 PM </abbr>",
|
||||
thumb: "thumbnails/20210618192526-018.jpg",
|
||||
image: "20210618192526-018.jpg"
|
||||
},
|
||||
]
|
||||
|
||||
|
||||
Galleria.ready(function() {
|
||||
/*
|
||||
load thumbnails after gallery setup, and download has started
|
||||
for the main images, but before the loading of map tiles starts
|
||||
in the background. This ensures visible elements are prioritised
|
||||
over non-visible elements
|
||||
|
||||
The choice to lazy load thumbnails in batches of 50 was not made
|
||||
scientifically. Other numbers may yield better performance.
|
||||
*/
|
||||
this.lazyLoadChunks( 50 );
|
||||
|
||||
this.attachKeyboard({
|
||||
right: this.next,
|
||||
left: this.prev,
|
||||
/* Toggle fullscreen display on press of 'f' key */
|
||||
0x46: this.toggleFullscreen,
|
||||
});
|
||||
|
||||
var gallery = this;
|
||||
$('#fullscreen').click(function() {
|
||||
gallery.toggleFullscreen();
|
||||
});
|
||||
|
||||
$('.icons').appendTo(this.$('container'));
|
||||
|
||||
});
|
||||
|
||||
Galleria.configure({
|
||||
imageCrop: false,
|
||||
transition: "fade",
|
||||
thumbnails: "lazy"
|
||||
});
|
||||
Galleria.run("#gallery", {dataSource: data});
|
||||
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
BIN
static/photos/Local/Obelisk/thumbnails/20210618191907-002.jpg
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
static/photos/Local/Obelisk/thumbnails/20210618192025-004.jpg
Normal file
|
After Width: | Height: | Size: 18 KiB |
BIN
static/photos/Local/Obelisk/thumbnails/20210618192243-012.jpg
Normal file
|
After Width: | Height: | Size: 16 KiB |
BIN
static/photos/Local/Obelisk/thumbnails/20210618192526-018.jpg
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
static/photos/Random/Chalk-Heart.jpg
Normal file
|
After Width: | Height: | Size: 252 KiB |
BIN
static/photos/Random/thumbnails/Chalk-Heart.jpg
Normal file
|
After Width: | Height: | Size: 18 KiB |