forked from phc/website
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
6 years ago | |
|---|---|---|
| assets | 6 years ago | |
| blog | 6 years ago | |
| views | 6 years ago | |
| .gitignore | 6 years ago | |
| README.md | 6 years ago | |
| auth.go | 6 years ago | |
| go.mod | 6 years ago | |
| go.sum | 6 years ago | |
| main.go | 6 years ago | |
README.md
Nuovo Sito Poisson
Servizio del nuovo sito del PHC
Technologies
-
Gin Web Framework — https://github.com/gin-gonic/gin
Sembra un framework abbastanza usato ed ha molte stelle.
-
Hugo — Generatore statico di blog scritto in Go.
Tutta la parte di contenuti: blog, notizie, guide, etc. Verrà gestita da Hugo e servita sotto l'url
/blog.
Development
Esegui go run main.go per farlo girare su localhost:8000 e vedere le modifiche in diretta, amico.
Design (?)
Fonts
- Share 700: per le intestazioni
- Ubuntu 300, 700: per il testo.
- Ubuntu Mono: per i blocchi di codice
@import url('https://fonts.googleapis.com/css2?family=Share:wght@700&family=Ubuntu+Mono&family=Ubuntu:wght@300;700&display=swap');