Compare commits

..

No commits in common. "main" and "draft" have entirely different histories.
main ... draft

453 changed files with 24219 additions and 2805 deletions

6
.gitmodules vendored
View file

@ -1,3 +1,3 @@
[submodule "themes/hugo-flex"] [submodule "themes/nederburg"]
path = themes/hugo-flex path = themes/nederburg
url = https://github.com/ldeso/hugo-flex.git url = https://github.com/appernetic/hugo-nederburg-theme.git

0
.htaccess Executable file → Normal file
View file

View file

@ -1,5 +1,3 @@
# www.duckland.org # www.duckland.org
Source to the website [www.duckland.org](https://www.duckland.org) Source to the website [www.duckland.org](https://www.duckland.org)

0
archetypes/default.md Executable file → Normal file
View file

View file

@ -1,106 +1,94 @@
baseURL = "https://www.duckland.org/" baseURL = "https://www.duckland.org/"
Copyright = "All rights reserved - 2006-"
disqusShortname = ""
enableRobotsTXT = true
googleAnalytics = ""
languageCode = "en-us" languageCode = "en-us"
preserveTaxonomyNames = true
theme = "hugo-flex"
title = "duckland.org" title = "duckland.org"
theme = "minimage"
# Enable comments by entering your Disqus shortname
disqusShortname = ""
# Enable Google Analytics by entering your tracking code
googleAnalytics = ""
Copyright = "All rights reserved - 2006-"
preserveTaxonomyNames = true
renderer.unsafe = true
#canonifyurls = true
[pagination] [pagination]
pagerSize = 3 pagerSize = 5
[taxonomies] [taxonomies]
category = "categories" category = "categories"
tag = "tags" tag = "tags"
series = "series" series = "series"
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[privacy] [privacy]
# Google Analytics privacy settings - https://gohugo.io/about/hugo-and-gdpr/index.html#googleanalytics
[privacy.googleAnalytics] [privacy.googleAnalytics]
# set to true to disable service # set to true to disable service
disable = true disable = true
# set to true to meet General Data Protection Regulation (GDPR)
anonymizeIP = true anonymizeIP = true
respectDoNotTrack = true respectDoNotTrack = true
useSessionStorage = true useSessionStorage = true
[params] [params]
defaultTheme = "dark" email = "duck@duckland.org"
contentTypeName = "post"
fullWidthTheme = true
slogan = "Random Quacking" slogan = "Random Quacking"
description = "Random Quacking" description = "Random Quacking"
header_image = "/photos/Travel/China/P1215426.jpg" header_image = "/photos/Travel/China/P1215426.jpg"
#logo = "/photos/Travel/China/P1215426.jpg" #logo = "/photos/Travel/China/P1215426.jpg"
cover = "/photos/Travel/China/P1215426.jpg" cover = "/photos/Travel/China/P1215426.jpg"
# author = "Don Harper" author = "Don Harper"
# email = "duck@duckland.org" authorlink = "https://www.duckland.org/"
# authorlink = "https://www.duckland.org/"
bio = [ bio = [
"Don is a computer guy stumbling through life trying to raise his kids and take some pictures" "Don is a computer guy stumbling through life trying to raise his kids and take some pictures"
] ]
footer = "© 2006- Don Harper"
copyright = [ copyright = [
"© 2006- Don Harper" "© 2006-2021 Don Harper"
] ]
authorlocation = "" authorlocation = ""
authorwebsite = "https://www.duckland.org" authorwebsite = "https://www.duckland.org"
#logo = "images/user.png" #logo = "images/user.png"
githubName = "duckunix" githubName = "duckunix"
twitterName = "https://fosstodon.org/@duckunix" twitterName = "duckunix"
# set true if you are not proud of using Hugo (true will hide the footer note "Proudly published with HUGO.....") # set true if you are not proud of using Hugo (true will hide the footer note "Proudly published with HUGO.....")
hideHUGOSupport = false hideHUGOSupport = false
showtoc = false showtoc = false
enableAutoDarkMode = true enableAutoDarkMode = true
# Nav links in the side bar # Nav links in the side bar
[params.author] [[menu.global]]
author = "Don Harper"
email = "duck@duckland.org"
[[menu.main]]
name = "Home" name = "Home"
url = "/" url = "/"
weight = 2
[[menu.main]]
name = "Posts"
url = "/posts/"
weight = 3
[[menu.main]]
name = "About"
url = "/stories/about/"
weight = 1 weight = 1
[[menu.main]] [[menu.global]]
name = "About"
url = "/stories/about/"
weight = 2
[[menu.global]]
name = "Privacy" name = "Privacy"
url = "/stories/privacy/" url = "/stories/privacy/"
weight = 4 weight = 3
[[menu.main]] [[menu.global]]
name = "Photos" name = "Photo Galleries"
url = "/photos/" url = "/photos/"
weight = 8 weight = 4
[[menu.footer]] [[menu.footer]]
name = "About" name = "About"
url = "/stories/about/" url = "/stories/about/"
[[menu.main]] [[menu.global]]
name = "Categories" name = "Categories"
url = "/categories/" url = "/categories/"
weight = 5 weight = 5
[[menu.main]] [[menu.global]]
name = "Tags" name = "Tags"
url = "/tags/" url = "/tags/"
weight = 6 weight = 6
#[[menu.main]] #[[menu.global]]
#name = "Get in touch" #name = "Get in touch"
#url = "contact/" #url = "contact/"
#weight = 5 #weight = 5
@ -108,7 +96,7 @@ title = "duckland.org"
# this will also be in author bio if there is no writer. # this will also be in author bio if there is no writer.
[params.social] [params.social]
email = "duck@duckland.org" email = "duck@duckland.org"
twitter = "https://fosstodon.org/@duckunix" #twitter = "https://twitter.com/duckunix"
linkedin = "https://www.linkedin.com/in/donaldharper/" linkedin = "https://www.linkedin.com/in/donaldharper/"
mastodon = "https://fosstodon.org/@duckunix" mastodon = "https://fosstodon.org/@duckunix"
#stackoverflow = "full profile url in stackoverflow" #stackoverflow = "full profile url in stackoverflow"
@ -122,7 +110,7 @@ title = "duckland.org"
bio = [ bio = [
"Don is a computer guy stumbling through life trying to raise his kids and take some pictures" "Don is a computer guy stumbling through life trying to raise his kids and take some pictures"
] ]
twitter = "https://fosstodon.org/@duckunix" twitter = "https://twitter.com/duckunix"
linkedin = "https://www.linkedin.com/in/donaldharper/" linkedin = "https://www.linkedin.com/in/donaldharper/"
instagram = "https://www.instagram.com/duckunix/" instagram = "https://www.instagram.com/duckunix/"
github = "https://github.com/duckunix" github = "https://github.com/duckunix"

0
content/.htaccess Executable file → Normal file
View file

0
content/contact/_index.md Executable file → Normal file
View file

View file

View file

@ -9,7 +9,7 @@ Wow...September already? Where does the time go?
With the time given to the commute and the lack of access at the office (since I do work for a firm which does have pretty tight internet access policies), I have decided that I cannot do the photo-a-day thing, so I am not going to be updating my [photo website](https://www.donaldharper.com) on a regular basis. Sorry about that, but then since I started back this summer, the traffic was not there. With the time given to the commute and the lack of access at the office (since I do work for a firm which does have pretty tight internet access policies), I have decided that I cannot do the photo-a-day thing, so I am not going to be updating my [photo website](https://www.donaldharper.com) on a regular basis. Sorry about that, but then since I started back this summer, the traffic was not there.
On the topic of my [last post](/posts/2015/08/do-i-stay-or-do-i-go/), I have decided to keep most things in house for now. Calendaring is the biggest issue to crack. On the topic of my [last post](/post/2015/08/do-i-stay-or-do-i-go/), I have decided to keep most things in house for now. Calendaring is the biggest issue to crack.
I hope to be able to spend some time here documenting things, if nothing else for me. Maybe someone else will find them useful. I hope to be able to spend some time here documenting things, if nothing else for me. Maybe someone else will find them useful.

View file

@ -8,4 +8,4 @@ Happy Leap Day!
Another month has gone by, and things have been busy. In addition to all the normal crazy that is life with kids, I have been elected to the kids pre-school board of directors. Now, the oldest two no longer go there, but the youngest will be there another year, and my term is three years, so there will be a bit of time when I will not have a kid there. They did ask me before, but that was years ago, and I was not in a position to be able to do that back then. Another month has gone by, and things have been busy. In addition to all the normal crazy that is life with kids, I have been elected to the kids pre-school board of directors. Now, the oldest two no longer go there, but the youngest will be there another year, and my term is three years, so there will be a bit of time when I will not have a kid there. They did ask me before, but that was years ago, and I was not in a position to be able to do that back then.
In other, but more geeky, news, February saw me running [FreeBSD](https://www.freebsd.org) as my OS for the month. There was only one thing in which I needed Linux for, and it was [something I know I could do under FreeBSD](/posts/2014/03/freebsd-challenge-day-4-6/), but I had not set up my machine to run that program yet. Will I keep it up? Probably, although the lack of supported sleep on the current laptop, an Acer C720 Chromebook, is a major downer. I may need to see if I can do something about it, as it appears to work fine under Linux. In other, but more geeky, news, February saw me running [FreeBSD](https://www.freebsd.org) as my OS for the month. There was only one thing in which I needed Linux for, and it was [something I know I could do under FreeBSD](/post/2014/03/freebsd-challenge-day-4-6/), but I had not set up my machine to run that program yet. Will I keep it up? Probably, although the lack of supported sleep on the current laptop, an Acer C720 Chromebook, is a major downer. I may need to see if I can do something about it, as it appears to work fine under Linux.

View file

@ -7,7 +7,7 @@ featured_image = "/photos/TRF/2016/20161126112933.webp"
+++ +++
This last weekend was the last weekend for the [2016 Texas Renaissance Festival](https://www.texrenfest.com/). Since the fall has been a bit crazy with sports and the new [job](/posts/2016/10/exit-stage-left/) that we only got to go one time this year. This last weekend was the last weekend for the [2016 Texas Renaissance Festival](https://www.texrenfest.com/). Since the fall has been a bit crazy with sports and the new [job](/post/2016/10/exit-stage-left/) that we only got to go one time this year.
Naturally, I took my camera, but as luck would have it, the battery which said it was full before I left was actually flat, and died on me. I ended up using my phone (Nexus 5x), which turned out took decent pictures within limits. Action shots were out. However, I did manage to get a [a few I liked](/photos/TRF/2016/), so on the photographic front, it was not a total loss. Naturally, I took my camera, but as luck would have it, the battery which said it was full before I left was actually flat, and died on me. I ended up using my phone (Nexus 5x), which turned out took decent pictures within limits. Action shots were out. However, I did manage to get a [a few I liked](/photos/TRF/2016/), so on the photographic front, it was not a total loss.

View file

@ -7,7 +7,7 @@ featured_image = "/photos/Flowers/20170120174705.webp"
+++ +++
As you may [remember](/posts/2017/01/happy-new-year/), I have been working on my Project 365 (take and post a picture for 365 days). Well, so far, I am 20 for 20! As you may [remember](/post/2017/01/happy-new-year/), I have been working on my Project 365 (take and post a picture for 365 days). Well, so far, I am 20 for 20!
But, in getting one for [yesterday](https://p365.donaldharper.com/posts/020-blue-flower-macro/), I ended up taking a bunch of pictures. I decide to share the best, and you can find them [here](/photos/Flowers/). Enjoy. But, in getting one for [yesterday](https://p365.donaldharper.com/posts/020-blue-flower-macro/), I ended up taking a bunch of pictures. I decide to share the best, and you can find them [here](/photos/Flowers/). Enjoy.

Some files were not shown because too many files have changed in this diff Show more