Skip to content

pory-gone/pory-gone.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blog Personale

Blog personale creato con Hugo e ospitato su GitHub Pages.

Quick Start

Prerequisiti

  • Hugo installato sul tuo sistema

Sviluppo Locale

# Clona la repository
git clone https://github.com/porygone/pory-gone.github.io.git
cd pory-gone.github.io

# Avvia il server di sviluppo
hugo server -D

# Apri il browser su http://localhost:1313

Creare un Nuovo Post

hugo new posts/mio-nuovo-post.md

Build per Produzione

hugo --minify

I file generati saranno nella cartella public/.

Struttura

.
├── content/        # Contenuti del blog
│   ├── posts/     # Post del blog
│   └── about.md   # Pagina About
├── layouts/       # Template HTML
├── static/        # File statici (immagini, css, js)
└── hugo.toml      # Configurazione

Deploy

Il sito viene automaticamente pubblicato su GitHub Pages quando fai push sul branch main.

Configurazione GitHub Pages

  1. Vai su Settings → Pages
  2. Source: GitHub Actions
  3. Il workflow si occuperà del resto!

Licenza

MIT

Autore

Porygone

About

Personal Blog

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published