First photo post
2
.github/workflows/hugo_publisher.yml
vendored
@@ -35,7 +35,7 @@ jobs:
|
||||
name: Install dependencies
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
HUGO_VERSION: 0.132.2
|
||||
HUGO_VERSION: 0.133.0
|
||||
steps:
|
||||
- name: Install Hugo CLI
|
||||
run: |
|
||||
|
||||
@@ -3,10 +3,3 @@ DefaultContentLanguage: en
|
||||
languageCode: en
|
||||
theme: ["github.com/fundor333/macha-theme"]
|
||||
title: Fundor 333
|
||||
author:
|
||||
name: Fundor 333
|
||||
email: "blog@fundor333.com"
|
||||
twitterpage: "https://twitter.com/fundor333"
|
||||
avatar: "/img/gatto.jpg"
|
||||
url: "https://fundor333.com/cv/"
|
||||
description: "Pythonista, Backend Developer, Dev Ops, Ex-Scout, Bookworm and Tea Lover. Sometime you can find me in a GDG, a DataBeers, a Pycon or other similar event. Huge Open Source fan and user I am allways searching something new to do or to study. Huge fan of automation, autodeploy and bots. A lot of my personal stuff are on my blog and more in my Github"
|
||||
|
||||
@@ -1,11 +1,12 @@
|
||||
subtitle: Verified (12€/year for the domain)
|
||||
title: Fundor 333
|
||||
subtitle: Verified (12€/year for the domain)
|
||||
description: Fundor 333's personal space on the web
|
||||
favicon: /img/favicon.ico
|
||||
image: /img/pilogo.jpg
|
||||
logo: /img/logo.jpg
|
||||
hostName: "https://fundor333.com"
|
||||
copyright: Fundor333
|
||||
photoLicense: CC BY-NC-ND 4.0
|
||||
|
||||
maciaindieweb:
|
||||
webmention: "https://webmention.io/fundor333.com/webmention"
|
||||
@@ -18,3 +19,11 @@ maciaindieweb:
|
||||
auth:
|
||||
twitter: https://twitter.com/fundor333
|
||||
mastodon: https://mastodon.social/@fundor333
|
||||
|
||||
author:
|
||||
name: Fundor 333
|
||||
email: "blog@fundor333.com"
|
||||
twitterpage: "https://twitter.com/fundor333"
|
||||
avatar: "/img/gatto.jpg"
|
||||
url: "https://fundor333.com/cv/"
|
||||
description: "Pythonista, Backend Developer, Dev Ops, Ex-Scout, Bookworm and Tea Lover. Sometime you can find me in a GDG, a DataBeers, a Pycon or other similar event. Huge Open Source fan and user I am allways searching something new to do or to study. Huge fan of automation, autodeploy and bots. A lot of my personal stuff are on my blog and more in my Github"
|
||||
|
||||
19
content/photos/2024/moon-of-middle-summer/index.md
Normal file
@@ -0,0 +1,19 @@
|
||||
---
|
||||
title: "Moon of Middle Summer"
|
||||
date: 2024-08-17T21:37:56+02:00
|
||||
tags:
|
||||
- moon
|
||||
- night
|
||||
- venice
|
||||
description: "Photo of the moon 'sleeping' inside the clouds in a hot summer night in Venice"
|
||||
images: ['moon-sleeping-cloud.jpg']
|
||||
resources:
|
||||
- title: 'Moon of Middle Summer'
|
||||
src: 'moon-sleeping-cloud.jpg'
|
||||
---
|
||||
|
||||
I LOVE to walk after dark but I am not very good with the astronomical photo
|
||||
|
||||
## Challenge
|
||||
I am studing how to take a photo of the moon or the stars.
|
||||
In this one I use some filters to get a better image the day after.
|
||||
|
After Width: | Height: | Size: 348 KiB |
2
go.mod
@@ -4,7 +4,7 @@ go 1.22.5
|
||||
|
||||
require (
|
||||
github.com/fundor333/macha-theme v1.2.1 // indirect
|
||||
github.com/fundor333/macia-image v1.0.0 // indirect
|
||||
github.com/fundor333/macia-image v1.0.1 // indirect
|
||||
github.com/fundor333/macia-indiweb v1.0.0 // indirect
|
||||
)
|
||||
|
||||
|
||||
2
go.sum
@@ -24,6 +24,8 @@ github.com/fundor333/macia-image v0.0.0-20240728183659-e648e0050a87 h1:BwDrTcbkA
|
||||
github.com/fundor333/macia-image v0.0.0-20240728183659-e648e0050a87/go.mod h1:9zBOlIP9CvKcUcK3q+La1av6XH/fWPSApaYF/lvVAKY=
|
||||
github.com/fundor333/macia-image v1.0.0 h1:fZpEgYjCNYidwncWpiowcHI9VCDlp9VaF5YqTe0CqLU=
|
||||
github.com/fundor333/macia-image v1.0.0/go.mod h1:9zBOlIP9CvKcUcK3q+La1av6XH/fWPSApaYF/lvVAKY=
|
||||
github.com/fundor333/macia-image v1.0.1 h1:CbS9mrktbo0qGB+bgXKa4yj6fkwgR/FV0wzrbz4qqt8=
|
||||
github.com/fundor333/macia-image v1.0.1/go.mod h1:9zBOlIP9CvKcUcK3q+La1av6XH/fWPSApaYF/lvVAKY=
|
||||
github.com/fundor333/macia-indiweb v0.0.0-20240728170323-78be1951ae2d h1:05g12fXeywk1K/aowlMZYryvsHJ1H0m/8gMB0+7NqbU=
|
||||
github.com/fundor333/macia-indiweb v0.0.0-20240728170323-78be1951ae2d/go.mod h1:mzfDNrWLvqaOhl7Fq3EaeEFuPDz5jKo5fqnNeaA9Yk4=
|
||||
github.com/fundor333/macia-indiweb v1.0.0 h1:W/S9d5FpT69FLv3hzA2unDKy2a7NRns+ANWM87rMFjY=
|
||||
|
||||
19
package-lock.json
generated
@@ -196,9 +196,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/caniuse-lite": {
|
||||
"version": "1.0.30001647",
|
||||
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001647.tgz",
|
||||
"integrity": "sha512-n83xdNiyeNcHpzWY+1aFbqCK7LuLfBricc4+alSQL2Xb6OR3XpnQAmlDG+pQcdTfiHRuLcQ96VOfrPSGiNJYSg==",
|
||||
"version": "1.0.30001651",
|
||||
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001651.tgz",
|
||||
"integrity": "sha512-9Cf+Xv1jJNe1xPZLGuUXLNkE1BoDkqRqYyFJ9TDYSqhduqA4hu4oR9HluGoWYQC/aj8WHjsGVV+bwkh0+tegRg==",
|
||||
"funding": [
|
||||
{
|
||||
"type": "opencollective",
|
||||
@@ -287,9 +287,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/electron-to-chromium": {
|
||||
"version": "1.5.4",
|
||||
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.4.tgz",
|
||||
"integrity": "sha512-orzA81VqLyIGUEA77YkVA1D+N+nNfl2isJVjjmOyrlxuooZ19ynb+dOlaDTqd/idKRS9lDCSBmtzM+kyCsMnkA==",
|
||||
"version": "1.5.10",
|
||||
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.10.tgz",
|
||||
"integrity": "sha512-C3RDERDjrNW262GCRvpoer3a0Ksd66CtgDLxMHhzShQ8fhL4kwnpVXsJPAKg9xJjIROXUbLBrvtOzVAjALMIWA==",
|
||||
"license": "ISC"
|
||||
},
|
||||
"node_modules/emoji-regex": {
|
||||
@@ -445,9 +445,9 @@
|
||||
"license": "ISC"
|
||||
},
|
||||
"node_modules/ignore": {
|
||||
"version": "5.3.1",
|
||||
"resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.1.tgz",
|
||||
"integrity": "sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==",
|
||||
"version": "5.3.2",
|
||||
"resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz",
|
||||
"integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==",
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">= 4"
|
||||
@@ -649,6 +649,7 @@
|
||||
"url": "https://github.com/sponsors/ai"
|
||||
}
|
||||
],
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"nanoid": "^3.3.7",
|
||||
"picocolors": "^1.0.1",
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
{"Exif":{"Lat":0,"Long":0,"Date":"2024-07-22T00:33:19+02:00","Tags":{"ApertureValue":2.800000335430107,"BrightnessValue|*imagemeta.rat[int32]":"-227/50","CreateDate":"2024:07:22 00:33:19","CustomRendered|uint16":"0","DateTimeOriginal":"2024:07:22 00:33:19","ExposureCompensation|*imagemeta.rat[int32]":"-33/100","ExposureTime|*imagemeta.rat[uint32]":"1/17","FNumber|*imagemeta.rat[uint32]":"14/5","FileSource|uint8":"3","FocalLengthIn35mmFormat|uint16":"41","FocalLength|*imagemeta.rat[uint32]":"27","ISO|uint16":"6400","LensInfo":"27 27 2.8 2.8","LensMake":"FUJIFILM","LensModel":"XF27mmF2.8 R WR","LensSerialNumber":"2CA04105","LightSource|uint16":"0","Make":"FUJIFILM","MaxApertureValue":2.82842712474619,"Model":"X-T30 II","ModifyDate":"2024:08:17 21:31:34","OffsetTime":"+02:00","OffsetTimeDigitized":"+02:00","OffsetTimeOriginal":"+02:00","SceneCaptureType|uint16":"1","SceneType|uint8":"1","SensitivityType|uint16":"1","SerialNumber":"3D015250","ShutterSpeedValue":0.05882352293900745,"Software":"Adobe Lightroom 7.5 (Macintosh)","SubjectDistanceRange|uint16":"0"}}}
|
||||
|
After Width: | Height: | Size: 20 KiB |
|
Before Width: | Height: | Size: 94 KiB |
|
Before Width: | Height: | Size: 39 KiB |
|
Before Width: | Height: | Size: 62 KiB |
|
Before Width: | Height: | Size: 19 KiB |
|
Before Width: | Height: | Size: 35 KiB |
|
Before Width: | Height: | Size: 13 KiB |
|
Before Width: | Height: | Size: 53 KiB |
|
Before Width: | Height: | Size: 23 KiB |
|
Before Width: | Height: | Size: 246 KiB |
|
Before Width: | Height: | Size: 46 KiB |
|
Before Width: | Height: | Size: 94 KiB |
|
Before Width: | Height: | Size: 154 KiB |
|
Before Width: | Height: | Size: 14 KiB |
|
Before Width: | Height: | Size: 43 KiB |
|
Before Width: | Height: | Size: 74 KiB |
|
Before Width: | Height: | Size: 28 KiB |
|
Before Width: | Height: | Size: 16 KiB |
|
Before Width: | Height: | Size: 11 KiB |
|
Before Width: | Height: | Size: 24 KiB |
|
Before Width: | Height: | Size: 7.5 KiB |
|
Before Width: | Height: | Size: 13 KiB |
|
Before Width: | Height: | Size: 29 KiB |
|
Before Width: | Height: | Size: 41 KiB |
|
Before Width: | Height: | Size: 22 KiB |
|
Before Width: | Height: | Size: 64 KiB |
|
Before Width: | Height: | Size: 43 KiB |
|
Before Width: | Height: | Size: 13 KiB |
|
Before Width: | Height: | Size: 27 KiB |
|
Before Width: | Height: | Size: 108 KiB |
|
Before Width: | Height: | Size: 24 KiB |
|
Before Width: | Height: | Size: 73 KiB |
|
Before Width: | Height: | Size: 47 KiB |
|
Before Width: | Height: | Size: 33 KiB |
|
Before Width: | Height: | Size: 71 KiB |
|
Before Width: | Height: | Size: 47 KiB |
|
Before Width: | Height: | Size: 18 KiB |
|
Before Width: | Height: | Size: 97 KiB |
|
Before Width: | Height: | Size: 30 KiB |
|
Before Width: | Height: | Size: 14 KiB |
|
Before Width: | Height: | Size: 51 KiB |
|
Before Width: | Height: | Size: 21 KiB |
|
Before Width: | Height: | Size: 56 KiB |
|
Before Width: | Height: | Size: 7.2 KiB |
|
Before Width: | Height: | Size: 13 KiB |
|
Before Width: | Height: | Size: 34 KiB |
|
Before Width: | Height: | Size: 52 KiB |
|
Before Width: | Height: | Size: 21 KiB |
|
Before Width: | Height: | Size: 11 KiB |
|
Before Width: | Height: | Size: 11 KiB |
|
Before Width: | Height: | Size: 56 KiB |
|
Before Width: | Height: | Size: 20 KiB |
|
Before Width: | Height: | Size: 32 KiB |
|
Before Width: | Height: | Size: 56 KiB |
|
Before Width: | Height: | Size: 91 KiB |
|
Before Width: | Height: | Size: 18 KiB |
|
Before Width: | Height: | Size: 36 KiB |
|
Before Width: | Height: | Size: 25 KiB |
|
Before Width: | Height: | Size: 131 KiB |
|
Before Width: | Height: | Size: 51 KiB |
|
Before Width: | Height: | Size: 83 KiB |
|
Before Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 57 KiB |
|
Before Width: | Height: | Size: 24 KiB |
|
Before Width: | Height: | Size: 38 KiB |
|
Before Width: | Height: | Size: 52 KiB |
|
Before Width: | Height: | Size: 13 KiB |
|
Before Width: | Height: | Size: 24 KiB |
|
Before Width: | Height: | Size: 35 KiB |
|
Before Width: | Height: | Size: 33 KiB |
|
Before Width: | Height: | Size: 20 KiB |
|
Before Width: | Height: | Size: 47 KiB |
|
Before Width: | Height: | Size: 64 KiB |
|
Before Width: | Height: | Size: 17 KiB |
|
Before Width: | Height: | Size: 34 KiB |
|
Before Width: | Height: | Size: 60 KiB |
|
Before Width: | Height: | Size: 105 KiB |
|
Before Width: | Height: | Size: 52 KiB |
|
Before Width: | Height: | Size: 25 KiB |
|
Before Width: | Height: | Size: 15 KiB |
|
Before Width: | Height: | Size: 36 KiB |
|
Before Width: | Height: | Size: 100 KiB |
|
Before Width: | Height: | Size: 52 KiB |
|
Before Width: | Height: | Size: 30 KiB |
|
Before Width: | Height: | Size: 75 KiB |
|
Before Width: | Height: | Size: 15 KiB |
|
Before Width: | Height: | Size: 11 KiB |
|
Before Width: | Height: | Size: 7.1 KiB |
|
Before Width: | Height: | Size: 22 KiB |
|
Before Width: | Height: | Size: 21 KiB |
|
Before Width: | Height: | Size: 37 KiB |