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.
Antonio De Lucreziis 764b569e31 | 4 years ago | |
---|---|---|
assets | 4 years ago | |
utils | 4 years ago | |
views | 4 years ago | |
README.md | 4 years ago | |
auth.go | 4 years ago | |
go.mod | 4 years ago | |
go.sum | 4 years ago | |
main.go | 4 years ago |
README.md
Nuovo Sito Poisson
Server che gestisce il nuovo sito del PHC, che verrà hostato a https://phc.dm.*****.**
.
Technologies
-
Echo Web Framework — https://github.com/labstack/echo
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
ed in teoria sarà sottocontent-poisson
.
Development
Usare il comando MODE=development go run main.go
per lanciare il server su localhost:8000
.
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');