My personal photo blog.
Run the latest Docker image on http://localhost:8080
make run
Build the Docker image
make build
Run the live-reload server on http://localhost:1313
make dev
The code for this site is licensed under GNU AGPLv3. The content for this site is licensed under Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International.
Per convertire i file .heic, apri Powershell, vai nella cartella, ad esempio: cd C:\Users\matte\Downloads\drive-download-20260210T203507Z-1-001
poi scrivi
Get-ChildItem *.heic | ForEach-Object { magick $.Name "$($.BaseName).jpg" }
Per provare il sito su locale prima apri PowerShell e scrivi: hugo server
Puoi provare il sito su http://localhost:1313
Quando sei soddisfatto: hugo (genera la cartella public/)
Copia tutto il contenuto della cartella public e pubblicalo su github pages
git add . git commit -m "descrizione delle modifiche" git push