diff --git a/config.toml b/config.toml index 171c1316..31e0cf52 100644 --- a/config.toml +++ b/config.toml @@ -2,33 +2,90 @@ baseURL = "https://www.duckland.org/" languageCode = "en-us" title = "duckland.org" theme = "nederburg" +# Enable comments by entering your Disqus shortname +disqusShortname = "" +# Enable Google Analytics by entering your tracking code +googleAnalytics = "" paginate = 5 Copyright = "All rights reserved - 2006-" canonifyurls = true +[privacy] + # Google Analytics privacy settings - https://gohugo.io/about/hugo-and-gdpr/index.html#googleanalytics + [privacy.googleAnalytics] + # set to true to disable service + disable = false + # set to true to meet General Data Protection Regulation (GDPR) + anonymizeIP = false + respectDoNotTrack = false + useSessionStorage = false + + [author] name = "don" [params] email = "duck@duckland.org" + slogan = "Random Quacking" description = "Random Quacking" cover = "images/user.jpg" - author = "don" + author = "Don Harper" + authorlink = "https://www.duckland.org/" + bio = [ + "Don is a computer guy stumbling through life trying to raise his kids and take some pictures" + ] + copyright = [ + "© 2006-2019 Don Harper" + ] authorlocation = "" authorwebsite = "https://www.duckland.org" logo = "images/user.png" - # Optional RSS-Link, if not provided it defaults to the standard index.xml - RSSLink = "" githubName = "duckunix" twitterName = "duckunix" # set true if you are not proud of using Hugo (true will hide the footer note "Proudly published with HUGO.....") hideHUGOSupport = false showtoc = false + # Nav links in the side bar + [[menu.main]] + name = "Home" + url = "/" + weight = 1 -[outputs] - home = [ "RSS", "HTML"] + [[menu.main]] + name = "About" + url = "/stories/about/" + weight = 2 -[outputFormats] - [outputFormats.RSS] - mediatype = "application/rss" - path = "feed" + [[menu.main]] + name = "Privacy" + url = "/stories/privacy/" + weight = 3 + + [[menu.main]] + name = "Photo Galleries" + url = "photos/" + weight = 4 + + [[menu.main]] + name = "Get in touch" + url = "contact/" + weight = 5 + +# this will also be in author bio if there is no writer. + [params.social] + email = "duck@duckland.org" + twitter = "https://twitter.com/duckunix" + linkedin = "https://www.linkedin.com/in/donaldharper" + #stackoverflow = "full profile url in stackoverflow" + instagram = "https://www.instagram.com/duckunix/" + github = "https://github.com/duckunix" + rss = true + + +#[outputs] +# home = [ "RSS", "HTML"] +# +#[outputFormats] +# [outputFormats.RSS] +# mediatype = "application/rss" +# path = "feed" diff --git a/content/post/2019/06/bournemouth-2019.md b/content/post/2019/06/bournemouth-2019.md new file mode 100644 index 00000000..54e96d44 --- /dev/null +++ b/content/post/2019/06/bournemouth-2019.md @@ -0,0 +1,15 @@ +--- +title: "Photos from Bournemouth 2019-06" +date: 2019-06-15T00:25:08-05:00 +categories: ["photos","travel","work"] +image: /photos/bournemouth-201906/20190603161426546845.jpg +--- + +Another trip to the UK to meet with the team and do some planning. + +I took the 'big' camera, as well as the smaller Panasonic DCM-ZS50, and my phone. Interestingly enough, out of the 29 'keepers' I have from the trip, 20 of them are from my phone, 7 from the Panasonic, and only 2 from the Olympia. + +Not sure why, but it seem that it was the style I did which was more documentary vs. art, so the bigger camera only got in the way. And, the Panasonic does a good enough job for me when I want something more than a snap-shot. + +{{}} {{< load-photoswipe >}} +On a more technical, geeky note, I am trying something different with these photos. I am publishing them in 'webp' format instead of my normal 'jpeg' format. Much smaller size, and the quality of the images look the same to me. diff --git a/layouts/shortcodes/gallery.html b/layouts/shortcodes/gallery.html index aac2acee..4a66f6cf 100644 --- a/layouts/shortcodes/gallery.html +++ b/layouts/shortcodes/gallery.html @@ -14,7 +14,7 @@ Documentation and licence at https://github.com/liwenyip/hugo-easy-gallery/ {{- $thumbext := $.Get "thumb" | default "-thumb" }} {{- $isthumb := .Name | findRE ($thumbext | printf "%s\\.") }} - {{- $isimg := lower .Name | findRE "\\.(gif|jpg|jpeg|tiff|png|bmp)" }} + {{- $isimg := lower .Name | findRE "\\.(gif|jpg|jpeg|tiff|png|bmp|webp)" }} {{- if and $isimg (not $isthumb) }} {{- $caption := .Name | replaceRE "\\..*" "" | humanize }} {{- $linkURL := print $baseURL ($.Get "dir") "/" .Name | absURL }} diff --git a/static/photos/bournemouth-201906/20190603161426546845.jpg b/static/photos/bournemouth-201906/20190603161426546845.jpg new file mode 100644 index 00000000..60543f74 Binary files /dev/null and b/static/photos/bournemouth-201906/20190603161426546845.jpg differ diff --git a/static/photos/bournemouth-201906/20190603172008627294.webp b/static/photos/bournemouth-201906/20190603172008627294.webp new file mode 100644 index 00000000..935c06ce Binary files /dev/null and b/static/photos/bournemouth-201906/20190603172008627294.webp differ diff --git a/static/photos/bournemouth-201906/20190604134535.webp b/static/photos/bournemouth-201906/20190604134535.webp new file mode 100644 index 00000000..024c2400 Binary files /dev/null and b/static/photos/bournemouth-201906/20190604134535.webp differ diff --git a/static/photos/bournemouth-201906/20190604152029.webp b/static/photos/bournemouth-201906/20190604152029.webp new file mode 100644 index 00000000..bda20d9c Binary files /dev/null and b/static/photos/bournemouth-201906/20190604152029.webp differ diff --git a/static/photos/bournemouth-201906/20190604194739438825.webp b/static/photos/bournemouth-201906/20190604194739438825.webp new file mode 100644 index 00000000..1cb462e7 Binary files /dev/null and b/static/photos/bournemouth-201906/20190604194739438825.webp differ diff --git a/static/photos/bournemouth-201906/20190605075253.webp b/static/photos/bournemouth-201906/20190605075253.webp new file mode 100644 index 00000000..66cf6cda Binary files /dev/null and b/static/photos/bournemouth-201906/20190605075253.webp differ diff --git a/static/photos/bournemouth-201906/20190605130930.webp b/static/photos/bournemouth-201906/20190605130930.webp new file mode 100644 index 00000000..13755807 Binary files /dev/null and b/static/photos/bournemouth-201906/20190605130930.webp differ diff --git a/static/photos/bournemouth-201906/20190605193948097682.webp b/static/photos/bournemouth-201906/20190605193948097682.webp new file mode 100644 index 00000000..196a587b Binary files /dev/null and b/static/photos/bournemouth-201906/20190605193948097682.webp differ diff --git a/static/photos/bournemouth-201906/20190605193952.webp b/static/photos/bournemouth-201906/20190605193952.webp new file mode 100644 index 00000000..5c7fdd9b Binary files /dev/null and b/static/photos/bournemouth-201906/20190605193952.webp differ diff --git a/static/photos/bournemouth-201906/20190605221650.webp b/static/photos/bournemouth-201906/20190605221650.webp new file mode 100644 index 00000000..db6d8a3d Binary files /dev/null and b/static/photos/bournemouth-201906/20190605221650.webp differ diff --git a/static/photos/bournemouth-201906/20190606055217.webp b/static/photos/bournemouth-201906/20190606055217.webp new file mode 100644 index 00000000..da80abee Binary files /dev/null and b/static/photos/bournemouth-201906/20190606055217.webp differ diff --git a/static/photos/bournemouth-201906/20190606115833.webp b/static/photos/bournemouth-201906/20190606115833.webp new file mode 100644 index 00000000..4c664b78 Binary files /dev/null and b/static/photos/bournemouth-201906/20190606115833.webp differ diff --git a/static/photos/bournemouth-201906/20190606122803.webp b/static/photos/bournemouth-201906/20190606122803.webp new file mode 100644 index 00000000..2e118a32 Binary files /dev/null and b/static/photos/bournemouth-201906/20190606122803.webp differ diff --git a/static/photos/bournemouth-201906/20190606182439334687.webp b/static/photos/bournemouth-201906/20190606182439334687.webp new file mode 100644 index 00000000..079773fd Binary files /dev/null and b/static/photos/bournemouth-201906/20190606182439334687.webp differ diff --git a/static/photos/bournemouth-201906/20190606185529914299.webp b/static/photos/bournemouth-201906/20190606185529914299.webp new file mode 100644 index 00000000..23f7d7c6 Binary files /dev/null and b/static/photos/bournemouth-201906/20190606185529914299.webp differ diff --git a/static/photos/bournemouth-201906/20190606212805411429.webp b/static/photos/bournemouth-201906/20190606212805411429.webp new file mode 100644 index 00000000..5bf9b3d5 Binary files /dev/null and b/static/photos/bournemouth-201906/20190606212805411429.webp differ diff --git a/static/photos/bournemouth-201906/20190607220954467374.webp b/static/photos/bournemouth-201906/20190607220954467374.webp new file mode 100644 index 00000000..9d775455 Binary files /dev/null and b/static/photos/bournemouth-201906/20190607220954467374.webp differ diff --git a/static/photos/bournemouth-201906/20190608083854.webp b/static/photos/bournemouth-201906/20190608083854.webp new file mode 100644 index 00000000..5b9dcf18 Binary files /dev/null and b/static/photos/bournemouth-201906/20190608083854.webp differ diff --git a/static/photos/bournemouth-201906/20190608084830.webp b/static/photos/bournemouth-201906/20190608084830.webp new file mode 100644 index 00000000..da296d39 Binary files /dev/null and b/static/photos/bournemouth-201906/20190608084830.webp differ diff --git a/static/photos/bournemouth-201906/20190608084858.webp b/static/photos/bournemouth-201906/20190608084858.webp new file mode 100644 index 00000000..2a754a9a Binary files /dev/null and b/static/photos/bournemouth-201906/20190608084858.webp differ diff --git a/static/photos/bournemouth-201906/20190608112309.webp b/static/photos/bournemouth-201906/20190608112309.webp new file mode 100644 index 00000000..37c193fb Binary files /dev/null and b/static/photos/bournemouth-201906/20190608112309.webp differ diff --git a/static/photos/bournemouth-201906/20190608200752621354.webp b/static/photos/bournemouth-201906/20190608200752621354.webp new file mode 100644 index 00000000..fe000366 Binary files /dev/null and b/static/photos/bournemouth-201906/20190608200752621354.webp differ diff --git a/static/photos/bournemouth-201906/20190609131508.webp b/static/photos/bournemouth-201906/20190609131508.webp new file mode 100644 index 00000000..39310e79 Binary files /dev/null and b/static/photos/bournemouth-201906/20190609131508.webp differ diff --git a/static/photos/bournemouth-201906/20190609131511.webp b/static/photos/bournemouth-201906/20190609131511.webp new file mode 100644 index 00000000..1d7e1344 Binary files /dev/null and b/static/photos/bournemouth-201906/20190609131511.webp differ diff --git a/static/photos/bournemouth-201906/20190610201331142833.webp b/static/photos/bournemouth-201906/20190610201331142833.webp new file mode 100644 index 00000000..6ab20c67 Binary files /dev/null and b/static/photos/bournemouth-201906/20190610201331142833.webp differ diff --git a/static/photos/bournemouth-201906/20190611074227866846.webp b/static/photos/bournemouth-201906/20190611074227866846.webp new file mode 100644 index 00000000..6a162150 Binary files /dev/null and b/static/photos/bournemouth-201906/20190611074227866846.webp differ diff --git a/static/photos/bournemouth-201906/20190611170505912031.webp b/static/photos/bournemouth-201906/20190611170505912031.webp new file mode 100644 index 00000000..df17fc64 Binary files /dev/null and b/static/photos/bournemouth-201906/20190611170505912031.webp differ diff --git a/static/photos/bournemouth-201906/20190612103041809355.webp b/static/photos/bournemouth-201906/20190612103041809355.webp new file mode 100644 index 00000000..7d3e6ad9 Binary files /dev/null and b/static/photos/bournemouth-201906/20190612103041809355.webp differ diff --git a/static/photos/bournemouth-201906/20190612123306967345.webp b/static/photos/bournemouth-201906/20190612123306967345.webp new file mode 100644 index 00000000..c245dfe5 Binary files /dev/null and b/static/photos/bournemouth-201906/20190612123306967345.webp differ