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.
31 lines
910 B
Markdown
31 lines
910 B
Markdown
# Nuovo Sito Poisson
|
|
|
|
Server che gestisce il nuovo sito del PHC, che verrà hostato a `https://phc.dm.*****.**`.
|
|
|
|
## Technologies
|
|
|
|
- [Echo Web Framework](https://echo.labstack.com/) — https://github.com/labstack/echo
|
|
|
|
Sembra un framework abbastanza usato ed ha molte stelle.
|
|
|
|
- [Hugo](https://gohugo.io) — 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à sotto `content-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
|
|
|
|
|
|
```css
|
|
@import url('https://fonts.googleapis.com/css2?family=Share:wght@700&family=Ubuntu+Mono&family=Ubuntu:wght@300;700&display=swap');
|
|
```
|