@@ -0,0 +1,26 @@
|
|||||||
|
name: Build & Deploy to DigitalOcean Space
|
||||||
|
run-name: ${{ gitea.actor }} is pushing a new build
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
- uses: srt32/git-actions@master
|
||||||
|
with:
|
||||||
|
args: "git submodule update --init --recursive"
|
||||||
|
- uses: peaceiris/actions-hugo@v3
|
||||||
|
with:
|
||||||
|
hugo-version: '0.125.5'
|
||||||
|
extended: true
|
||||||
|
- run: hugo --minify
|
||||||
|
- uses: BetaHuhn/do-spaces-action@v2
|
||||||
|
with:
|
||||||
|
access_key: ${{ secrets.ACCESS_KEY }}
|
||||||
|
secret_key: ${{ secrets.SECRET_KEY }}
|
||||||
|
space_name: ${{ secrets.SPACE_NAME }}
|
||||||
|
space_region: ${{ secrets.SPACE_REGION }}
|
||||||
|
source: ./public/
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
public/*
|
||||||
@@ -0,0 +1,3 @@
|
|||||||
|
[submodule "themes/gallery"]
|
||||||
|
path = themes/gallery
|
||||||
|
url = https://github.com/nicokaiser/hugo-theme-gallery.git
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
+++
|
||||||
|
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
|
||||||
|
date = {{ .Date }}
|
||||||
|
draft = true
|
||||||
|
+++
|
||||||
@@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"compilerOptions": {
|
||||||
|
"baseUrl": ".",
|
||||||
|
"paths": {
|
||||||
|
"*": [
|
||||||
|
"../../.cache/hugo_cache/modules/filecache/modules/pkg/mod/github.com/nicokaiser/hugo-theme-gallery/v4@v4.1.7/assets/*"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
---
|
||||||
|
description: David Rinaldo's photography gallery
|
||||||
|
title: David Rinaldo
|
||||||
|
menus:
|
||||||
|
main:
|
||||||
|
name: Home
|
||||||
|
weight: -1
|
||||||
|
---
|
||||||
|
After Width: | Height: | Size: 5.5 MiB |
@@ -0,0 +1,3 @@
|
|||||||
|
---
|
||||||
|
title: Astro
|
||||||
|
---
|
||||||
|
After Width: | Height: | Size: 10 MiB |
|
After Width: | Height: | Size: 12 MiB |
|
After Width: | Height: | Size: 3.5 MiB |
@@ -0,0 +1,3 @@
|
|||||||
|
---
|
||||||
|
title: Candid
|
||||||
|
---
|
||||||
|
After Width: | Height: | Size: 14 MiB |
|
After Width: | Height: | Size: 7.8 MiB |
|
After Width: | Height: | Size: 6.8 MiB |
@@ -0,0 +1,3 @@
|
|||||||
|
---
|
||||||
|
title: Distressed
|
||||||
|
---
|
||||||
|
After Width: | Height: | Size: 8.6 MiB |
|
After Width: | Height: | Size: 10 MiB |
|
After Width: | Height: | Size: 12 MiB |
|
After Width: | Height: | Size: 11 MiB |
@@ -0,0 +1,3 @@
|
|||||||
|
---
|
||||||
|
title: Nature
|
||||||
|
---
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
module git.dvdt.dev/david/davidrinaldo.com
|
||||||
|
|
||||||
|
go 1.19
|
||||||
|
|
||||||
|
require github.com/nicokaiser/hugo-theme-gallery/v4 v4.1.7 // indirect
|
||||||
@@ -0,0 +1,2 @@
|
|||||||
|
github.com/nicokaiser/hugo-theme-gallery/v4 v4.1.7 h1:GmmQHzi29DJJt/r0bCxIfSDrW/znCcL4goTmJtiKaXo=
|
||||||
|
github.com/nicokaiser/hugo-theme-gallery/v4 v4.1.7/go.mod h1:oVtY67dE9NbaJw9jM4G5moHAcgT/UXxdcIQhs52KPoU=
|
||||||
@@ -0,0 +1,31 @@
|
|||||||
|
baseURL: https://davidrinaldo.com/
|
||||||
|
languageCode: en-us
|
||||||
|
title: Gallery
|
||||||
|
copyright: © David Rinaldo
|
||||||
|
enableRobotsTXT: true
|
||||||
|
timeZone: America/New_York
|
||||||
|
params:
|
||||||
|
defaultTheme: dark
|
||||||
|
description: David Rinaldo's photography gallery
|
||||||
|
author:
|
||||||
|
email: david@dvdt.dev
|
||||||
|
name: David Rinaldo
|
||||||
|
socialIcons:
|
||||||
|
instagram: https://instagram.com/davidhrinaldo
|
||||||
|
outputs:
|
||||||
|
home: ["HTML", "RSS"]
|
||||||
|
page: ["HTML"]
|
||||||
|
section: ["HTML"]
|
||||||
|
imaging:
|
||||||
|
quality: 75
|
||||||
|
resampleFilter: CatmullRom
|
||||||
|
exif:
|
||||||
|
disableDate: false
|
||||||
|
disableLatLong: true
|
||||||
|
includeFields: ImageDescription|Orientation
|
||||||
|
module:
|
||||||
|
imports:
|
||||||
|
path: github.com/nicokaiser/hugo-theme-gallery/v4
|
||||||
|
services:
|
||||||
|
rss:
|
||||||
|
limit: 100
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
{"Target":"/css/main.min.5246b5ca2af2b7f7e15a3795a27895afb4521425a19dc961a4728a741d74a414.css","MediaType":"text/css","Data":{"Integrity":"sha256-Uka1yiryt/fhWjeVoniVr7RSFCWhnclhpHKKdB10pBQ="}}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
{"Exif":{"Lat":0,"Long":0,"Date":"2022-04-10T17:41:28-04:00","Tags":{"ImageDescription":"","Orientation|int":"1"}}}
|
||||||
|
After Width: | Height: | Size: 22 KiB |
|
After Width: | Height: | Size: 55 KiB |
|
After Width: | Height: | Size: 9.6 KiB |
|
After Width: | Height: | Size: 58 KiB |
|
After Width: | Height: | Size: 129 KiB |
|
After Width: | Height: | Size: 27 KiB |
|
After Width: | Height: | Size: 443 KiB |
|
After Width: | Height: | Size: 64 KiB |
@@ -0,0 +1 @@
|
|||||||
|
{"Exif":{"Lat":0,"Long":0,"Date":"2021-08-16T17:25:50-04:00","Tags":{"Orientation|int":"1"}}}
|
||||||
|
After Width: | Height: | Size: 75 KiB |
|
After Width: | Height: | Size: 198 KiB |
|
After Width: | Height: | Size: 36 KiB |
|
After Width: | Height: | Size: 157 KiB |
|
After Width: | Height: | Size: 494 KiB |
|
After Width: | Height: | Size: 68 KiB |
|
After Width: | Height: | Size: 157 KiB |
|
After Width: | Height: | Size: 494 KiB |
|
After Width: | Height: | Size: 68 KiB |
@@ -0,0 +1 @@
|
|||||||
|
{"Exif":{"Lat":0,"Long":0,"Date":"2024-05-17T11:06:57-04:00","Tags":{"ImageDescription":"","Orientation|int":"1"}}}
|
||||||
|
After Width: | Height: | Size: 106 KiB |
|
After Width: | Height: | Size: 253 KiB |
|
After Width: | Height: | Size: 46 KiB |
@@ -0,0 +1 @@
|
|||||||
|
{"Exif":{"Lat":0,"Long":0,"Date":"2024-05-17T11:07:57-04:00","Tags":{"ImageDescription":"","Orientation|int":"1"}}}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
{"Exif":{"Lat":0,"Long":0,"Date":"2024-05-17T11:07:57-04:00","Tags":{"ImageDescription":"","Orientation|int":"1"}}}
|
||||||
|
After Width: | Height: | Size: 104 KiB |
|
After Width: | Height: | Size: 105 KiB |
|
After Width: | Height: | Size: 280 KiB |
|
After Width: | Height: | Size: 55 KiB |
|
After Width: | Height: | Size: 280 KiB |
|
After Width: | Height: | Size: 55 KiB |
@@ -0,0 +1 @@
|
|||||||
|
{"Exif":{"Lat":0,"Long":0,"Date":"2024-05-17T11:13:05-04:00","Tags":{"ImageDescription":"","Orientation|int":"1"}}}
|
||||||
|
After Width: | Height: | Size: 101 KiB |
|
After Width: | Height: | Size: 100 KiB |
|
After Width: | Height: | Size: 297 KiB |
|
After Width: | Height: | Size: 46 KiB |
|
After Width: | Height: | Size: 297 KiB |
|
After Width: | Height: | Size: 46 KiB |
@@ -0,0 +1 @@
|
|||||||
|
{"Exif":{"Lat":0,"Long":0,"Date":"2021-08-16T17:10:07-04:00","Tags":{"Orientation|int":"1"}}}
|
||||||
|
After Width: | Height: | Size: 74 KiB |
|
After Width: | Height: | Size: 166 KiB |
|
After Width: | Height: | Size: 41 KiB |
@@ -0,0 +1 @@
|
|||||||
|
{"Exif":{"Lat":0,"Long":0,"Date":"2021-08-16T17:25:06-04:00","Tags":{"Orientation|int":"1"}}}
|
||||||
|
After Width: | Height: | Size: 126 KiB |
|
After Width: | Height: | Size: 31 KiB |
@@ -0,0 +1 @@
|
|||||||
|
{"Exif":{"Lat":0,"Long":0,"Date":"2021-08-16T17:41:14-04:00","Tags":{"Orientation|int":"1"}}}
|
||||||
|
After Width: | Height: | Size: 198 KiB |
|
After Width: | Height: | Size: 48 KiB |
@@ -0,0 +1 @@
|
|||||||
|
{"Exif":{"Lat":0,"Long":0,"Date":"2021-08-16T17:44:29-04:00","Tags":{"Orientation|int":"1"}}}
|
||||||
|
After Width: | Height: | Size: 73 KiB |
|
After Width: | Height: | Size: 17 KiB |