Skip to content

matdz/lento

 
 

Repository files navigation

ci

len.to

My personal photo blog.



Quickstart

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

License

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

About

🖼️ A photo blog

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 59.3%
  • HTML 28.3%
  • Shell 6.1%
  • CSS 4.7%
  • Other 1.6%