Basic site

main-old
Antonio De Lucreziis 4 years ago
parent 6f0b1467e8
commit 3a81824019

@ -2,12 +2,28 @@
Servizio del nuovo sito del PHC
### Technologies
## Technologies
- [Gin Web Framework](https://gin-gonic.com/) — https://github.com/gin-gonic/gin
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`.
## Development
Esegui `go run main.go` per farlo girare su `localhost:8000` e vedere le modifiche in diretta, amico.
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
```css
@import url('https://fonts.googleapis.com/css2?family=Share:wght@700&family=Ubuntu+Mono&family=Ubuntu:wght@300;700&display=swap');
```

@ -1,5 +1,12 @@
@import url('https://fonts.googleapis.com/css2?family=Sen&family=Work+Sans:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Share:wght@700&family=Ubuntu+Mono&family=Ubuntu:wght@300;700&display=swap');
/* @import url('https://fonts.googleapis.com/css2?family=Sen&family=Work+Sans:wght@700&display=swap'); */
:root {
--accent-1: royalblue;
}
* {
box-sizing: border-box;
@ -16,19 +23,35 @@ body {
display: flex;
flex-direction: column;
font-family: 'Sen';
font-family: 'Ubuntu', sans-serif;
font-weight: 300;
font-size: 17px;
line-height: 1.25;
}
h1, h2, h3, h4 {
font-family: 'Work Sans';
font-family: 'Share', cursive;
font-weight: 700;
}
a, a:focus, a:visited {
color: #666;
text-decoration: #aaa underline;
padding: 1px 2px;
border-radius: 2px;
}
a:hover {
background: var(--accent-1);
color: white;
}
body {
max-width: 100%;
width: 50rem;
margin: 0 auto;
padding: 0 0.5em;
padding: 0 0.5rem;
overflow-y: scroll;
}
nav {
@ -51,17 +74,38 @@ nav {
}
.news-list > article {
margin: 1em;
/* padding: 1em; */
/* background: greenyellow; */
margin: 1rem;
}
.nav-item:first-child {
font-size: 25px;
}
.nav-item {
margin: 1em 0.75em;
font-family: 'Share', cursive;
font-weight: 700;
font-size: 21px;
}
.nav-item:hover {
background: #f0f0f0;
}
.nav-item a, .nav-item a:focus, .nav-item a:visited {
display: flex;
align-items: center;
justify-content: center;
padding: 0 0.75rem;
height: 3.25rem;
color: black;
text-decoration: none;
}
body > div:last-of-type {
margin-bottom: 20em;
margin-bottom: 20rem;
}
footer {
@ -69,7 +113,7 @@ footer {
bottom: 0;
left: 0;
width: 100%;
height: 3em;
height: 3rem;
display: flex;
align-items: center;
justify-content: center;

@ -1,53 +1,53 @@
package main
import (
"bytes"
"encoding/json"
"io/ioutil"
"log"
"net/http"
)
// AuthenticationService è l'interfaccia del servizio di autenticazione sul server principale
type AuthenticationService struct {
URL string
}
// User as in auth-poisson
type User struct {
Username string
UID int
// NewAuthenticationService crea un nuovo servizio di autenticazione e controlla se è attivo
func NewAuthenticationService(url string) (*AuthenticationService, error) {
service := new(AuthenticationService)
service.URL = url
Name string
Surname string
FullName string
res, err := service.Get("status")
// ...
}
if err != nil {
return nil, err
}
// AuthService rappresenta un servizio di autenticazione
type AuthService interface {
GetUsers() []User
status, _ := ioutil.ReadAll(res.Body)
GetUser(username string) User
if string(status) != "online" {
log.Fatalf("Authentication service isn't online, status: '%s'", status)
}
// LoginUser if successful returns the token for this user that will be stored in an HTTP cookie.
LoginUser(username, password string) (string, error)
}
return service, nil
// LdapService ...
type LdapService struct {
URL string
}
// Get ...
func (service *AuthenticationService) Get(url string) (*http.Response, error) {
return http.Get(service.URL + "/" + url)
// FakeService ...
type FakeService struct {
URL string
}
// Authenticate ...
func (service *AuthenticationService) Authenticate(username, password string) bool {
// NewAuthenticationService crea un nuovo servizio di autenticazione e controlla se è attivo
// func NewAuthenticationService(url string) (*LdapService, error) {
// service := new(LdapService)
// service.URL = url
json, _ := json.Marshal(struct {
Username, Password string
}{username, password})
// res, err := service.Get("status")
res, _ := http.Post(service.URL+"/auth", "application/json", bytes.NewReader(json))
// if err != nil {
// return nil, err
// }
result, _ := ioutil.ReadAll(res.Body)
// status, _ := ioutil.ReadAll(res.Body)
return string(result) == "true"
}
// if string(status) != "true" {
// log.Fatalf("Authentication service isn't online, status: '%s'", status)
// }
// return service, nil
// }

@ -1,6 +1,8 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
---
+++
title = "{{ humanize .Name | title }}"
description = ""
author = ""
date = {{ .Date }}
tags = []
draft = true
+++

@ -1,7 +1,6 @@
baseurl = "https://phc.dm.unipi.it/"
baseURL = "/blog/"
title = "Blog del PHC"
theme = "ghostwriter"
languageCode = "en-us"
copyright = "PHC"
pygmentsUseClasses = true
pygmentsCodefences = true
@ -24,12 +23,14 @@ profile = "/page/contact"
[taxonomies]
tag = "tags"
category = "categories"
# Le categorie valide sono: "Guide", "Progetti"
[params]
mainSections = [ "post" ]
intro = true
headline = "Blog del PHC"
description = "Qui postiamo notizie importanti, progetti e qualche guida."
description = "[WIP - Lo stile è da cambiare!] Qui postiamo notizie importanti, progetti e qualche guida."
github = "https://github.com/PHC-DM"
email = "macchinisti@poisson.phc.dm.unipi.it"
opengraph = true
@ -49,17 +50,22 @@ post = "/:year/:month/:day/:filename/"
url = "/"
weight = 1.0
[[menu.main]]
name = "Guide"
url = "/categories/guide/"
weight = 2.0
[[menu.main]]
name = "Progetti"
url = "/project/"
url = "/categories/progetti/"
weight = 2.0
[[menu.main]]
name = "Contattaci"
url = "/page/contact/"
weight = 3.0
weight = 4.0
[[menu.main]]
name = "About"
url = "/page/about/"
weight = 4.0
weight = 5.0

@ -0,0 +1,11 @@
+++
title = "Come usare il servizio Git"
description = "Le base di git e come utilizzarlo con Poisson."
date = 2020-06-25T20:23:58+02:00
categories = "Guide"
author = "???"
+++
# Come usare il serivizio Git
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean nec dolor in magna lobortis egestas. Suspendisse eu erat tempor, tristique neque eu, convallis nulla. Curabitur vel bibendum lacus, at semper mauris. Suspendisse aliquet commodo ex, sed sagittis metus aliquam id. Maecenas feugiat rutrum lorem vel imperdiet. Nullam ornare lectus ut enim finibus, et porttitor mi tincidunt.

@ -8,10 +8,6 @@ tags = [
"development",
]
date = "2014-04-02"
categories = [
"Development",
"golang",
]
+++
## Step 1. Install Hugo

@ -0,0 +1,11 @@
+++
title = "Annuncio nuovo sito del PHC"
description = "Un nuovo sito."
date = 2020-06-25T20:23:58+02:00
categories = "Progetti"
author = "???"
+++
# Il nuovo sito del PHC
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean nec dolor in magna lobortis egestas. Suspendisse eu erat tempor, tristique neque eu, convallis nulla. Curabitur vel bibendum lacus, at semper mauris. Suspendisse aliquet commodo ex, sed sagittis metus aliquam id. Maecenas feugiat rutrum lorem vel imperdiet. Nullam ornare lectus ut enim finibus, et porttitor mi tincidunt.

@ -13,9 +13,9 @@
<meta property="og:title" content="(Hu)go Template Primer">
<meta property="og:description" content="(Hu)go Template Primer description.">
<meta property="og:type" content="article">
<meta property="og:url" content="https://phc.dm.unipi.it/2014/04/02/goisforlovers/">
<link rel="stylesheet" href="https://phc.dm.unipi.it/dist/site.css">
<link rel="stylesheet" href="https://phc.dm.unipi.it/dist/syntax.css">
<meta property="og:url" content="/blog/2014/04/02/goisforlovers/">
<link rel="stylesheet" href="/blog/dist/site.css">
<link rel="stylesheet" href="/blog/dist/syntax.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,600,700,300&subset=latin,cyrillic-ext,latin-ext,cyrillic">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
@ -32,10 +32,10 @@
<div class="site-title-wrapper">
<h1 class="site-title">
<a title="Blog del PHC" href="https://phc.dm.unipi.it/">Blog del PHC</a>
<a title="Blog del PHC" href="/blog/">Blog del PHC</a>
</h1>
<a class="button-square" href="https://phc.dm.unipi.it/index.xml"><i class="fa fa-rss"></i></a>
<a class="button-square" href="/blog/index.xml"><i class="fa fa-rss"></i></a>
@ -56,19 +56,23 @@
<ul class="site-nav">
<li class="site-nav-item">
<a title="News" href="/">News</a>
<a title="News" href="/blog/">News</a>
</li>
<li class="site-nav-item">
<a title="Progetti" href="/project/">Progetti</a>
<a title="Guide" href="/blog/categories/guide/">Guide</a>
</li>
<li class="site-nav-item">
<a title="Contattaci" href="/page/contact/">Contattaci</a>
<a title="Progetti" href="/blog/categories/progetti/">Progetti</a>
</li>
<li class="site-nav-item">
<a title="About" href="/page/about/">About</a>
<a title="Contattaci" href="/blog/page/contact/">Contattaci</a>
</li>
<li class="site-nav-item">
<a title="About" href="/blog/page/about/">About</a>
</li>
</ul>
@ -346,22 +350,22 @@ so, such as in this example:</p>
<span>Tagged:</span>
<a href="/tags/go/">go</a>,
<a href="/blog/tags/go/">go</a>,
<a href="/tags/golang/">golang</a>,
<a href="/blog/tags/golang/">golang</a>,
<a href="/tags/templates/">templates</a>,
<a href="/blog/tags/templates/">templates</a>,
<a href="/tags/themes/">themes</a>,
<a href="/blog/tags/themes/">themes</a>,
<a href="/tags/development/">development</a>
<a href="/blog/tags/development/">development</a>
</p>
<div class="share">
<a class="icon-twitter" href="https://twitter.com/share?text=%28Hu%29go%20Template%20Primer&url=https%3a%2f%2fphc.dm.unipi.it%2f2014%2f04%2f02%2fgoisforlovers%2f"
<a class="icon-twitter" href="https://twitter.com/share?text=%28Hu%29go%20Template%20Primer&url=%2fblog%2f2014%2f04%2f02%2fgoisforlovers%2f"
onclick="window.open(this.href, 'twitter-share', 'width=550,height=235');return false;">
<i class="fa fa-twitter"></i>
<span class="hidden">Twitter</span>
@ -369,7 +373,7 @@ so, such as in this example:</p>
<a class="icon-facebook" href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fphc.dm.unipi.it%2f2014%2f04%2f02%2fgoisforlovers%2f"
<a class="icon-facebook" href="https://www.facebook.com/sharer/sharer.php?u=%2fblog%2f2014%2f04%2f02%2fgoisforlovers%2f"
onclick="window.open(this.href, 'facebook-share','width=580,height=296');return false;">
<i class="fa fa-facebook"></i>
<span class="hidden">Facebook</span>
@ -377,7 +381,7 @@ so, such as in this example:</p>
<a class="icon-google-plus" href="https://plus.google.com/share?url=https%3a%2f%2fphc.dm.unipi.it%2f2014%2f04%2f02%2fgoisforlovers%2f"
<a class="icon-google-plus" href="https://plus.google.com/share?url=%2fblog%2f2014%2f04%2f02%2fgoisforlovers%2f"
onclick="window.open(this.href, 'google-plus-share', 'width=490,height=530');return false;">
<i class="fa fa-google-plus"></i>
<span class="hidden">Google+</span>
@ -398,7 +402,7 @@ so, such as in this example:</p>
<div class="container">
<div class="site-title-wrapper">
<h1 class="site-title">
<a title="Blog del PHC" href="https://phc.dm.unipi.it/">Blog del PHC</a>
<a title="Blog del PHC" href="/blog/">Blog del PHC</a>
</h1>
<a class="button-square button-jump-top js-jump-top" href="#">
<i class="fa fa-angle-up"></i>
@ -406,7 +410,7 @@ so, such as in this example:</p>
</div>
<p class="footer-copyright">
<span>&copy; 2015 / Powered by <a href="https://gohugo.io/">Hugo</a></span>
<span>&copy; 2020 / Powered by <a href="https://gohugo.io/">Hugo</a></span>
</p>
<p class="footer-copyright">
<span><a href="https://github.com/roryg/ghostwriter">Ghostwriter theme</a> By <a href="http://jollygoodthemes.com">JollyGoodThemes</a></span>
@ -415,9 +419,9 @@ so, such as in this example:</p>
</div>
</footer>
<script src="https://phc.dm.unipi.it/js/jquery-1.11.3.min.js"></script>
<script src="https://phc.dm.unipi.it/js/jquery.fitvids.js"></script>
<script src="https://phc.dm.unipi.it/js/scripts.js"></script>
<script src="/blog/js/jquery-1.11.3.min.js"></script>
<script src="/blog/js/jquery.fitvids.js"></script>
<script src="/blog/js/scripts.js"></script>
</body>
</html>

@ -23,9 +23,9 @@ Step 2. Build the Docs Hugo has its own example site which happens to also be th
Follow the following steps:
Clone the hugo repository Go into the repo Run hugo in server mode and build the docs Open your browser to http://localhost:1313 Corresponding pseudo commands:">
<meta property="og:type" content="article">
<meta property="og:url" content="https://phc.dm.unipi.it/2014/04/02/hugoisforlovers/">
<link rel="stylesheet" href="https://phc.dm.unipi.it/dist/site.css">
<link rel="stylesheet" href="https://phc.dm.unipi.it/dist/syntax.css">
<meta property="og:url" content="/blog/2014/04/02/hugoisforlovers/">
<link rel="stylesheet" href="/blog/dist/site.css">
<link rel="stylesheet" href="/blog/dist/syntax.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,600,700,300&subset=latin,cyrillic-ext,latin-ext,cyrillic">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
@ -42,10 +42,10 @@ Follow the following steps:
<div class="site-title-wrapper">
<h1 class="site-title">
<a title="Blog del PHC" href="https://phc.dm.unipi.it/">Blog del PHC</a>
<a title="Blog del PHC" href="/blog/">Blog del PHC</a>
</h1>
<a class="button-square" href="https://phc.dm.unipi.it/index.xml"><i class="fa fa-rss"></i></a>
<a class="button-square" href="/blog/index.xml"><i class="fa fa-rss"></i></a>
@ -66,19 +66,23 @@ Follow the following steps:
<ul class="site-nav">
<li class="site-nav-item">
<a title="News" href="/">News</a>
<a title="News" href="/blog/">News</a>
</li>
<li class="site-nav-item">
<a title="Progetti" href="/project/">Progetti</a>
<a title="Guide" href="/blog/categories/guide/">Guide</a>
</li>
<li class="site-nav-item">
<a title="Contattaci" href="/page/contact/">Contattaci</a>
<a title="Progetti" href="/blog/categories/progetti/">Progetti</a>
</li>
<li class="site-nav-item">
<a title="About" href="/page/about/">About</a>
<a title="Contattaci" href="/blog/page/contact/">Contattaci</a>
</li>
<li class="site-nav-item">
<a title="About" href="/blog/page/about/">About</a>
</li>
</ul>
@ -175,20 +179,20 @@ Having nearly instant feedback enables you to have your creativity flow without
<span>Tagged:</span>
<a href="/tags/go/">go</a>,
<a href="/blog/tags/go/">go</a>,
<a href="/tags/golang/">golang</a>,
<a href="/blog/tags/golang/">golang</a>,
<a href="/tags/hugo/">hugo</a>,
<a href="/blog/tags/hugo/">hugo</a>,
<a href="/tags/development/">development</a>
<a href="/blog/tags/development/">development</a>
</p>
<div class="share">
<a class="icon-twitter" href="https://twitter.com/share?text=Getting%20Started%20with%20Hugo&url=https%3a%2f%2fphc.dm.unipi.it%2f2014%2f04%2f02%2fhugoisforlovers%2f"
<a class="icon-twitter" href="https://twitter.com/share?text=Getting%20Started%20with%20Hugo&url=%2fblog%2f2014%2f04%2f02%2fhugoisforlovers%2f"
onclick="window.open(this.href, 'twitter-share', 'width=550,height=235');return false;">
<i class="fa fa-twitter"></i>
<span class="hidden">Twitter</span>
@ -196,7 +200,7 @@ Having nearly instant feedback enables you to have your creativity flow without
<a class="icon-facebook" href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fphc.dm.unipi.it%2f2014%2f04%2f02%2fhugoisforlovers%2f"
<a class="icon-facebook" href="https://www.facebook.com/sharer/sharer.php?u=%2fblog%2f2014%2f04%2f02%2fhugoisforlovers%2f"
onclick="window.open(this.href, 'facebook-share','width=580,height=296');return false;">
<i class="fa fa-facebook"></i>
<span class="hidden">Facebook</span>
@ -204,7 +208,7 @@ Having nearly instant feedback enables you to have your creativity flow without
<a class="icon-google-plus" href="https://plus.google.com/share?url=https%3a%2f%2fphc.dm.unipi.it%2f2014%2f04%2f02%2fhugoisforlovers%2f"
<a class="icon-google-plus" href="https://plus.google.com/share?url=%2fblog%2f2014%2f04%2f02%2fhugoisforlovers%2f"
onclick="window.open(this.href, 'google-plus-share', 'width=490,height=530');return false;">
<i class="fa fa-google-plus"></i>
<span class="hidden">Google+</span>
@ -225,7 +229,7 @@ Having nearly instant feedback enables you to have your creativity flow without
<div class="container">
<div class="site-title-wrapper">
<h1 class="site-title">
<a title="Blog del PHC" href="https://phc.dm.unipi.it/">Blog del PHC</a>
<a title="Blog del PHC" href="/blog/">Blog del PHC</a>
</h1>
<a class="button-square button-jump-top js-jump-top" href="#">
<i class="fa fa-angle-up"></i>
@ -233,7 +237,7 @@ Having nearly instant feedback enables you to have your creativity flow without
</div>
<p class="footer-copyright">
<span>&copy; 2015 / Powered by <a href="https://gohugo.io/">Hugo</a></span>
<span>&copy; 2020 / Powered by <a href="https://gohugo.io/">Hugo</a></span>
</p>
<p class="footer-copyright">
<span><a href="https://github.com/roryg/ghostwriter">Ghostwriter theme</a> By <a href="http://jollygoodthemes.com">JollyGoodThemes</a></span>
@ -242,9 +246,9 @@ Having nearly instant feedback enables you to have your creativity flow without
</div>
</footer>
<script src="https://phc.dm.unipi.it/js/jquery-1.11.3.min.js"></script>
<script src="https://phc.dm.unipi.it/js/jquery.fitvids.js"></script>
<script src="https://phc.dm.unipi.it/js/scripts.js"></script>
<script src="/blog/js/jquery-1.11.3.min.js"></script>
<script src="/blog/js/jquery.fitvids.js"></script>
<script src="/blog/js/scripts.js"></script>
</body>
</html>

@ -13,9 +13,9 @@
<meta property="og:title" content="Migrating from Jekyll">
<meta property="og:description" content="Migrating from Jekyll description.">
<meta property="og:type" content="article">
<meta property="og:url" content="https://phc.dm.unipi.it/2014/04/02/migrate-from-jekyll/">
<link rel="stylesheet" href="https://phc.dm.unipi.it/dist/site.css">
<link rel="stylesheet" href="https://phc.dm.unipi.it/dist/syntax.css">
<meta property="og:url" content="/blog/2014/04/02/migrate-from-jekyll/">
<link rel="stylesheet" href="/blog/dist/site.css">
<link rel="stylesheet" href="/blog/dist/syntax.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,600,700,300&subset=latin,cyrillic-ext,latin-ext,cyrillic">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
@ -32,10 +32,10 @@
<div class="site-title-wrapper">
<h1 class="site-title">
<a title="Blog del PHC" href="https://phc.dm.unipi.it/">Blog del PHC</a>
<a title="Blog del PHC" href="/blog/">Blog del PHC</a>
</h1>
<a class="button-square" href="https://phc.dm.unipi.it/index.xml"><i class="fa fa-rss"></i></a>
<a class="button-square" href="/blog/index.xml"><i class="fa fa-rss"></i></a>
@ -56,19 +56,23 @@
<ul class="site-nav">
<li class="site-nav-item">
<a title="News" href="/">News</a>
<a title="News" href="/blog/">News</a>
</li>
<li class="site-nav-item">
<a title="Progetti" href="/project/">Progetti</a>
<a title="Guide" href="/blog/categories/guide/">Guide</a>
</li>
<li class="site-nav-item">
<a title="Contattaci" href="/page/contact/">Contattaci</a>
<a title="Progetti" href="/blog/categories/progetti/">Progetti</a>
</li>
<li class="site-nav-item">
<a title="About" href="/page/about/">About</a>
<a title="Contattaci" href="/blog/page/contact/">Contattaci</a>
</li>
<li class="site-nav-item">
<a title="About" href="/blog/page/about/">About</a>
</li>
</ul>
@ -245,7 +249,7 @@ Liquid::Template.register_tag('image', Jekyll::ImageTag)
<div class="share">
<a class="icon-twitter" href="https://twitter.com/share?text=Migrating%20from%20Jekyll&url=https%3a%2f%2fphc.dm.unipi.it%2f2014%2f04%2f02%2fmigrate-from-jekyll%2f"
<a class="icon-twitter" href="https://twitter.com/share?text=Migrating%20from%20Jekyll&url=%2fblog%2f2014%2f04%2f02%2fmigrate-from-jekyll%2f"
onclick="window.open(this.href, 'twitter-share', 'width=550,height=235');return false;">
<i class="fa fa-twitter"></i>
<span class="hidden">Twitter</span>
@ -253,7 +257,7 @@ Liquid::Template.register_tag('image', Jekyll::ImageTag)
<a class="icon-facebook" href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fphc.dm.unipi.it%2f2014%2f04%2f02%2fmigrate-from-jekyll%2f"
<a class="icon-facebook" href="https://www.facebook.com/sharer/sharer.php?u=%2fblog%2f2014%2f04%2f02%2fmigrate-from-jekyll%2f"
onclick="window.open(this.href, 'facebook-share','width=580,height=296');return false;">
<i class="fa fa-facebook"></i>
<span class="hidden">Facebook</span>
@ -261,7 +265,7 @@ Liquid::Template.register_tag('image', Jekyll::ImageTag)
<a class="icon-google-plus" href="https://plus.google.com/share?url=https%3a%2f%2fphc.dm.unipi.it%2f2014%2f04%2f02%2fmigrate-from-jekyll%2f"
<a class="icon-google-plus" href="https://plus.google.com/share?url=%2fblog%2f2014%2f04%2f02%2fmigrate-from-jekyll%2f"
onclick="window.open(this.href, 'google-plus-share', 'width=490,height=530');return false;">
<i class="fa fa-google-plus"></i>
<span class="hidden">Google+</span>
@ -282,7 +286,7 @@ Liquid::Template.register_tag('image', Jekyll::ImageTag)
<div class="container">
<div class="site-title-wrapper">
<h1 class="site-title">
<a title="Blog del PHC" href="https://phc.dm.unipi.it/">Blog del PHC</a>
<a title="Blog del PHC" href="/blog/">Blog del PHC</a>
</h1>
<a class="button-square button-jump-top js-jump-top" href="#">
<i class="fa fa-angle-up"></i>
@ -290,7 +294,7 @@ Liquid::Template.register_tag('image', Jekyll::ImageTag)
</div>
<p class="footer-copyright">
<span>&copy; 2015 / Powered by <a href="https://gohugo.io/">Hugo</a></span>
<span>&copy; 2020 / Powered by <a href="https://gohugo.io/">Hugo</a></span>
</p>
<p class="footer-copyright">
<span><a href="https://github.com/roryg/ghostwriter">Ghostwriter theme</a> By <a href="http://jollygoodthemes.com">JollyGoodThemes</a></span>
@ -299,9 +303,9 @@ Liquid::Template.register_tag('image', Jekyll::ImageTag)
</div>
</footer>
<script src="https://phc.dm.unipi.it/js/jquery-1.11.3.min.js"></script>
<script src="https://phc.dm.unipi.it/js/jquery.fitvids.js"></script>
<script src="https://phc.dm.unipi.it/js/scripts.js"></script>
<script src="/blog/js/jquery-1.11.3.min.js"></script>
<script src="/blog/js/jquery.fitvids.js"></script>
<script src="/blog/js/scripts.js"></script>
</body>
</html>

@ -13,9 +13,9 @@
<meta property="og:title" content="Creating a New Theme">
<meta property="og:description" content="Description of my awesome project.">
<meta property="og:type" content="article">
<meta property="og:url" content="https://phc.dm.unipi.it/2014/09/28/creating-a-new-theme/">
<link rel="stylesheet" href="https://phc.dm.unipi.it/dist/site.css">
<link rel="stylesheet" href="https://phc.dm.unipi.it/dist/syntax.css">
<meta property="og:url" content="/blog/2014/09/28/creating-a-new-theme/">
<link rel="stylesheet" href="/blog/dist/site.css">
<link rel="stylesheet" href="/blog/dist/syntax.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,600,700,300&subset=latin,cyrillic-ext,latin-ext,cyrillic">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
@ -32,10 +32,10 @@
<div class="site-title-wrapper">
<h1 class="site-title">
<a title="Blog del PHC" href="https://phc.dm.unipi.it/">Blog del PHC</a>
<a title="Blog del PHC" href="/blog/">Blog del PHC</a>
</h1>
<a class="button-square" href="https://phc.dm.unipi.it/index.xml"><i class="fa fa-rss"></i></a>
<a class="button-square" href="/blog/index.xml"><i class="fa fa-rss"></i></a>
@ -56,19 +56,23 @@
<ul class="site-nav">
<li class="site-nav-item">
<a title="News" href="/">News</a>
<a title="News" href="/blog/">News</a>
</li>
<li class="site-nav-item">
<a title="Progetti" href="/project/">Progetti</a>
<a title="Guide" href="/blog/categories/guide/">Guide</a>
</li>
<li class="site-nav-item">
<a title="Contattaci" href="/page/contact/">Contattaci</a>
<a title="Progetti" href="/blog/categories/progetti/">Progetti</a>
</li>
<li class="site-nav-item">
<a title="About" href="/page/about/">About</a>
<a title="Contattaci" href="/blog/page/contact/">Contattaci</a>
</li>
<li class="site-nav-item">
<a title="About" href="/blog/page/about/">About</a>
</li>
</ul>
@ -918,7 +922,7 @@ $ vi themes/zafta/layouts/_default/single.html
<div class="share">
<a class="icon-twitter" href="https://twitter.com/share?text=Creating%20a%20New%20Theme&url=https%3a%2f%2fphc.dm.unipi.it%2f2014%2f09%2f28%2fcreating-a-new-theme%2f"
<a class="icon-twitter" href="https://twitter.com/share?text=Creating%20a%20New%20Theme&url=%2fblog%2f2014%2f09%2f28%2fcreating-a-new-theme%2f"
onclick="window.open(this.href, 'twitter-share', 'width=550,height=235');return false;">
<i class="fa fa-twitter"></i>
<span class="hidden">Twitter</span>
@ -926,7 +930,7 @@ $ vi themes/zafta/layouts/_default/single.html
<a class="icon-facebook" href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fphc.dm.unipi.it%2f2014%2f09%2f28%2fcreating-a-new-theme%2f"
<a class="icon-facebook" href="https://www.facebook.com/sharer/sharer.php?u=%2fblog%2f2014%2f09%2f28%2fcreating-a-new-theme%2f"
onclick="window.open(this.href, 'facebook-share','width=580,height=296');return false;">
<i class="fa fa-facebook"></i>
<span class="hidden">Facebook</span>
@ -934,7 +938,7 @@ $ vi themes/zafta/layouts/_default/single.html
<a class="icon-google-plus" href="https://plus.google.com/share?url=https%3a%2f%2fphc.dm.unipi.it%2f2014%2f09%2f28%2fcreating-a-new-theme%2f"
<a class="icon-google-plus" href="https://plus.google.com/share?url=%2fblog%2f2014%2f09%2f28%2fcreating-a-new-theme%2f"
onclick="window.open(this.href, 'google-plus-share', 'width=490,height=530');return false;">
<i class="fa fa-google-plus"></i>
<span class="hidden">Google+</span>
@ -955,7 +959,7 @@ $ vi themes/zafta/layouts/_default/single.html
<div class="container">
<div class="site-title-wrapper">
<h1 class="site-title">
<a title="Blog del PHC" href="https://phc.dm.unipi.it/">Blog del PHC</a>
<a title="Blog del PHC" href="/blog/">Blog del PHC</a>
</h1>
<a class="button-square button-jump-top js-jump-top" href="#">
<i class="fa fa-angle-up"></i>
@ -963,7 +967,7 @@ $ vi themes/zafta/layouts/_default/single.html
</div>
<p class="footer-copyright">
<span>&copy; 2015 / Powered by <a href="https://gohugo.io/">Hugo</a></span>
<span>&copy; 2020 / Powered by <a href="https://gohugo.io/">Hugo</a></span>
</p>
<p class="footer-copyright">
<span><a href="https://github.com/roryg/ghostwriter">Ghostwriter theme</a> By <a href="http://jollygoodthemes.com">JollyGoodThemes</a></span>
@ -972,9 +976,9 @@ $ vi themes/zafta/layouts/_default/single.html
</div>
</footer>
<script src="https://phc.dm.unipi.it/js/jquery-1.11.3.min.js"></script>
<script src="https://phc.dm.unipi.it/js/jquery.fitvids.js"></script>
<script src="https://phc.dm.unipi.it/js/scripts.js"></script>
<script src="/blog/js/jquery-1.11.3.min.js"></script>
<script src="/blog/js/jquery.fitvids.js"></script>
<script src="/blog/js/scripts.js"></script>
</body>
</html>

@ -0,0 +1,180 @@
<!DOCTYPE html>
<html prefix="og: http://ogp.me/ns#">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Come usare il servizio Git &middot; My Name</title>
<meta name="description" content="Le base di git e come utilizzarlo con Poisson.">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="generator" content="Hugo 0.71.1" />
<meta name="robots" content="index,follow">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:title" content="Come usare il servizio Git">
<meta property="og:description" content="Le base di git e come utilizzarlo con Poisson.">
<meta property="og:type" content="article">
<meta property="og:url" content="/blog/2020/06/25/come-usare-il-servizio-git/">
<link rel="stylesheet" href="/blog/dist/site.css">
<link rel="stylesheet" href="/blog/dist/syntax.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,600,700,300&subset=latin,cyrillic-ext,latin-ext,cyrillic">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
</head>
<body>
<div id="wrapper">
<header class="site-header">
<div class="container">
<div class="site-title-wrapper">
<h1 class="site-title">
<a title="Blog del PHC" href="/blog/">Blog del PHC</a>
</h1>
<a class="button-square" href="/blog/index.xml"><i class="fa fa-rss"></i></a>
<a class="button-square button-social hint--top" data-hint="Github" title="Github" href="https://github.com/PHC-DM" rel="me">
<i class="fa fa-github-alt"></i>
</a>
<a class="button-square button-social hint--top" data-hint="Email" title="Email" href="mailto:macchinisti@poisson.phc.dm.unipi.it">
<i class="fa fa-envelope"></i>
</a>
</div>
<ul class="site-nav">
<li class="site-nav-item">
<a title="News" href="/blog/">News</a>
</li>
<li class="site-nav-item">
<a title="Guide" href="/blog/categories/guide/">Guide</a>
</li>
<li class="site-nav-item">
<a title="Progetti" href="/blog/categories/progetti/">Progetti</a>
</li>
<li class="site-nav-item">
<a title="Contattaci" href="/blog/page/contact/">Contattaci</a>
</li>
<li class="site-nav-item">
<a title="About" href="/blog/page/about/">About</a>
</li>
</ul>
</div>
</header>
<div id="container">
<div class="container">
<article class="post-container" itemscope="" itemtype="http://schema.org/BlogPosting">
<header class="post-header">
<h1 class="post-title" itemprop="name headline">Come usare il servizio Git</h1>
<p class="post-description" itemprop="description">Le base di git e come utilizzarlo con Poisson.</p>
<p class="post-date">
<span>Published <time datetime="2020-06-25" itemprop="datePublished">Thu, Jun 25, 2020</time></span>
<span>by</span>
<span itemscope="" itemprop="author" itemtype="https://schema.org/Person">
<span itemprop="name">
<a href="/page/contact" itemprop="url" rel="author">???</a>
</span>
</span>
</p>
<p class="post-reading post-line">
<span>Tempo di letturna ~ 1 min</span>
</p>
</header>
<div class="post-content clearfix" itemprop="articleBody">
<h1 id="come-usare-il-serivizio-git">Come usare il serivizio Git</h1>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean nec dolor in magna lobortis egestas. Suspendisse eu erat tempor, tristique neque eu, convallis nulla. Curabitur vel bibendum lacus, at semper mauris. Suspendisse aliquet commodo ex, sed sagittis metus aliquam id. Maecenas feugiat rutrum lorem vel imperdiet. Nullam ornare lectus ut enim finibus, et porttitor mi tincidunt.</p>
</div>
<footer class="post-footer clearfix">
<div class="share">
<a class="icon-twitter" href="https://twitter.com/share?text=Come%20usare%20il%20servizio%20Git&url=%2fblog%2f2020%2f06%2f25%2fcome-usare-il-servizio-git%2f"
onclick="window.open(this.href, 'twitter-share', 'width=550,height=235');return false;">
<i class="fa fa-twitter"></i>
<span class="hidden">Twitter</span>
</a>
<a class="icon-facebook" href="https://www.facebook.com/sharer/sharer.php?u=%2fblog%2f2020%2f06%2f25%2fcome-usare-il-servizio-git%2f"
onclick="window.open(this.href, 'facebook-share','width=580,height=296');return false;">
<i class="fa fa-facebook"></i>
<span class="hidden">Facebook</span>
</a>
<a class="icon-google-plus" href="https://plus.google.com/share?url=%2fblog%2f2020%2f06%2f25%2fcome-usare-il-servizio-git%2f"
onclick="window.open(this.href, 'google-plus-share', 'width=490,height=530');return false;">
<i class="fa fa-google-plus"></i>
<span class="hidden">Google+</span>
</a>
</div>
</footer>
</article>
</div>
</div>
</div>
<footer class="footer">
<div class="container">
<div class="site-title-wrapper">
<h1 class="site-title">
<a title="Blog del PHC" href="/blog/">Blog del PHC</a>
</h1>
<a class="button-square button-jump-top js-jump-top" href="#">
<i class="fa fa-angle-up"></i>
</a>
</div>
<p class="footer-copyright">
<span>&copy; 2020 / Powered by <a href="https://gohugo.io/">Hugo</a></span>
</p>
<p class="footer-copyright">
<span><a href="https://github.com/roryg/ghostwriter">Ghostwriter theme</a> By <a href="http://jollygoodthemes.com">JollyGoodThemes</a></span>
<span>/ <a href="https://github.com/jbub/ghostwriter">Ported</a> to Hugo By <a href="https://github.com/jbub">jbub</a></span>
</p>
</div>
</footer>
<script src="/blog/js/jquery-1.11.3.min.js"></script>
<script src="/blog/js/jquery.fitvids.js"></script>
<script src="/blog/js/scripts.js"></script>
</body>
</html>

@ -0,0 +1,180 @@
<!DOCTYPE html>
<html prefix="og: http://ogp.me/ns#">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Annuncio nuovo sito del PHC &middot; My Name</title>
<meta name="description" content="Un nuovo sito.">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="generator" content="Hugo 0.71.1" />
<meta name="robots" content="index,follow">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:title" content="Annuncio nuovo sito del PHC">
<meta property="og:description" content="Un nuovo sito.">
<meta property="og:type" content="article">
<meta property="og:url" content="/blog/2020/06/25/nuovo-sito-di-poisson/">
<link rel="stylesheet" href="/blog/dist/site.css">
<link rel="stylesheet" href="/blog/dist/syntax.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,600,700,300&subset=latin,cyrillic-ext,latin-ext,cyrillic">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
</head>
<body>
<div id="wrapper">
<header class="site-header">
<div class="container">
<div class="site-title-wrapper">
<h1 class="site-title">
<a title="Blog del PHC" href="/blog/">Blog del PHC</a>
</h1>
<a class="button-square" href="/blog/index.xml"><i class="fa fa-rss"></i></a>
<a class="button-square button-social hint--top" data-hint="Github" title="Github" href="https://github.com/PHC-DM" rel="me">
<i class="fa fa-github-alt"></i>
</a>
<a class="button-square button-social hint--top" data-hint="Email" title="Email" href="mailto:macchinisti@poisson.phc.dm.unipi.it">
<i class="fa fa-envelope"></i>
</a>
</div>
<ul class="site-nav">
<li class="site-nav-item">
<a title="News" href="/blog/">News</a>
</li>
<li class="site-nav-item">
<a title="Guide" href="/blog/categories/guide/">Guide</a>
</li>
<li class="site-nav-item">
<a title="Progetti" href="/blog/categories/progetti/">Progetti</a>
</li>
<li class="site-nav-item">
<a title="Contattaci" href="/blog/page/contact/">Contattaci</a>
</li>
<li class="site-nav-item">
<a title="About" href="/blog/page/about/">About</a>
</li>
</ul>
</div>
</header>
<div id="container">
<div class="container">
<article class="post-container" itemscope="" itemtype="http://schema.org/BlogPosting">
<header class="post-header">
<h1 class="post-title" itemprop="name headline">Annuncio nuovo sito del PHC</h1>
<p class="post-description" itemprop="description">Un nuovo sito.</p>
<p class="post-date">
<span>Published <time datetime="2020-06-25" itemprop="datePublished">Thu, Jun 25, 2020</time></span>
<span>by</span>
<span itemscope="" itemprop="author" itemtype="https://schema.org/Person">
<span itemprop="name">
<a href="/page/contact" itemprop="url" rel="author">???</a>
</span>
</span>
</p>
<p class="post-reading post-line">
<span>Tempo di letturna ~ 1 min</span>
</p>
</header>
<div class="post-content clearfix" itemprop="articleBody">
<h1 id="il-nuovo-sito-del-phc">Il nuovo sito del PHC</h1>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean nec dolor in magna lobortis egestas. Suspendisse eu erat tempor, tristique neque eu, convallis nulla. Curabitur vel bibendum lacus, at semper mauris. Suspendisse aliquet commodo ex, sed sagittis metus aliquam id. Maecenas feugiat rutrum lorem vel imperdiet. Nullam ornare lectus ut enim finibus, et porttitor mi tincidunt.</p>
</div>
<footer class="post-footer clearfix">
<div class="share">
<a class="icon-twitter" href="https://twitter.com/share?text=Annuncio%20nuovo%20sito%20del%20PHC&url=%2fblog%2f2020%2f06%2f25%2fnuovo-sito-di-poisson%2f"
onclick="window.open(this.href, 'twitter-share', 'width=550,height=235');return false;">
<i class="fa fa-twitter"></i>
<span class="hidden">Twitter</span>
</a>
<a class="icon-facebook" href="https://www.facebook.com/sharer/sharer.php?u=%2fblog%2f2020%2f06%2f25%2fnuovo-sito-di-poisson%2f"
onclick="window.open(this.href, 'facebook-share','width=580,height=296');return false;">
<i class="fa fa-facebook"></i>
<span class="hidden">Facebook</span>
</a>
<a class="icon-google-plus" href="https://plus.google.com/share?url=%2fblog%2f2020%2f06%2f25%2fnuovo-sito-di-poisson%2f"
onclick="window.open(this.href, 'google-plus-share', 'width=490,height=530');return false;">
<i class="fa fa-google-plus"></i>
<span class="hidden">Google+</span>
</a>
</div>
</footer>
</article>
</div>
</div>
</div>
<footer class="footer">
<div class="container">
<div class="site-title-wrapper">
<h1 class="site-title">
<a title="Blog del PHC" href="/blog/">Blog del PHC</a>
</h1>
<a class="button-square button-jump-top js-jump-top" href="#">
<i class="fa fa-angle-up"></i>
</a>
</div>
<p class="footer-copyright">
<span>&copy; 2020 / Powered by <a href="https://gohugo.io/">Hugo</a></span>
</p>
<p class="footer-copyright">
<span><a href="https://github.com/roryg/ghostwriter">Ghostwriter theme</a> By <a href="http://jollygoodthemes.com">JollyGoodThemes</a></span>
<span>/ <a href="https://github.com/jbub/ghostwriter">Ported</a> to Hugo By <a href="https://github.com/jbub">jbub</a></span>
</p>
</div>
</footer>
<script src="/blog/js/jquery-1.11.3.min.js"></script>
<script src="/blog/js/jquery.fitvids.js"></script>
<script src="/blog/js/scripts.js"></script>
</body>
</html>

@ -4,18 +4,18 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>404 Page not found &middot; My Name</title>
<meta name="description" content="Qui postiamo notizie importanti, progetti e qualche guida.">
<meta name="description" content="[WIP - Lo stile è da cambiare!] Qui postiamo notizie importanti, progetti e qualche guida.">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="generator" content="Hugo 0.71.1" />
<meta name="robots" content="index,follow">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:title" content="404 Page not found">
<meta property="og:description" content="Qui postiamo notizie importanti, progetti e qualche guida.">
<meta property="og:description" content="[WIP - Lo stile è da cambiare!] Qui postiamo notizie importanti, progetti e qualche guida.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://phc.dm.unipi.it/404.html">
<link rel="stylesheet" href="https://phc.dm.unipi.it/dist/site.css">
<link rel="stylesheet" href="https://phc.dm.unipi.it/dist/syntax.css">
<meta property="og:url" content="/blog/404.html">
<link rel="stylesheet" href="/blog/dist/site.css">
<link rel="stylesheet" href="/blog/dist/syntax.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,600,700,300&subset=latin,cyrillic-ext,latin-ext,cyrillic">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
@ -32,10 +32,10 @@
<div class="site-title-wrapper">
<h1 class="site-title">
<a title="Blog del PHC" href="https://phc.dm.unipi.it/">Blog del PHC</a>
<a title="Blog del PHC" href="/blog/">Blog del PHC</a>
</h1>
<a class="button-square" href="https://phc.dm.unipi.it/index.xml"><i class="fa fa-rss"></i></a>
<a class="button-square" href="/blog/index.xml"><i class="fa fa-rss"></i></a>
@ -56,19 +56,23 @@
<ul class="site-nav">
<li class="site-nav-item">
<a title="News" href="/">News</a>
<a title="News" href="/blog/">News</a>
</li>
<li class="site-nav-item">
<a title="Progetti" href="/project/">Progetti</a>
<a title="Guide" href="/blog/categories/guide/">Guide</a>
</li>
<li class="site-nav-item">
<a title="Contattaci" href="/page/contact/">Contattaci</a>
<a title="Progetti" href="/blog/categories/progetti/">Progetti</a>
</li>
<li class="site-nav-item">
<a title="About" href="/page/about/">About</a>
<a title="Contattaci" href="/blog/page/contact/">Contattaci</a>
</li>
<li class="site-nav-item">
<a title="About" href="/blog/page/about/">About</a>
</li>
</ul>
@ -82,11 +86,11 @@
<header class="post-header">
<h1 class="post-title" itemprop="name">Blog del PHC</h1>
<p>Qui postiamo notizie importanti, progetti e qualche guida.</p>
<p>[WIP - Lo stile è da cambiare!] Qui postiamo notizie importanti, progetti e qualche guida.</p>
</header>
<p class="error">Oh, this page does not exist. You can head back to <a href="https://phc.dm.unipi.it/">homepage</a>.</p>
<p class="error">Oh, this page does not exist. You can head back to <a href="/blog/">homepage</a>.</p>
</div>
</div>
@ -96,7 +100,7 @@
<div class="container">
<div class="site-title-wrapper">
<h1 class="site-title">
<a title="Blog del PHC" href="https://phc.dm.unipi.it/">Blog del PHC</a>
<a title="Blog del PHC" href="/blog/">Blog del PHC</a>
</h1>
<a class="button-square button-jump-top js-jump-top" href="#">
<i class="fa fa-angle-up"></i>
@ -104,7 +108,7 @@
</div>
<p class="footer-copyright">
<span>&copy; 2015 / Powered by <a href="https://gohugo.io/">Hugo</a></span>
<span>&copy; 2020 / Powered by <a href="https://gohugo.io/">Hugo</a></span>
</p>
<p class="footer-copyright">
<span><a href="https://github.com/roryg/ghostwriter">Ghostwriter theme</a> By <a href="http://jollygoodthemes.com">JollyGoodThemes</a></span>
@ -113,9 +117,9 @@
</div>
</footer>
<script src="https://phc.dm.unipi.it/js/jquery-1.11.3.min.js"></script>
<script src="https://phc.dm.unipi.it/js/jquery.fitvids.js"></script>
<script src="https://phc.dm.unipi.it/js/scripts.js"></script>
<script src="/blog/js/jquery-1.11.3.min.js"></script>
<script src="/blog/js/jquery.fitvids.js"></script>
<script src="/blog/js/scripts.js"></script>
</body>
</html>

@ -0,0 +1,148 @@
<!DOCTYPE html>
<html prefix="og: http://ogp.me/ns#">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Guide &middot; My Name</title>
<meta name="description" content="[WIP - Lo stile è da cambiare!] Qui postiamo notizie importanti, progetti e qualche guida.">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="generator" content="Hugo 0.71.1" />
<meta name="robots" content="index,follow">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:title" content="Guide">
<meta property="og:description" content="[WIP - Lo stile è da cambiare!] Qui postiamo notizie importanti, progetti e qualche guida.">
<meta property="og:type" content="website">
<meta property="og:url" content="/blog/categories/guide/">
<link rel="stylesheet" href="/blog/dist/site.css">
<link rel="stylesheet" href="/blog/dist/syntax.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,600,700,300&subset=latin,cyrillic-ext,latin-ext,cyrillic">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
<link href="/blog/categories/guide/index.xml" rel="alternate" type="application/rss+xml">
</head>
<body>
<div id="wrapper">
<header class="site-header">
<div class="container">
<div class="site-title-wrapper">
<h1 class="site-title">
<a title="Blog del PHC" href="/blog/">Blog del PHC</a>
</h1>
<a class="button-square" href="/blog/index.xml"><i class="fa fa-rss"></i></a>
<a class="button-square button-social hint--top" data-hint="Github" title="Github" href="https://github.com/PHC-DM" rel="me">
<i class="fa fa-github-alt"></i>
</a>
<a class="button-square button-social hint--top" data-hint="Email" title="Email" href="mailto:macchinisti@poisson.phc.dm.unipi.it">
<i class="fa fa-envelope"></i>
</a>
</div>
<ul class="site-nav">
<li class="site-nav-item">
<a title="News" href="/blog/">News</a>
</li>
<li class="site-nav-item">
<a title="Guide" href="/blog/categories/guide/">Guide</a>
</li>
<li class="site-nav-item">
<a title="Progetti" href="/blog/categories/progetti/">Progetti</a>
</li>
<li class="site-nav-item">
<a title="Contattaci" href="/blog/page/contact/">Contattaci</a>
</li>
<li class="site-nav-item">
<a title="About" href="/blog/page/about/">About</a>
</li>
</ul>
</div>
</header>
<div id="container">
<div id="post-index" class="container">
<header class="post-header">
<h1 class="post-title" itemprop="name">Blog del PHC</h1>
<p>[WIP - Lo stile è da cambiare!] Qui postiamo notizie importanti, progetti e qualche guida.</p>
</header>
<h3 style="text-align: center;">Guide</h3>
<ol class="post-list">
<li class="post-stub">
<a href="/blog/2020/06/25/come-usare-il-servizio-git/">
<h4 class="post-stub-title">Come usare il servizio Git</h4>
<p class="post-stub-description">Le base di git e come utilizzarlo con Poisson.</p>
</a>
</li>
</ol>
<div class="post-navigation">
</div>
</div>
</div>
</div>
<footer class="footer">
<div class="container">
<div class="site-title-wrapper">
<h1 class="site-title">
<a title="Blog del PHC" href="/blog/">Blog del PHC</a>
</h1>
<a class="button-square button-jump-top js-jump-top" href="#">
<i class="fa fa-angle-up"></i>
</a>
</div>
<p class="footer-copyright">
<span>&copy; 2020 / Powered by <a href="https://gohugo.io/">Hugo</a></span>
</p>
<p class="footer-copyright">
<span><a href="https://github.com/roryg/ghostwriter">Ghostwriter theme</a> By <a href="http://jollygoodthemes.com">JollyGoodThemes</a></span>
<span>/ <a href="https://github.com/jbub/ghostwriter">Ported</a> to Hugo By <a href="https://github.com/jbub">jbub</a></span>
</p>
</div>
</footer>
<script src="/blog/js/jquery-1.11.3.min.js"></script>
<script src="/blog/js/jquery.fitvids.js"></script>
<script src="/blog/js/scripts.js"></script>
</body>
</html>

@ -0,0 +1,24 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Guide on Blog del PHC</title>
<link>/blog/categories/guide/</link>
<description>Recent content in Guide on Blog del PHC</description>
<generator>Hugo -- gohugo.io</generator>
<copyright>PHC</copyright>
<lastBuildDate>Thu, 25 Jun 2020 20:23:58 +0200</lastBuildDate>
<atom:link href="/blog/categories/guide/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Come usare il servizio Git</title>
<link>/blog/2020/06/25/come-usare-il-servizio-git/</link>
<pubDate>Thu, 25 Jun 2020 20:23:58 +0200</pubDate>
<guid>/blog/2020/06/25/come-usare-il-servizio-git/</guid>
<description>Come usare il serivizio Git Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean nec dolor in magna lobortis egestas. Suspendisse eu erat tempor, tristique neque eu, convallis nulla. Curabitur vel bibendum lacus, at semper mauris. Suspendisse aliquet commodo ex, sed sagittis metus aliquam id. Maecenas feugiat rutrum lorem vel imperdiet. Nullam ornare lectus ut enim finibus, et porttitor mi tincidunt.</description>
</item>
</channel>
</rss>

@ -0,0 +1 @@
<!DOCTYPE html><html><head><title>/blog/categories/guide/</title><link rel="canonical" href="/blog/categories/guide/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=/blog/categories/guide/" /></head></html>

@ -0,0 +1,155 @@
<!DOCTYPE html>
<html prefix="og: http://ogp.me/ns#">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Categories &middot; My Name</title>
<meta name="description" content="[WIP - Lo stile è da cambiare!] Qui postiamo notizie importanti, progetti e qualche guida.">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="generator" content="Hugo 0.71.1" />
<meta name="robots" content="index,follow">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:title" content="Categories">
<meta property="og:description" content="[WIP - Lo stile è da cambiare!] Qui postiamo notizie importanti, progetti e qualche guida.">
<meta property="og:type" content="website">
<meta property="og:url" content="/blog/categories/">
<link rel="stylesheet" href="/blog/dist/site.css">
<link rel="stylesheet" href="/blog/dist/syntax.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,600,700,300&subset=latin,cyrillic-ext,latin-ext,cyrillic">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
<link href="/blog/categories/index.xml" rel="alternate" type="application/rss+xml">
</head>
<body>
<div id="wrapper">
<header class="site-header">
<div class="container">
<div class="site-title-wrapper">
<h1 class="site-title">
<a title="Blog del PHC" href="/blog/">Blog del PHC</a>
</h1>
<a class="button-square" href="/blog/index.xml"><i class="fa fa-rss"></i></a>
<a class="button-square button-social hint--top" data-hint="Github" title="Github" href="https://github.com/PHC-DM" rel="me">
<i class="fa fa-github-alt"></i>
</a>
<a class="button-square button-social hint--top" data-hint="Email" title="Email" href="mailto:macchinisti@poisson.phc.dm.unipi.it">
<i class="fa fa-envelope"></i>
</a>
</div>
<ul class="site-nav">
<li class="site-nav-item">
<a title="News" href="/blog/">News</a>
</li>
<li class="site-nav-item">
<a title="Guide" href="/blog/categories/guide/">Guide</a>
</li>
<li class="site-nav-item">
<a title="Progetti" href="/blog/categories/progetti/">Progetti</a>
</li>
<li class="site-nav-item">
<a title="Contattaci" href="/blog/page/contact/">Contattaci</a>
</li>
<li class="site-nav-item">
<a title="About" href="/blog/page/about/">About</a>
</li>
</ul>
</div>
</header>
<div id="container">
<div id="post-index" class="container">
<header class="post-header">
<h1 class="post-title" itemprop="name">Blog del PHC</h1>
<p>[WIP - Lo stile è da cambiare!] Qui postiamo notizie importanti, progetti e qualche guida.</p>
</header>
<h3 style="text-align: center;">Categories</h3>
<ol class="post-list">
<li class="post-stub">
<a href="/blog/categories/guide/">
<h4 class="post-stub-title">Guide</h4>
</a>
</li>
<li class="post-stub">
<a href="/blog/categories/progetti/">
<h4 class="post-stub-title">Progetti</h4>
</a>
</li>
</ol>
<div class="post-navigation">
</div>
</div>
</div>
</div>
<footer class="footer">
<div class="container">
<div class="site-title-wrapper">
<h1 class="site-title">
<a title="Blog del PHC" href="/blog/">Blog del PHC</a>
</h1>
<a class="button-square button-jump-top js-jump-top" href="#">
<i class="fa fa-angle-up"></i>
</a>
</div>
<p class="footer-copyright">
<span>&copy; 2020 / Powered by <a href="https://gohugo.io/">Hugo</a></span>
</p>
<p class="footer-copyright">
<span><a href="https://github.com/roryg/ghostwriter">Ghostwriter theme</a> By <a href="http://jollygoodthemes.com">JollyGoodThemes</a></span>
<span>/ <a href="https://github.com/jbub/ghostwriter">Ported</a> to Hugo By <a href="https://github.com/jbub">jbub</a></span>
</p>
</div>
</footer>
<script src="/blog/js/jquery-1.11.3.min.js"></script>
<script src="/blog/js/jquery.fitvids.js"></script>
<script src="/blog/js/scripts.js"></script>
</body>
</html>

@ -0,0 +1,33 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Categories on Blog del PHC</title>
<link>/blog/categories/</link>
<description>Recent content in Categories on Blog del PHC</description>
<generator>Hugo -- gohugo.io</generator>
<copyright>PHC</copyright>
<lastBuildDate>Thu, 25 Jun 2020 20:23:58 +0200</lastBuildDate>
<atom:link href="/blog/categories/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Guide</title>
<link>/blog/categories/guide/</link>
<pubDate>Thu, 25 Jun 2020 20:23:58 +0200</pubDate>
<guid>/blog/categories/guide/</guid>
<description></description>
</item>
<item>
<title>Progetti</title>
<link>/blog/categories/progetti/</link>
<pubDate>Thu, 25 Jun 2020 20:23:58 +0200</pubDate>
<guid>/blog/categories/progetti/</guid>
<description></description>
</item>
</channel>
</rss>

@ -0,0 +1 @@
<!DOCTYPE html><html><head><title>/blog/categories/</title><link rel="canonical" href="/blog/categories/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=/blog/categories/" /></head></html>

@ -0,0 +1,148 @@
<!DOCTYPE html>
<html prefix="og: http://ogp.me/ns#">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Progetti &middot; My Name</title>
<meta name="description" content="[WIP - Lo stile è da cambiare!] Qui postiamo notizie importanti, progetti e qualche guida.">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="generator" content="Hugo 0.71.1" />
<meta name="robots" content="index,follow">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:title" content="Progetti">
<meta property="og:description" content="[WIP - Lo stile è da cambiare!] Qui postiamo notizie importanti, progetti e qualche guida.">
<meta property="og:type" content="website">
<meta property="og:url" content="/blog/categories/progetti/">
<link rel="stylesheet" href="/blog/dist/site.css">
<link rel="stylesheet" href="/blog/dist/syntax.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,600,700,300&subset=latin,cyrillic-ext,latin-ext,cyrillic">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
<link href="/blog/categories/progetti/index.xml" rel="alternate" type="application/rss+xml">
</head>
<body>
<div id="wrapper">
<header class="site-header">
<div class="container">
<div class="site-title-wrapper">
<h1 class="site-title">
<a title="Blog del PHC" href="/blog/">Blog del PHC</a>
</h1>
<a class="button-square" href="/blog/index.xml"><i class="fa fa-rss"></i></a>
<a class="button-square button-social hint--top" data-hint="Github" title="Github" href="https://github.com/PHC-DM" rel="me">
<i class="fa fa-github-alt"></i>
</a>
<a class="button-square button-social hint--top" data-hint="Email" title="Email" href="mailto:macchinisti@poisson.phc.dm.unipi.it">
<i class="fa fa-envelope"></i>
</a>
</div>
<ul class="site-nav">
<li class="site-nav-item">
<a title="News" href="/blog/">News</a>
</li>
<li class="site-nav-item">
<a title="Guide" href="/blog/categories/guide/">Guide</a>
</li>
<li class="site-nav-item">
<a title="Progetti" href="/blog/categories/progetti/">Progetti</a>
</li>
<li class="site-nav-item">
<a title="Contattaci" href="/blog/page/contact/">Contattaci</a>
</li>
<li class="site-nav-item">
<a title="About" href="/blog/page/about/">About</a>
</li>
</ul>
</div>
</header>
<div id="container">
<div id="post-index" class="container">
<header class="post-header">
<h1 class="post-title" itemprop="name">Blog del PHC</h1>
<p>[WIP - Lo stile è da cambiare!] Qui postiamo notizie importanti, progetti e qualche guida.</p>
</header>
<h3 style="text-align: center;">Progetti</h3>
<ol class="post-list">
<li class="post-stub">
<a href="/blog/2020/06/25/nuovo-sito-di-poisson/">
<h4 class="post-stub-title">Annuncio nuovo sito del PHC</h4>
<p class="post-stub-description">Un nuovo sito.</p>
</a>
</li>
</ol>
<div class="post-navigation">
</div>
</div>
</div>
</div>
<footer class="footer">
<div class="container">
<div class="site-title-wrapper">
<h1 class="site-title">
<a title="Blog del PHC" href="/blog/">Blog del PHC</a>
</h1>
<a class="button-square button-jump-top js-jump-top" href="#">
<i class="fa fa-angle-up"></i>
</a>
</div>
<p class="footer-copyright">
<span>&copy; 2020 / Powered by <a href="https://gohugo.io/">Hugo</a></span>
</p>
<p class="footer-copyright">
<span><a href="https://github.com/roryg/ghostwriter">Ghostwriter theme</a> By <a href="http://jollygoodthemes.com">JollyGoodThemes</a></span>
<span>/ <a href="https://github.com/jbub/ghostwriter">Ported</a> to Hugo By <a href="https://github.com/jbub">jbub</a></span>
</p>
</div>
</footer>
<script src="/blog/js/jquery-1.11.3.min.js"></script>
<script src="/blog/js/jquery.fitvids.js"></script>
<script src="/blog/js/scripts.js"></script>
</body>
</html>

@ -0,0 +1,24 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Progetti on Blog del PHC</title>
<link>/blog/categories/progetti/</link>
<description>Recent content in Progetti on Blog del PHC</description>
<generator>Hugo -- gohugo.io</generator>
<copyright>PHC</copyright>
<lastBuildDate>Thu, 25 Jun 2020 20:23:58 +0200</lastBuildDate>
<atom:link href="/blog/categories/progetti/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Annuncio nuovo sito del PHC</title>
<link>/blog/2020/06/25/nuovo-sito-di-poisson/</link>
<pubDate>Thu, 25 Jun 2020 20:23:58 +0200</pubDate>
<guid>/blog/2020/06/25/nuovo-sito-di-poisson/</guid>
<description>Il nuovo sito del PHC Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean nec dolor in magna lobortis egestas. Suspendisse eu erat tempor, tristique neque eu, convallis nulla. Curabitur vel bibendum lacus, at semper mauris. Suspendisse aliquet commodo ex, sed sagittis metus aliquam id. Maecenas feugiat rutrum lorem vel imperdiet. Nullam ornare lectus ut enim finibus, et porttitor mi tincidunt.</description>
</item>
</channel>
</rss>

@ -0,0 +1 @@
<!DOCTYPE html><html><head><title>/blog/categories/progetti/</title><link rel="canonical" href="/blog/categories/progetti/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=/blog/categories/progetti/" /></head></html>

@ -4,22 +4,22 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Blog del PHC &middot; My Name</title>
<meta name="description" content="Qui postiamo notizie importanti, progetti e qualche guida.">
<meta name="description" content="[WIP - Lo stile è da cambiare!] Qui postiamo notizie importanti, progetti e qualche guida.">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="generator" content="Hugo 0.71.1" />
<meta name="robots" content="index,follow">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:title" content="Blog del PHC">
<meta property="og:description" content="Qui postiamo notizie importanti, progetti e qualche guida.">
<meta property="og:description" content="[WIP - Lo stile è da cambiare!] Qui postiamo notizie importanti, progetti e qualche guida.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://phc.dm.unipi.it/">
<link rel="stylesheet" href="https://phc.dm.unipi.it/dist/site.css">
<link rel="stylesheet" href="https://phc.dm.unipi.it/dist/syntax.css">
<meta property="og:url" content="/blog/">
<link rel="stylesheet" href="/blog/dist/site.css">
<link rel="stylesheet" href="/blog/dist/syntax.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,600,700,300&subset=latin,cyrillic-ext,latin-ext,cyrillic">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
<link href="/index.xml" rel="alternate" type="application/rss+xml">
<link href="/blog/index.xml" rel="alternate" type="application/rss+xml">
@ -34,10 +34,10 @@
<div class="site-title-wrapper">
<h1 class="site-title">
<a title="Blog del PHC" href="https://phc.dm.unipi.it/">Blog del PHC</a>
<a title="Blog del PHC" href="/blog/">Blog del PHC</a>
</h1>
<a class="button-square" href="https://phc.dm.unipi.it/index.xml"><i class="fa fa-rss"></i></a>
<a class="button-square" href="/blog/index.xml"><i class="fa fa-rss"></i></a>
@ -58,19 +58,23 @@
<ul class="site-nav">
<li class="site-nav-item">
<a title="News" href="/">News</a>
<a title="News" href="/blog/">News</a>
</li>
<li class="site-nav-item">
<a title="Progetti" href="/project/">Progetti</a>
<a title="Guide" href="/blog/categories/guide/">Guide</a>
</li>
<li class="site-nav-item">
<a title="Contattaci" href="/page/contact/">Contattaci</a>
<a title="Progetti" href="/blog/categories/progetti/">Progetti</a>
</li>
<li class="site-nav-item">
<a title="About" href="/page/about/">About</a>
<a title="Contattaci" href="/blog/page/contact/">Contattaci</a>
</li>
<li class="site-nav-item">
<a title="About" href="/blog/page/about/">About</a>
</li>
</ul>
@ -84,7 +88,7 @@
<header class="post-header">
<h1 class="post-title" itemprop="name">Blog del PHC</h1>
<p>Qui postiamo notizie importanti, progetti e qualche guida.</p>
<p>[WIP - Lo stile è da cambiare!] Qui postiamo notizie importanti, progetti e qualche guida.</p>
</header>
@ -93,7 +97,7 @@
<li class="post-stub" itemprop="blogPost" itemscope="" itemtype="https://schema.org/BlogPosting">
<a href="https://phc.dm.unipi.it/2014/04/02/migrate-from-jekyll/" itemprop="url" title="Go to post detail">
<a href="/blog/2014/04/02/migrate-from-jekyll/" itemprop="url" title="Go to post detail">
<h4 class="post-stub-title" itemprop="name">Migrating from Jekyll</h4>
<div class="post-stub-description">
@ -119,7 +123,43 @@
<li class="post-stub" itemprop="blogPost" itemscope="" itemtype="https://schema.org/BlogPosting">
<a href="https://phc.dm.unipi.it/2014/09/28/creating-a-new-theme/" itemprop="url" title="Go to post detail">
<a href="/blog/2020/06/25/nuovo-sito-di-poisson/" itemprop="url" title="Go to post detail">
<h4 class="post-stub-title" itemprop="name">Annuncio nuovo sito del PHC</h4>
<div class="post-stub-description">
Un nuovo sito.
</div>
<time class="post-stub-date" datetime="2020-06-25">
Published Thu, Jun 25, 2020
</time>
</a>
</li>
<li class="post-stub" itemprop="blogPost" itemscope="" itemtype="https://schema.org/BlogPosting">
<a href="/blog/2020/06/25/come-usare-il-servizio-git/" itemprop="url" title="Go to post detail">
<h4 class="post-stub-title" itemprop="name">Come usare il servizio Git</h4>
<div class="post-stub-description">
Le base di git e come utilizzarlo con Poisson.
</div>
<time class="post-stub-date" datetime="2020-06-25">
Published Thu, Jun 25, 2020
</time>
</a>
</li>
<li class="post-stub" itemprop="blogPost" itemscope="" itemtype="https://schema.org/BlogPosting">
<a href="/blog/2014/09/28/creating-a-new-theme/" itemprop="url" title="Go to post detail">
<h4 class="post-stub-title" itemprop="name">Creating a New Theme</h4>
<div class="post-stub-description">
@ -137,7 +177,7 @@
<li class="post-stub" itemprop="blogPost" itemscope="" itemtype="https://schema.org/BlogPosting">
<a href="https://phc.dm.unipi.it/2014/04/02/goisforlovers/" itemprop="url" title="Go to post detail">
<a href="/blog/2014/04/02/goisforlovers/" itemprop="url" title="Go to post detail">
<h4 class="post-stub-title" itemprop="name">(Hu)go Template Primer</h4>
<div class="post-stub-description">
@ -157,7 +197,7 @@
<li class="post-stub" itemprop="blogPost" itemscope="" itemtype="https://schema.org/BlogPosting">
<a href="https://phc.dm.unipi.it/2014/04/02/hugoisforlovers/" itemprop="url" title="Go to post detail">
<a href="/blog/2014/04/02/hugoisforlovers/" itemprop="url" title="Go to post detail">
<h4 class="post-stub-title" itemprop="name">Getting Started with Hugo</h4>
<div class="post-stub-description">
@ -188,7 +228,7 @@
<div class="container">
<div class="site-title-wrapper">
<h1 class="site-title">
<a title="Blog del PHC" href="https://phc.dm.unipi.it/">Blog del PHC</a>
<a title="Blog del PHC" href="/blog/">Blog del PHC</a>
</h1>
<a class="button-square button-jump-top js-jump-top" href="#">
<i class="fa fa-angle-up"></i>
@ -196,7 +236,7 @@
</div>
<p class="footer-copyright">
<span>&copy; 2015 / Powered by <a href="https://gohugo.io/">Hugo</a></span>
<span>&copy; 2020 / Powered by <a href="https://gohugo.io/">Hugo</a></span>
</p>
<p class="footer-copyright">
<span><a href="https://github.com/roryg/ghostwriter">Ghostwriter theme</a> By <a href="http://jollygoodthemes.com">JollyGoodThemes</a></span>
@ -205,9 +245,9 @@
</div>
</footer>
<script src="https://phc.dm.unipi.it/js/jquery-1.11.3.min.js"></script>
<script src="https://phc.dm.unipi.it/js/jquery.fitvids.js"></script>
<script src="https://phc.dm.unipi.it/js/scripts.js"></script>
<script src="/blog/js/jquery-1.11.3.min.js"></script>
<script src="/blog/js/jquery.fitvids.js"></script>
<script src="/blog/js/scripts.js"></script>
</body>
</html>

@ -2,69 +2,86 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Blog del PHC</title>
<link>https://phc.dm.unipi.it/</link>
<link>/blog/</link>
<description>Recent content on Blog del PHC</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<copyright>PHC</copyright>
<lastBuildDate>Fri, 03 Apr 2015 02:13:50 +0000</lastBuildDate>
<lastBuildDate>Thu, 25 Jun 2020 20:23:58 +0200</lastBuildDate>
<atom:link href="https://phc.dm.unipi.it/index.xml" rel="self" type="application/rss+xml" />
<atom:link href="/blog/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Annuncio nuovo sito del PHC</title>
<link>/blog/2020/06/25/nuovo-sito-di-poisson/</link>
<pubDate>Thu, 25 Jun 2020 20:23:58 +0200</pubDate>
<guid>/blog/2020/06/25/nuovo-sito-di-poisson/</guid>
<description>Il nuovo sito del PHC Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean nec dolor in magna lobortis egestas. Suspendisse eu erat tempor, tristique neque eu, convallis nulla. Curabitur vel bibendum lacus, at semper mauris. Suspendisse aliquet commodo ex, sed sagittis metus aliquam id. Maecenas feugiat rutrum lorem vel imperdiet. Nullam ornare lectus ut enim finibus, et porttitor mi tincidunt.</description>
</item>
<item>
<title>Come usare il servizio Git</title>
<link>/blog/2020/06/25/come-usare-il-servizio-git/</link>
<pubDate>Thu, 25 Jun 2020 20:23:58 +0200</pubDate>
<guid>/blog/2020/06/25/come-usare-il-servizio-git/</guid>
<description>Come usare il serivizio Git Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean nec dolor in magna lobortis egestas. Suspendisse eu erat tempor, tristique neque eu, convallis nulla. Curabitur vel bibendum lacus, at semper mauris. Suspendisse aliquet commodo ex, sed sagittis metus aliquam id. Maecenas feugiat rutrum lorem vel imperdiet. Nullam ornare lectus ut enim finibus, et porttitor mi tincidunt.</description>
</item>
<item>
<title>About</title>
<link>https://phc.dm.unipi.it/page/about/</link>
<link>/blog/page/about/</link>
<pubDate>Fri, 03 Apr 2015 02:13:50 +0000</pubDate>
<guid>https://phc.dm.unipi.it/page/about/</guid>
<guid>/blog/page/about/</guid>
<description>About Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean nec dolor in magna lobortis egestas. Suspendisse eu erat tempor, tristique neque eu, convallis nulla. Curabitur vel bibendum lacus, at semper mauris. Suspendisse aliquet commodo ex, sed sagittis metus aliquam id. Maecenas feugiat rutrum lorem vel imperdiet. Nullam ornare lectus ut enim finibus, et porttitor mi tincidunt. Aenean lacinia, leo quis vehicula eleifend, quam libero sagittis erat, at euismod augue mauris et sapien.</description>
</item>
<item>
<title>Contatti</title>
<link>https://phc.dm.unipi.it/page/contact/</link>
<link>/blog/page/contact/</link>
<pubDate>Fri, 03 Apr 2015 02:13:50 +0000</pubDate>
<guid>https://phc.dm.unipi.it/page/contact/</guid>
<guid>/blog/page/contact/</guid>
<description>Contatti Aenean ipsum justo, semper eu nisl ut, pretium tincidunt sem. Praesent et diam sit amet lacus lobortis dictum a id lacus. Quisque hendrerit sit amet turpis eu varius. Ut id lorem ac felis ultrices tincidunt. Pellentesque consequat arcu ac fringilla imperdiet. Phasellus pellentesque, sapien non pulvinar blandit, sapien ante aliquet felis, vel porttitor sapien ante in lacus. Fusce non urna aliquet, malesuada nibh vel, luctus urna. Phasellus ut lacus molestie, varius purus quis, malesuada lorem.</description>
</item>
<item>
<title>My awesome project</title>
<link>https://phc.dm.unipi.it/project/my-awesome-project/</link>
<link>/blog/project/my-awesome-project/</link>
<pubDate>Tue, 18 Nov 2014 02:13:50 +0000</pubDate>
<guid>https://phc.dm.unipi.it/project/my-awesome-project/</guid>
<guid>/blog/project/my-awesome-project/</guid>
<description>About project Aenean ipsum justo, semper eu nisl ut, pretium tincidunt sem. Praesent et diam sit amet lacus lobortis dictum a id lacus. Quisque hendrerit sit amet turpis eu varius. Ut id lorem ac felis ultrices tincidunt. Pellentesque consequat arcu ac fringilla imperdiet. Phasellus pellentesque, sapien non pulvinar blandit, sapien ante aliquet felis, vel porttitor sapien ante in lacus. Fusce non urna aliquet, malesuada nibh vel, luctus urna. Phasellus ut lacus molestie, varius purus quis, malesuada lorem.</description>
</item>
<item>
<title>Creating a New Theme</title>
<link>https://phc.dm.unipi.it/2014/09/28/creating-a-new-theme/</link>
<link>/blog/2014/09/28/creating-a-new-theme/</link>
<pubDate>Sun, 28 Sep 2014 02:13:50 +0000</pubDate>
<guid>https://phc.dm.unipi.it/2014/09/28/creating-a-new-theme/</guid>
<guid>/blog/2014/09/28/creating-a-new-theme/</guid>
<description>Introduction This tutorial will show you how to create a simple theme in Hugo. I assume that you are familiar with HTML, the bash command line, and that you are comfortable using Markdown to format content. I&amp;rsquo;ll explain how Hugo uses templates and how you can organize your templates to create a theme. I won&amp;rsquo;t cover using CSS to style your theme.
We&amp;rsquo;ll start with creating a new site with a very basic template.</description>
</item>
<item>
<title>(Hu)go Template Primer</title>
<link>https://phc.dm.unipi.it/2014/04/02/goisforlovers/</link>
<link>/blog/2014/04/02/goisforlovers/</link>
<pubDate>Wed, 02 Apr 2014 02:13:50 +0000</pubDate>
<guid>https://phc.dm.unipi.it/2014/04/02/goisforlovers/</guid>
<guid>/blog/2014/04/02/goisforlovers/</guid>
<description>Hugo uses the excellent go html/template library for its template engine. It is an extremely lightweight engine that provides a very small amount of logic. In our experience that it is just the right amount of logic to be able to create a good static website. If you have used other template systems from different languages or frameworks you will find a lot of similarities in go templates.
This document is a brief primer on using go templates.</description>
</item>
<item>
<title>Migrating from Jekyll</title>
<link>https://phc.dm.unipi.it/2014/04/02/migrate-from-jekyll/</link>
<link>/blog/2014/04/02/migrate-from-jekyll/</link>
<pubDate>Wed, 02 Apr 2014 02:13:50 +0000</pubDate>
<guid>https://phc.dm.unipi.it/2014/04/02/migrate-from-jekyll/</guid>
<guid>/blog/2014/04/02/migrate-from-jekyll/</guid>
<description>Move static content to static Jekyll has a rule that any directory not starting with _ will be copied as-is to the _site output. Hugo keeps all static content under static. You should therefore move it all there. With Jekyll, something that looked like
&amp;lt;root&amp;gt;/ ▾ images/ logo.png should become
&amp;lt;root&amp;gt;/ ▾ static/ ▾ images/ logo.png Additionally, you&amp;rsquo;ll want any files that should reside at the root (such as CNAME) to be moved to static.</description>
@ -72,10 +89,10 @@ This document is a brief primer on using go templates.</description>
<item>
<title>Getting Started with Hugo</title>
<link>https://phc.dm.unipi.it/2014/04/02/hugoisforlovers/</link>
<link>/blog/2014/04/02/hugoisforlovers/</link>
<pubDate>Wed, 02 Apr 2014 00:00:00 +0000</pubDate>
<guid>https://phc.dm.unipi.it/2014/04/02/hugoisforlovers/</guid>
<guid>/blog/2014/04/02/hugoisforlovers/</guid>
<description>Step 1. Install Hugo Goto hugo releases and download the appropriate version for your os and architecture.
Save it somewhere specific as we will be using it in the next step.
More complete instructions are available at installing hugo

@ -1 +1 @@
<!DOCTYPE html><html><head><title>https://phc.dm.unipi.it/</title><link rel="canonical" href="https://phc.dm.unipi.it/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://phc.dm.unipi.it/" /></head></html>
<!DOCTYPE html><html><head><title>/blog/</title><link rel="canonical" href="/blog/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=/blog/" /></head></html>

@ -13,9 +13,9 @@
<meta property="og:title" content="About">
<meta property="og:description" content="Cos&#39;è il PHC?">
<meta property="og:type" content="article">
<meta property="og:url" content="https://phc.dm.unipi.it/page/about/">
<link rel="stylesheet" href="https://phc.dm.unipi.it/dist/site.css">
<link rel="stylesheet" href="https://phc.dm.unipi.it/dist/syntax.css">
<meta property="og:url" content="/blog/page/about/">
<link rel="stylesheet" href="/blog/dist/site.css">
<link rel="stylesheet" href="/blog/dist/syntax.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,600,700,300&subset=latin,cyrillic-ext,latin-ext,cyrillic">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
@ -32,10 +32,10 @@
<div class="site-title-wrapper">
<h1 class="site-title">
<a title="Blog del PHC" href="https://phc.dm.unipi.it/">Blog del PHC</a>
<a title="Blog del PHC" href="/blog/">Blog del PHC</a>
</h1>
<a class="button-square" href="https://phc.dm.unipi.it/index.xml"><i class="fa fa-rss"></i></a>
<a class="button-square" href="/blog/index.xml"><i class="fa fa-rss"></i></a>
@ -56,19 +56,23 @@
<ul class="site-nav">
<li class="site-nav-item">
<a title="News" href="/">News</a>
<a title="News" href="/blog/">News</a>
</li>
<li class="site-nav-item">
<a title="Progetti" href="/project/">Progetti</a>
<a title="Guide" href="/blog/categories/guide/">Guide</a>
</li>
<li class="site-nav-item">
<a title="Contattaci" href="/page/contact/">Contattaci</a>
<a title="Progetti" href="/blog/categories/progetti/">Progetti</a>
</li>
<li class="site-nav-item">
<a title="About" href="/page/about/">About</a>
<a title="Contattaci" href="/blog/page/contact/">Contattaci</a>
</li>
<li class="site-nav-item">
<a title="About" href="/blog/page/about/">About</a>
</li>
</ul>
@ -106,7 +110,7 @@
<div class="container">
<div class="site-title-wrapper">
<h1 class="site-title">
<a title="Blog del PHC" href="https://phc.dm.unipi.it/">Blog del PHC</a>
<a title="Blog del PHC" href="/blog/">Blog del PHC</a>
</h1>
<a class="button-square button-jump-top js-jump-top" href="#">
<i class="fa fa-angle-up"></i>
@ -114,7 +118,7 @@
</div>
<p class="footer-copyright">
<span>&copy; 2015 / Powered by <a href="https://gohugo.io/">Hugo</a></span>
<span>&copy; 2020 / Powered by <a href="https://gohugo.io/">Hugo</a></span>
</p>
<p class="footer-copyright">
<span><a href="https://github.com/roryg/ghostwriter">Ghostwriter theme</a> By <a href="http://jollygoodthemes.com">JollyGoodThemes</a></span>
@ -123,9 +127,9 @@
</div>
</footer>
<script src="https://phc.dm.unipi.it/js/jquery-1.11.3.min.js"></script>
<script src="https://phc.dm.unipi.it/js/jquery.fitvids.js"></script>
<script src="https://phc.dm.unipi.it/js/scripts.js"></script>
<script src="/blog/js/jquery-1.11.3.min.js"></script>
<script src="/blog/js/jquery.fitvids.js"></script>
<script src="/blog/js/scripts.js"></script>
</body>
</html>

@ -13,9 +13,9 @@
<meta property="og:title" content="Contatti">
<meta property="og:description" content="Come contattarci.">
<meta property="og:type" content="article">
<meta property="og:url" content="https://phc.dm.unipi.it/page/contact/">
<link rel="stylesheet" href="https://phc.dm.unipi.it/dist/site.css">
<link rel="stylesheet" href="https://phc.dm.unipi.it/dist/syntax.css">
<meta property="og:url" content="/blog/page/contact/">
<link rel="stylesheet" href="/blog/dist/site.css">
<link rel="stylesheet" href="/blog/dist/syntax.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,600,700,300&subset=latin,cyrillic-ext,latin-ext,cyrillic">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
@ -32,10 +32,10 @@
<div class="site-title-wrapper">
<h1 class="site-title">
<a title="Blog del PHC" href="https://phc.dm.unipi.it/">Blog del PHC</a>
<a title="Blog del PHC" href="/blog/">Blog del PHC</a>
</h1>
<a class="button-square" href="https://phc.dm.unipi.it/index.xml"><i class="fa fa-rss"></i></a>
<a class="button-square" href="/blog/index.xml"><i class="fa fa-rss"></i></a>
@ -56,19 +56,23 @@
<ul class="site-nav">
<li class="site-nav-item">
<a title="News" href="/">News</a>
<a title="News" href="/blog/">News</a>
</li>
<li class="site-nav-item">
<a title="Progetti" href="/project/">Progetti</a>
<a title="Guide" href="/blog/categories/guide/">Guide</a>
</li>
<li class="site-nav-item">
<a title="Contattaci" href="/page/contact/">Contattaci</a>
<a title="Progetti" href="/blog/categories/progetti/">Progetti</a>
</li>
<li class="site-nav-item">
<a title="About" href="/page/about/">About</a>
<a title="Contattaci" href="/blog/page/contact/">Contattaci</a>
</li>
<li class="site-nav-item">
<a title="About" href="/blog/page/about/">About</a>
</li>
</ul>
@ -105,7 +109,7 @@
<div class="container">
<div class="site-title-wrapper">
<h1 class="site-title">
<a title="Blog del PHC" href="https://phc.dm.unipi.it/">Blog del PHC</a>
<a title="Blog del PHC" href="/blog/">Blog del PHC</a>
</h1>
<a class="button-square button-jump-top js-jump-top" href="#">
<i class="fa fa-angle-up"></i>
@ -113,7 +117,7 @@
</div>
<p class="footer-copyright">
<span>&copy; 2015 / Powered by <a href="https://gohugo.io/">Hugo</a></span>
<span>&copy; 2020 / Powered by <a href="https://gohugo.io/">Hugo</a></span>
</p>
<p class="footer-copyright">
<span><a href="https://github.com/roryg/ghostwriter">Ghostwriter theme</a> By <a href="http://jollygoodthemes.com">JollyGoodThemes</a></span>
@ -122,9 +126,9 @@
</div>
</footer>
<script src="https://phc.dm.unipi.it/js/jquery-1.11.3.min.js"></script>
<script src="https://phc.dm.unipi.it/js/jquery.fitvids.js"></script>
<script src="https://phc.dm.unipi.it/js/scripts.js"></script>
<script src="/blog/js/jquery-1.11.3.min.js"></script>
<script src="/blog/js/jquery.fitvids.js"></script>
<script src="/blog/js/scripts.js"></script>
</body>
</html>

@ -4,22 +4,22 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Pages &middot; My Name</title>
<meta name="description" content="Qui postiamo notizie importanti, progetti e qualche guida.">
<meta name="description" content="[WIP - Lo stile è da cambiare!] Qui postiamo notizie importanti, progetti e qualche guida.">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="generator" content="Hugo 0.71.1" />
<meta name="robots" content="index,follow">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:title" content="Pages">
<meta property="og:description" content="Qui postiamo notizie importanti, progetti e qualche guida.">
<meta property="og:description" content="[WIP - Lo stile è da cambiare!] Qui postiamo notizie importanti, progetti e qualche guida.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://phc.dm.unipi.it/page/">
<link rel="stylesheet" href="https://phc.dm.unipi.it/dist/site.css">
<link rel="stylesheet" href="https://phc.dm.unipi.it/dist/syntax.css">
<meta property="og:url" content="/blog/page/">
<link rel="stylesheet" href="/blog/dist/site.css">
<link rel="stylesheet" href="/blog/dist/syntax.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,600,700,300&subset=latin,cyrillic-ext,latin-ext,cyrillic">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
<link href="/page/index.xml" rel="alternate" type="application/rss+xml">
<link href="/blog/page/index.xml" rel="alternate" type="application/rss+xml">
@ -34,10 +34,10 @@
<div class="site-title-wrapper">
<h1 class="site-title">
<a title="Blog del PHC" href="https://phc.dm.unipi.it/">Blog del PHC</a>
<a title="Blog del PHC" href="/blog/">Blog del PHC</a>
</h1>
<a class="button-square" href="https://phc.dm.unipi.it/index.xml"><i class="fa fa-rss"></i></a>
<a class="button-square" href="/blog/index.xml"><i class="fa fa-rss"></i></a>
@ -58,19 +58,23 @@
<ul class="site-nav">
<li class="site-nav-item">
<a title="News" href="/">News</a>
<a title="News" href="/blog/">News</a>
</li>
<li class="site-nav-item">
<a title="Progetti" href="/project/">Progetti</a>
<a title="Guide" href="/blog/categories/guide/">Guide</a>
</li>
<li class="site-nav-item">
<a title="Contattaci" href="/page/contact/">Contattaci</a>
<a title="Progetti" href="/blog/categories/progetti/">Progetti</a>
</li>
<li class="site-nav-item">
<a title="About" href="/page/about/">About</a>
<a title="Contattaci" href="/blog/page/contact/">Contattaci</a>
</li>
<li class="site-nav-item">
<a title="About" href="/blog/page/about/">About</a>
</li>
</ul>
@ -84,16 +88,18 @@
<header class="post-header">
<h1 class="post-title" itemprop="name">Blog del PHC</h1>
<p>Qui postiamo notizie importanti, progetti e qualche guida.</p>
<p>[WIP - Lo stile è da cambiare!] Qui postiamo notizie importanti, progetti e qualche guida.</p>
</header>
<h3 style="text-align: center;">Pages</h3>
<ol class="post-list">
<li class="post-stub">
<a href="https://phc.dm.unipi.it/page/about/">
<a href="/blog/page/about/">
<h4 class="post-stub-title">About</h4>
<p class="post-stub-description">Cos&#39;è il PHC?</p>
@ -104,7 +110,7 @@
</li>
<li class="post-stub">
<a href="https://phc.dm.unipi.it/page/contact/">
<a href="/blog/page/contact/">
<h4 class="post-stub-title">Contatti</h4>
<p class="post-stub-description">Come contattarci.</p>
@ -129,7 +135,7 @@
<div class="container">
<div class="site-title-wrapper">
<h1 class="site-title">
<a title="Blog del PHC" href="https://phc.dm.unipi.it/">Blog del PHC</a>
<a title="Blog del PHC" href="/blog/">Blog del PHC</a>
</h1>
<a class="button-square button-jump-top js-jump-top" href="#">
<i class="fa fa-angle-up"></i>
@ -137,7 +143,7 @@
</div>
<p class="footer-copyright">
<span>&copy; 2015 / Powered by <a href="https://gohugo.io/">Hugo</a></span>
<span>&copy; 2020 / Powered by <a href="https://gohugo.io/">Hugo</a></span>
</p>
<p class="footer-copyright">
<span><a href="https://github.com/roryg/ghostwriter">Ghostwriter theme</a> By <a href="http://jollygoodthemes.com">JollyGoodThemes</a></span>
@ -146,8 +152,8 @@
</div>
</footer>
<script src="https://phc.dm.unipi.it/js/jquery-1.11.3.min.js"></script>
<script src="https://phc.dm.unipi.it/js/jquery.fitvids.js"></script>
<script src="https://phc.dm.unipi.it/js/scripts.js"></script>
<script src="/blog/js/jquery-1.11.3.min.js"></script>
<script src="/blog/js/jquery.fitvids.js"></script>
<script src="/blog/js/scripts.js"></script>
</body>
</html>

@ -2,31 +2,30 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Pages on Blog del PHC</title>
<link>https://phc.dm.unipi.it/page/</link>
<link>/blog/page/</link>
<description>Recent content in Pages on Blog del PHC</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<copyright>PHC</copyright>
<lastBuildDate>Fri, 03 Apr 2015 02:13:50 +0000</lastBuildDate>
<atom:link href="https://phc.dm.unipi.it/page/index.xml" rel="self" type="application/rss+xml" />
<atom:link href="/blog/page/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>About</title>
<link>https://phc.dm.unipi.it/page/about/</link>
<link>/blog/page/about/</link>
<pubDate>Fri, 03 Apr 2015 02:13:50 +0000</pubDate>
<guid>https://phc.dm.unipi.it/page/about/</guid>
<guid>/blog/page/about/</guid>
<description>About Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean nec dolor in magna lobortis egestas. Suspendisse eu erat tempor, tristique neque eu, convallis nulla. Curabitur vel bibendum lacus, at semper mauris. Suspendisse aliquet commodo ex, sed sagittis metus aliquam id. Maecenas feugiat rutrum lorem vel imperdiet. Nullam ornare lectus ut enim finibus, et porttitor mi tincidunt. Aenean lacinia, leo quis vehicula eleifend, quam libero sagittis erat, at euismod augue mauris et sapien.</description>
</item>
<item>
<title>Contatti</title>
<link>https://phc.dm.unipi.it/page/contact/</link>
<link>/blog/page/contact/</link>
<pubDate>Fri, 03 Apr 2015 02:13:50 +0000</pubDate>
<guid>https://phc.dm.unipi.it/page/contact/</guid>
<guid>/blog/page/contact/</guid>
<description>Contatti Aenean ipsum justo, semper eu nisl ut, pretium tincidunt sem. Praesent et diam sit amet lacus lobortis dictum a id lacus. Quisque hendrerit sit amet turpis eu varius. Ut id lorem ac felis ultrices tincidunt. Pellentesque consequat arcu ac fringilla imperdiet. Phasellus pellentesque, sapien non pulvinar blandit, sapien ante aliquet felis, vel porttitor sapien ante in lacus. Fusce non urna aliquet, malesuada nibh vel, luctus urna. Phasellus ut lacus molestie, varius purus quis, malesuada lorem.</description>
</item>

@ -1 +1 @@
<!DOCTYPE html><html><head><title>https://phc.dm.unipi.it/page/</title><link rel="canonical" href="https://phc.dm.unipi.it/page/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://phc.dm.unipi.it/page/" /></head></html>
<!DOCTYPE html><html><head><title>/blog/page/</title><link rel="canonical" href="/blog/page/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=/blog/page/" /></head></html>

@ -4,22 +4,22 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Posts &middot; My Name</title>
<meta name="description" content="Qui postiamo notizie importanti, progetti e qualche guida.">
<meta name="description" content="[WIP - Lo stile è da cambiare!] Qui postiamo notizie importanti, progetti e qualche guida.">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="generator" content="Hugo 0.71.1" />
<meta name="robots" content="index,follow">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:title" content="Posts">
<meta property="og:description" content="Qui postiamo notizie importanti, progetti e qualche guida.">
<meta property="og:description" content="[WIP - Lo stile è da cambiare!] Qui postiamo notizie importanti, progetti e qualche guida.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://phc.dm.unipi.it/post/">
<link rel="stylesheet" href="https://phc.dm.unipi.it/dist/site.css">
<link rel="stylesheet" href="https://phc.dm.unipi.it/dist/syntax.css">
<meta property="og:url" content="/blog/post/">
<link rel="stylesheet" href="/blog/dist/site.css">
<link rel="stylesheet" href="/blog/dist/syntax.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,600,700,300&subset=latin,cyrillic-ext,latin-ext,cyrillic">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
<link href="/post/index.xml" rel="alternate" type="application/rss+xml">
<link href="/blog/post/index.xml" rel="alternate" type="application/rss+xml">
@ -34,10 +34,10 @@
<div class="site-title-wrapper">
<h1 class="site-title">
<a title="Blog del PHC" href="https://phc.dm.unipi.it/">Blog del PHC</a>
<a title="Blog del PHC" href="/blog/">Blog del PHC</a>
</h1>
<a class="button-square" href="https://phc.dm.unipi.it/index.xml"><i class="fa fa-rss"></i></a>
<a class="button-square" href="/blog/index.xml"><i class="fa fa-rss"></i></a>
@ -58,19 +58,23 @@
<ul class="site-nav">
<li class="site-nav-item">
<a title="News" href="/">News</a>
<a title="News" href="/blog/">News</a>
</li>
<li class="site-nav-item">
<a title="Progetti" href="/project/">Progetti</a>
<a title="Guide" href="/blog/categories/guide/">Guide</a>
</li>
<li class="site-nav-item">
<a title="Contattaci" href="/page/contact/">Contattaci</a>
<a title="Progetti" href="/blog/categories/progetti/">Progetti</a>
</li>
<li class="site-nav-item">
<a title="About" href="/page/about/">About</a>
<a title="Contattaci" href="/blog/page/contact/">Contattaci</a>
</li>
<li class="site-nav-item">
<a title="About" href="/blog/page/about/">About</a>
</li>
</ul>
@ -84,7 +88,7 @@
<header class="post-header">
<h1 class="post-title" itemprop="name">Blog del PHC</h1>
<p>Qui postiamo notizie importanti, progetti e qualche guida.</p>
<p>[WIP - Lo stile è da cambiare!] Qui postiamo notizie importanti, progetti e qualche guida.</p>
</header>
@ -93,7 +97,7 @@
<li class="post-stub" itemprop="blogPost" itemscope="" itemtype="https://schema.org/BlogPosting">
<a href="https://phc.dm.unipi.it/2014/04/02/migrate-from-jekyll/" itemprop="url" title="Go to post detail">
<a href="/blog/2014/04/02/migrate-from-jekyll/" itemprop="url" title="Go to post detail">
<h4 class="post-stub-title" itemprop="name">Migrating from Jekyll</h4>
<div class="post-stub-description">
@ -113,7 +117,43 @@
<li class="post-stub" itemprop="blogPost" itemscope="" itemtype="https://schema.org/BlogPosting">
<a href="https://phc.dm.unipi.it/2014/09/28/creating-a-new-theme/" itemprop="url" title="Go to post detail">
<a href="/blog/2020/06/25/nuovo-sito-di-poisson/" itemprop="url" title="Go to post detail">
<h4 class="post-stub-title" itemprop="name">Annuncio nuovo sito del PHC</h4>
<div class="post-stub-description">
Un nuovo sito.
</div>
<time class="post-stub-date" datetime="2020-06-25">
Published Thu, Jun 25, 2020
</time>
</a>
</li>
<li class="post-stub" itemprop="blogPost" itemscope="" itemtype="https://schema.org/BlogPosting">
<a href="/blog/2020/06/25/come-usare-il-servizio-git/" itemprop="url" title="Go to post detail">
<h4 class="post-stub-title" itemprop="name">Come usare il servizio Git</h4>
<div class="post-stub-description">
Le base di git e come utilizzarlo con Poisson.
</div>
<time class="post-stub-date" datetime="2020-06-25">
Published Thu, Jun 25, 2020
</time>
</a>
</li>
<li class="post-stub" itemprop="blogPost" itemscope="" itemtype="https://schema.org/BlogPosting">
<a href="/blog/2014/09/28/creating-a-new-theme/" itemprop="url" title="Go to post detail">
<h4 class="post-stub-title" itemprop="name">Creating a New Theme</h4>
<div class="post-stub-description">
@ -131,7 +171,7 @@
<li class="post-stub" itemprop="blogPost" itemscope="" itemtype="https://schema.org/BlogPosting">
<a href="https://phc.dm.unipi.it/2014/04/02/goisforlovers/" itemprop="url" title="Go to post detail">
<a href="/blog/2014/04/02/goisforlovers/" itemprop="url" title="Go to post detail">
<h4 class="post-stub-title" itemprop="name">(Hu)go Template Primer</h4>
<div class="post-stub-description">
@ -151,7 +191,7 @@
<li class="post-stub" itemprop="blogPost" itemscope="" itemtype="https://schema.org/BlogPosting">
<a href="https://phc.dm.unipi.it/2014/04/02/hugoisforlovers/" itemprop="url" title="Go to post detail">
<a href="/blog/2014/04/02/hugoisforlovers/" itemprop="url" title="Go to post detail">
<h4 class="post-stub-title" itemprop="name">Getting Started with Hugo</h4>
<div class="post-stub-description">
@ -182,7 +222,7 @@
<div class="container">
<div class="site-title-wrapper">
<h1 class="site-title">
<a title="Blog del PHC" href="https://phc.dm.unipi.it/">Blog del PHC</a>
<a title="Blog del PHC" href="/blog/">Blog del PHC</a>
</h1>
<a class="button-square button-jump-top js-jump-top" href="#">
<i class="fa fa-angle-up"></i>
@ -190,7 +230,7 @@
</div>
<p class="footer-copyright">
<span>&copy; 2015 / Powered by <a href="https://gohugo.io/">Hugo</a></span>
<span>&copy; 2020 / Powered by <a href="https://gohugo.io/">Hugo</a></span>
</p>
<p class="footer-copyright">
<span><a href="https://github.com/roryg/ghostwriter">Ghostwriter theme</a> By <a href="http://jollygoodthemes.com">JollyGoodThemes</a></span>
@ -199,8 +239,8 @@
</div>
</footer>
<script src="https://phc.dm.unipi.it/js/jquery-1.11.3.min.js"></script>
<script src="https://phc.dm.unipi.it/js/jquery.fitvids.js"></script>
<script src="https://phc.dm.unipi.it/js/scripts.js"></script>
<script src="/blog/js/jquery-1.11.3.min.js"></script>
<script src="/blog/js/jquery.fitvids.js"></script>
<script src="/blog/js/scripts.js"></script>
</body>
</html>

@ -2,42 +2,59 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Posts on Blog del PHC</title>
<link>https://phc.dm.unipi.it/post/</link>
<link>/blog/post/</link>
<description>Recent content in Posts on Blog del PHC</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<copyright>PHC</copyright>
<lastBuildDate>Sun, 28 Sep 2014 02:13:50 +0000</lastBuildDate>
<lastBuildDate>Thu, 25 Jun 2020 20:23:58 +0200</lastBuildDate>
<atom:link href="https://phc.dm.unipi.it/post/index.xml" rel="self" type="application/rss+xml" />
<atom:link href="/blog/post/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Annuncio nuovo sito del PHC</title>
<link>/blog/2020/06/25/nuovo-sito-di-poisson/</link>
<pubDate>Thu, 25 Jun 2020 20:23:58 +0200</pubDate>
<guid>/blog/2020/06/25/nuovo-sito-di-poisson/</guid>
<description>Il nuovo sito del PHC Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean nec dolor in magna lobortis egestas. Suspendisse eu erat tempor, tristique neque eu, convallis nulla. Curabitur vel bibendum lacus, at semper mauris. Suspendisse aliquet commodo ex, sed sagittis metus aliquam id. Maecenas feugiat rutrum lorem vel imperdiet. Nullam ornare lectus ut enim finibus, et porttitor mi tincidunt.</description>
</item>
<item>
<title>Come usare il servizio Git</title>
<link>/blog/2020/06/25/come-usare-il-servizio-git/</link>
<pubDate>Thu, 25 Jun 2020 20:23:58 +0200</pubDate>
<guid>/blog/2020/06/25/come-usare-il-servizio-git/</guid>
<description>Come usare il serivizio Git Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean nec dolor in magna lobortis egestas. Suspendisse eu erat tempor, tristique neque eu, convallis nulla. Curabitur vel bibendum lacus, at semper mauris. Suspendisse aliquet commodo ex, sed sagittis metus aliquam id. Maecenas feugiat rutrum lorem vel imperdiet. Nullam ornare lectus ut enim finibus, et porttitor mi tincidunt.</description>
</item>
<item>
<title>Creating a New Theme</title>
<link>https://phc.dm.unipi.it/2014/09/28/creating-a-new-theme/</link>
<link>/blog/2014/09/28/creating-a-new-theme/</link>
<pubDate>Sun, 28 Sep 2014 02:13:50 +0000</pubDate>
<guid>https://phc.dm.unipi.it/2014/09/28/creating-a-new-theme/</guid>
<guid>/blog/2014/09/28/creating-a-new-theme/</guid>
<description>Introduction This tutorial will show you how to create a simple theme in Hugo. I assume that you are familiar with HTML, the bash command line, and that you are comfortable using Markdown to format content. I&amp;rsquo;ll explain how Hugo uses templates and how you can organize your templates to create a theme. I won&amp;rsquo;t cover using CSS to style your theme.
We&amp;rsquo;ll start with creating a new site with a very basic template.</description>
</item>
<item>
<title>(Hu)go Template Primer</title>
<link>https://phc.dm.unipi.it/2014/04/02/goisforlovers/</link>
<link>/blog/2014/04/02/goisforlovers/</link>
<pubDate>Wed, 02 Apr 2014 02:13:50 +0000</pubDate>
<guid>https://phc.dm.unipi.it/2014/04/02/goisforlovers/</guid>
<guid>/blog/2014/04/02/goisforlovers/</guid>
<description>Hugo uses the excellent go html/template library for its template engine. It is an extremely lightweight engine that provides a very small amount of logic. In our experience that it is just the right amount of logic to be able to create a good static website. If you have used other template systems from different languages or frameworks you will find a lot of similarities in go templates.
This document is a brief primer on using go templates.</description>
</item>
<item>
<title>Migrating from Jekyll</title>
<link>https://phc.dm.unipi.it/2014/04/02/migrate-from-jekyll/</link>
<link>/blog/2014/04/02/migrate-from-jekyll/</link>
<pubDate>Wed, 02 Apr 2014 02:13:50 +0000</pubDate>
<guid>https://phc.dm.unipi.it/2014/04/02/migrate-from-jekyll/</guid>
<guid>/blog/2014/04/02/migrate-from-jekyll/</guid>
<description>Move static content to static Jekyll has a rule that any directory not starting with _ will be copied as-is to the _site output. Hugo keeps all static content under static. You should therefore move it all there. With Jekyll, something that looked like
&amp;lt;root&amp;gt;/ ▾ images/ logo.png should become
&amp;lt;root&amp;gt;/ ▾ static/ ▾ images/ logo.png Additionally, you&amp;rsquo;ll want any files that should reside at the root (such as CNAME) to be moved to static.</description>
@ -45,10 +62,10 @@ This document is a brief primer on using go templates.</description>
<item>
<title>Getting Started with Hugo</title>
<link>https://phc.dm.unipi.it/2014/04/02/hugoisforlovers/</link>
<link>/blog/2014/04/02/hugoisforlovers/</link>
<pubDate>Wed, 02 Apr 2014 00:00:00 +0000</pubDate>
<guid>https://phc.dm.unipi.it/2014/04/02/hugoisforlovers/</guid>
<guid>/blog/2014/04/02/hugoisforlovers/</guid>
<description>Step 1. Install Hugo Goto hugo releases and download the appropriate version for your os and architecture.
Save it somewhere specific as we will be using it in the next step.
More complete instructions are available at installing hugo

@ -1 +1 @@
<!DOCTYPE html><html><head><title>https://phc.dm.unipi.it/post/</title><link rel="canonical" href="https://phc.dm.unipi.it/post/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://phc.dm.unipi.it/post/" /></head></html>
<!DOCTYPE html><html><head><title>/blog/post/</title><link rel="canonical" href="/blog/post/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=/blog/post/" /></head></html>

@ -4,22 +4,22 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Projects &middot; My Name</title>
<meta name="description" content="Qui postiamo notizie importanti, progetti e qualche guida.">
<meta name="description" content="[WIP - Lo stile è da cambiare!] Qui postiamo notizie importanti, progetti e qualche guida.">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="generator" content="Hugo 0.71.1" />
<meta name="robots" content="index,follow">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:title" content="Projects">
<meta property="og:description" content="Qui postiamo notizie importanti, progetti e qualche guida.">
<meta property="og:description" content="[WIP - Lo stile è da cambiare!] Qui postiamo notizie importanti, progetti e qualche guida.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://phc.dm.unipi.it/project/">
<link rel="stylesheet" href="https://phc.dm.unipi.it/dist/site.css">
<link rel="stylesheet" href="https://phc.dm.unipi.it/dist/syntax.css">
<meta property="og:url" content="/blog/project/">
<link rel="stylesheet" href="/blog/dist/site.css">
<link rel="stylesheet" href="/blog/dist/syntax.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,600,700,300&subset=latin,cyrillic-ext,latin-ext,cyrillic">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
<link href="/project/index.xml" rel="alternate" type="application/rss+xml">
<link href="/blog/project/index.xml" rel="alternate" type="application/rss+xml">
@ -34,10 +34,10 @@
<div class="site-title-wrapper">
<h1 class="site-title">
<a title="Blog del PHC" href="https://phc.dm.unipi.it/">Blog del PHC</a>
<a title="Blog del PHC" href="/blog/">Blog del PHC</a>
</h1>
<a class="button-square" href="https://phc.dm.unipi.it/index.xml"><i class="fa fa-rss"></i></a>
<a class="button-square" href="/blog/index.xml"><i class="fa fa-rss"></i></a>
@ -58,19 +58,23 @@
<ul class="site-nav">
<li class="site-nav-item">
<a title="News" href="/">News</a>
<a title="News" href="/blog/">News</a>
</li>
<li class="site-nav-item">
<a title="Progetti" href="/project/">Progetti</a>
<a title="Guide" href="/blog/categories/guide/">Guide</a>
</li>
<li class="site-nav-item">
<a title="Contattaci" href="/page/contact/">Contattaci</a>
<a title="Progetti" href="/blog/categories/progetti/">Progetti</a>
</li>
<li class="site-nav-item">
<a title="About" href="/page/about/">About</a>
<a title="Contattaci" href="/blog/page/contact/">Contattaci</a>
</li>
<li class="site-nav-item">
<a title="About" href="/blog/page/about/">About</a>
</li>
</ul>
@ -84,16 +88,18 @@
<header class="post-header">
<h1 class="post-title" itemprop="name">Blog del PHC</h1>
<p>Qui postiamo notizie importanti, progetti e qualche guida.</p>
<p>[WIP - Lo stile è da cambiare!] Qui postiamo notizie importanti, progetti e qualche guida.</p>
</header>
<h3 style="text-align: center;">Projects</h3>
<ol class="post-list">
<li class="post-stub">
<a href="https://phc.dm.unipi.it/project/my-awesome-project/">
<a href="/blog/project/my-awesome-project/">
<h4 class="post-stub-title">My awesome project</h4>
<p class="post-stub-description">Description of my awesome project.</p>
@ -118,7 +124,7 @@
<div class="container">
<div class="site-title-wrapper">
<h1 class="site-title">
<a title="Blog del PHC" href="https://phc.dm.unipi.it/">Blog del PHC</a>
<a title="Blog del PHC" href="/blog/">Blog del PHC</a>
</h1>
<a class="button-square button-jump-top js-jump-top" href="#">
<i class="fa fa-angle-up"></i>
@ -126,7 +132,7 @@
</div>
<p class="footer-copyright">
<span>&copy; 2015 / Powered by <a href="https://gohugo.io/">Hugo</a></span>
<span>&copy; 2020 / Powered by <a href="https://gohugo.io/">Hugo</a></span>
</p>
<p class="footer-copyright">
<span><a href="https://github.com/roryg/ghostwriter">Ghostwriter theme</a> By <a href="http://jollygoodthemes.com">JollyGoodThemes</a></span>
@ -135,8 +141,8 @@
</div>
</footer>
<script src="https://phc.dm.unipi.it/js/jquery-1.11.3.min.js"></script>
<script src="https://phc.dm.unipi.it/js/jquery.fitvids.js"></script>
<script src="https://phc.dm.unipi.it/js/scripts.js"></script>
<script src="/blog/js/jquery-1.11.3.min.js"></script>
<script src="/blog/js/jquery.fitvids.js"></script>
<script src="/blog/js/scripts.js"></script>
</body>
</html>

@ -2,22 +2,21 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Projects on Blog del PHC</title>
<link>https://phc.dm.unipi.it/project/</link>
<link>/blog/project/</link>
<description>Recent content in Projects on Blog del PHC</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<copyright>PHC</copyright>
<lastBuildDate>Tue, 18 Nov 2014 02:13:50 +0000</lastBuildDate>
<atom:link href="https://phc.dm.unipi.it/project/index.xml" rel="self" type="application/rss+xml" />
<atom:link href="/blog/project/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>My awesome project</title>
<link>https://phc.dm.unipi.it/project/my-awesome-project/</link>
<link>/blog/project/my-awesome-project/</link>
<pubDate>Tue, 18 Nov 2014 02:13:50 +0000</pubDate>
<guid>https://phc.dm.unipi.it/project/my-awesome-project/</guid>
<guid>/blog/project/my-awesome-project/</guid>
<description>About project Aenean ipsum justo, semper eu nisl ut, pretium tincidunt sem. Praesent et diam sit amet lacus lobortis dictum a id lacus. Quisque hendrerit sit amet turpis eu varius. Ut id lorem ac felis ultrices tincidunt. Pellentesque consequat arcu ac fringilla imperdiet. Phasellus pellentesque, sapien non pulvinar blandit, sapien ante aliquet felis, vel porttitor sapien ante in lacus. Fusce non urna aliquet, malesuada nibh vel, luctus urna. Phasellus ut lacus molestie, varius purus quis, malesuada lorem.</description>
</item>

@ -13,9 +13,9 @@
<meta property="og:title" content="My awesome project">
<meta property="og:description" content="Description of my awesome project.">
<meta property="og:type" content="article">
<meta property="og:url" content="https://phc.dm.unipi.it/project/my-awesome-project/">
<link rel="stylesheet" href="https://phc.dm.unipi.it/dist/site.css">
<link rel="stylesheet" href="https://phc.dm.unipi.it/dist/syntax.css">
<meta property="og:url" content="/blog/project/my-awesome-project/">
<link rel="stylesheet" href="/blog/dist/site.css">
<link rel="stylesheet" href="/blog/dist/syntax.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,600,700,300&subset=latin,cyrillic-ext,latin-ext,cyrillic">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
@ -32,10 +32,10 @@
<div class="site-title-wrapper">
<h1 class="site-title">
<a title="Blog del PHC" href="https://phc.dm.unipi.it/">Blog del PHC</a>
<a title="Blog del PHC" href="/blog/">Blog del PHC</a>
</h1>
<a class="button-square" href="https://phc.dm.unipi.it/index.xml"><i class="fa fa-rss"></i></a>
<a class="button-square" href="/blog/index.xml"><i class="fa fa-rss"></i></a>
@ -56,19 +56,23 @@
<ul class="site-nav">
<li class="site-nav-item">
<a title="News" href="/">News</a>
<a title="News" href="/blog/">News</a>
</li>
<li class="site-nav-item">
<a title="Progetti" href="/project/">Progetti</a>
<a title="Guide" href="/blog/categories/guide/">Guide</a>
</li>
<li class="site-nav-item">
<a title="Contattaci" href="/page/contact/">Contattaci</a>
<a title="Progetti" href="/blog/categories/progetti/">Progetti</a>
</li>
<li class="site-nav-item">
<a title="About" href="/page/about/">About</a>
<a title="Contattaci" href="/blog/page/contact/">Contattaci</a>
</li>
<li class="site-nav-item">
<a title="About" href="/blog/page/about/">About</a>
</li>
</ul>
@ -104,7 +108,7 @@
<div class="share">
<a class="icon-twitter" href="https://twitter.com/share?text=My%20awesome%20project&url=https%3a%2f%2fphc.dm.unipi.it%2fproject%2fmy-awesome-project%2f"
<a class="icon-twitter" href="https://twitter.com/share?text=My%20awesome%20project&url=%2fblog%2fproject%2fmy-awesome-project%2f"
onclick="window.open(this.href, 'twitter-share', 'width=550,height=235');return false;">
<i class="fa fa-twitter"></i>
<span class="hidden">Twitter</span>
@ -112,7 +116,7 @@
<a class="icon-facebook" href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fphc.dm.unipi.it%2fproject%2fmy-awesome-project%2f"
<a class="icon-facebook" href="https://www.facebook.com/sharer/sharer.php?u=%2fblog%2fproject%2fmy-awesome-project%2f"
onclick="window.open(this.href, 'facebook-share','width=580,height=296');return false;">
<i class="fa fa-facebook"></i>
<span class="hidden">Facebook</span>
@ -120,7 +124,7 @@
<a class="icon-google-plus" href="https://plus.google.com/share?url=https%3a%2f%2fphc.dm.unipi.it%2fproject%2fmy-awesome-project%2f"
<a class="icon-google-plus" href="https://plus.google.com/share?url=%2fblog%2fproject%2fmy-awesome-project%2f"
onclick="window.open(this.href, 'google-plus-share', 'width=490,height=530');return false;">
<i class="fa fa-google-plus"></i>
<span class="hidden">Google+</span>
@ -139,7 +143,7 @@
<div class="container">
<div class="site-title-wrapper">
<h1 class="site-title">
<a title="Blog del PHC" href="https://phc.dm.unipi.it/">Blog del PHC</a>
<a title="Blog del PHC" href="/blog/">Blog del PHC</a>
</h1>
<a class="button-square button-jump-top js-jump-top" href="#">
<i class="fa fa-angle-up"></i>
@ -147,7 +151,7 @@
</div>
<p class="footer-copyright">
<span>&copy; 2015 / Powered by <a href="https://gohugo.io/">Hugo</a></span>
<span>&copy; 2020 / Powered by <a href="https://gohugo.io/">Hugo</a></span>
</p>
<p class="footer-copyright">
<span><a href="https://github.com/roryg/ghostwriter">Ghostwriter theme</a> By <a href="http://jollygoodthemes.com">JollyGoodThemes</a></span>
@ -156,9 +160,9 @@
</div>
</footer>
<script src="https://phc.dm.unipi.it/js/jquery-1.11.3.min.js"></script>
<script src="https://phc.dm.unipi.it/js/jquery.fitvids.js"></script>
<script src="https://phc.dm.unipi.it/js/scripts.js"></script>
<script src="/blog/js/jquery-1.11.3.min.js"></script>
<script src="/blog/js/jquery.fitvids.js"></script>
<script src="/blog/js/scripts.js"></script>
</body>
</html>

@ -1 +1 @@
<!DOCTYPE html><html><head><title>https://phc.dm.unipi.it/project/</title><link rel="canonical" href="https://phc.dm.unipi.it/project/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://phc.dm.unipi.it/project/" /></head></html>
<!DOCTYPE html><html><head><title>/blog/project/</title><link rel="canonical" href="/blog/project/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=/blog/project/" /></head></html>

@ -3,92 +3,117 @@
xmlns:xhtml="http://www.w3.org/1999/xhtml">
<url>
<loc>https://phc.dm.unipi.it/page/about/</loc>
<lastmod>2015-04-03T02:13:50+00:00</lastmod>
<loc>/blog/2020/06/25/nuovo-sito-di-poisson/</loc>
<lastmod>2020-06-25T20:23:58+02:00</lastmod>
</url>
<url>
<loc>https://phc.dm.unipi.it/</loc>
<lastmod>2015-04-03T02:13:50+00:00</lastmod>
<loc>/blog/</loc>
<lastmod>2020-06-25T20:23:58+02:00</lastmod>
</url>
<url>
<loc>/blog/categories/</loc>
<lastmod>2020-06-25T20:23:58+02:00</lastmod>
</url>
<url>
<loc>/blog/2020/06/25/come-usare-il-servizio-git/</loc>
<lastmod>2020-06-25T20:23:58+02:00</lastmod>
</url>
<url>
<loc>/blog/categories/guide/</loc>
<lastmod>2020-06-25T20:23:58+02:00</lastmod>
</url>
<url>
<loc>https://phc.dm.unipi.it/page/contact/</loc>
<loc>/blog/post/</loc>
<lastmod>2020-06-25T20:23:58+02:00</lastmod>
</url>
<url>
<loc>/blog/categories/progetti/</loc>
<lastmod>2020-06-25T20:23:58+02:00</lastmod>
</url>
<url>
<loc>/blog/page/about/</loc>
<lastmod>2015-04-03T02:13:50+00:00</lastmod>
</url>
<url>
<loc>https://phc.dm.unipi.it/page/</loc>
<loc>/blog/page/contact/</loc>
<lastmod>2015-04-03T02:13:50+00:00</lastmod>
</url>
<url>
<loc>https://phc.dm.unipi.it/project/my-awesome-project/</loc>
<lastmod>2014-11-18T02:13:50+00:00</lastmod>
<loc>/blog/page/</loc>
<lastmod>2015-04-03T02:13:50+00:00</lastmod>
</url>
<url>
<loc>https://phc.dm.unipi.it/project/</loc>
<loc>/blog/project/my-awesome-project/</loc>
<lastmod>2014-11-18T02:13:50+00:00</lastmod>
</url>
<url>
<loc>https://phc.dm.unipi.it/2014/09/28/creating-a-new-theme/</loc>
<lastmod>2014-09-28T02:13:50+00:00</lastmod>
<loc>/blog/project/</loc>
<lastmod>2014-11-18T02:13:50+00:00</lastmod>
</url>
<url>
<loc>https://phc.dm.unipi.it/post/</loc>
<loc>/blog/2014/09/28/creating-a-new-theme/</loc>
<lastmod>2014-09-28T02:13:50+00:00</lastmod>
</url>
<url>
<loc>https://phc.dm.unipi.it/2014/04/02/goisforlovers/</loc>
<loc>/blog/2014/04/02/goisforlovers/</loc>
<lastmod>2014-04-02T02:13:50+00:00</lastmod>
</url>
<url>
<loc>https://phc.dm.unipi.it/tags/development/</loc>
<loc>/blog/tags/development/</loc>
<lastmod>2014-04-02T02:13:50+00:00</lastmod>
</url>
<url>
<loc>https://phc.dm.unipi.it/tags/go/</loc>
<loc>/blog/tags/go/</loc>
<lastmod>2014-04-02T02:13:50+00:00</lastmod>
</url>
<url>
<loc>https://phc.dm.unipi.it/tags/golang/</loc>
<loc>/blog/tags/golang/</loc>
<lastmod>2014-04-02T02:13:50+00:00</lastmod>
</url>
<url>
<loc>https://phc.dm.unipi.it/2014/04/02/migrate-from-jekyll/</loc>
<loc>/blog/2014/04/02/migrate-from-jekyll/</loc>
<lastmod>2014-04-02T02:13:50+00:00</lastmod>
</url>
<url>
<loc>https://phc.dm.unipi.it/tags/</loc>
<loc>/blog/tags/</loc>
<lastmod>2014-04-02T02:13:50+00:00</lastmod>
</url>
<url>
<loc>https://phc.dm.unipi.it/tags/templates/</loc>
<loc>/blog/tags/templates/</loc>
<lastmod>2014-04-02T02:13:50+00:00</lastmod>
</url>
<url>
<loc>https://phc.dm.unipi.it/tags/themes/</loc>
<loc>/blog/tags/themes/</loc>
<lastmod>2014-04-02T02:13:50+00:00</lastmod>
</url>
<url>
<loc>https://phc.dm.unipi.it/2014/04/02/hugoisforlovers/</loc>
<loc>/blog/2014/04/02/hugoisforlovers/</loc>
<lastmod>2014-04-02T00:00:00+00:00</lastmod>
</url>
<url>
<loc>https://phc.dm.unipi.it/tags/hugo/</loc>
<loc>/blog/tags/hugo/</loc>
<lastmod>2014-04-02T00:00:00+00:00</lastmod>
</url>

@ -4,22 +4,22 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>development &middot; My Name</title>
<meta name="description" content="Qui postiamo notizie importanti, progetti e qualche guida.">
<meta name="description" content="[WIP - Lo stile è da cambiare!] Qui postiamo notizie importanti, progetti e qualche guida.">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="generator" content="Hugo 0.71.1" />
<meta name="robots" content="index,follow">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:title" content="development">
<meta property="og:description" content="Qui postiamo notizie importanti, progetti e qualche guida.">
<meta property="og:description" content="[WIP - Lo stile è da cambiare!] Qui postiamo notizie importanti, progetti e qualche guida.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://phc.dm.unipi.it/tags/development/">
<link rel="stylesheet" href="https://phc.dm.unipi.it/dist/site.css">
<link rel="stylesheet" href="https://phc.dm.unipi.it/dist/syntax.css">
<meta property="og:url" content="/blog/tags/development/">
<link rel="stylesheet" href="/blog/dist/site.css">
<link rel="stylesheet" href="/blog/dist/syntax.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,600,700,300&subset=latin,cyrillic-ext,latin-ext,cyrillic">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
<link href="/tags/development/index.xml" rel="alternate" type="application/rss+xml">
<link href="/blog/tags/development/index.xml" rel="alternate" type="application/rss+xml">
@ -34,10 +34,10 @@
<div class="site-title-wrapper">
<h1 class="site-title">
<a title="Blog del PHC" href="https://phc.dm.unipi.it/">Blog del PHC</a>
<a title="Blog del PHC" href="/blog/">Blog del PHC</a>
</h1>
<a class="button-square" href="https://phc.dm.unipi.it/index.xml"><i class="fa fa-rss"></i></a>
<a class="button-square" href="/blog/index.xml"><i class="fa fa-rss"></i></a>
@ -58,19 +58,23 @@
<ul class="site-nav">
<li class="site-nav-item">
<a title="News" href="/">News</a>
<a title="News" href="/blog/">News</a>
</li>
<li class="site-nav-item">
<a title="Progetti" href="/project/">Progetti</a>
<a title="Guide" href="/blog/categories/guide/">Guide</a>
</li>
<li class="site-nav-item">
<a title="Contattaci" href="/page/contact/">Contattaci</a>
<a title="Progetti" href="/blog/categories/progetti/">Progetti</a>
</li>
<li class="site-nav-item">
<a title="About" href="/page/about/">About</a>
<a title="Contattaci" href="/blog/page/contact/">Contattaci</a>
</li>
<li class="site-nav-item">
<a title="About" href="/blog/page/about/">About</a>
</li>
</ul>
@ -84,7 +88,7 @@
<header class="post-header">
<h1 class="post-title" itemprop="name">Blog del PHC</h1>
<p>Qui postiamo notizie importanti, progetti e qualche guida.</p>
<p>[WIP - Lo stile è da cambiare!] Qui postiamo notizie importanti, progetti e qualche guida.</p>
</header>
@ -93,7 +97,7 @@
<li class="post-stub">
<a href="https://phc.dm.unipi.it/2014/04/02/goisforlovers/">
<a href="/blog/2014/04/02/goisforlovers/">
<h4 class="post-stub-title">(Hu)go Template Primer</h4>
<p class="post-stub-description">(Hu)go Template Primer description.</p>
@ -104,7 +108,7 @@
</li>
<li class="post-stub">
<a href="https://phc.dm.unipi.it/2014/04/02/hugoisforlovers/">
<a href="/blog/2014/04/02/hugoisforlovers/">
<h4 class="post-stub-title">Getting Started with Hugo</h4>
@ -127,7 +131,7 @@
<div class="container">
<div class="site-title-wrapper">
<h1 class="site-title">
<a title="Blog del PHC" href="https://phc.dm.unipi.it/">Blog del PHC</a>
<a title="Blog del PHC" href="/blog/">Blog del PHC</a>
</h1>
<a class="button-square button-jump-top js-jump-top" href="#">
<i class="fa fa-angle-up"></i>
@ -135,7 +139,7 @@
</div>
<p class="footer-copyright">
<span>&copy; 2015 / Powered by <a href="https://gohugo.io/">Hugo</a></span>
<span>&copy; 2020 / Powered by <a href="https://gohugo.io/">Hugo</a></span>
</p>
<p class="footer-copyright">
<span><a href="https://github.com/roryg/ghostwriter">Ghostwriter theme</a> By <a href="http://jollygoodthemes.com">JollyGoodThemes</a></span>
@ -144,8 +148,8 @@
</div>
</footer>
<script src="https://phc.dm.unipi.it/js/jquery-1.11.3.min.js"></script>
<script src="https://phc.dm.unipi.it/js/jquery.fitvids.js"></script>
<script src="https://phc.dm.unipi.it/js/scripts.js"></script>
<script src="/blog/js/jquery-1.11.3.min.js"></script>
<script src="/blog/js/jquery.fitvids.js"></script>
<script src="/blog/js/scripts.js"></script>
</body>
</html>

@ -2,32 +2,31 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>development on Blog del PHC</title>
<link>https://phc.dm.unipi.it/tags/development/</link>
<link>/blog/tags/development/</link>
<description>Recent content in development on Blog del PHC</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<copyright>PHC</copyright>
<lastBuildDate>Wed, 02 Apr 2014 02:13:50 +0000</lastBuildDate>
<atom:link href="https://phc.dm.unipi.it/tags/development/index.xml" rel="self" type="application/rss+xml" />
<atom:link href="/blog/tags/development/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>(Hu)go Template Primer</title>
<link>https://phc.dm.unipi.it/2014/04/02/goisforlovers/</link>
<link>/blog/2014/04/02/goisforlovers/</link>
<pubDate>Wed, 02 Apr 2014 02:13:50 +0000</pubDate>
<guid>https://phc.dm.unipi.it/2014/04/02/goisforlovers/</guid>
<guid>/blog/2014/04/02/goisforlovers/</guid>
<description>Hugo uses the excellent go html/template library for its template engine. It is an extremely lightweight engine that provides a very small amount of logic. In our experience that it is just the right amount of logic to be able to create a good static website. If you have used other template systems from different languages or frameworks you will find a lot of similarities in go templates.
This document is a brief primer on using go templates.</description>
</item>
<item>
<title>Getting Started with Hugo</title>
<link>https://phc.dm.unipi.it/2014/04/02/hugoisforlovers/</link>
<link>/blog/2014/04/02/hugoisforlovers/</link>
<pubDate>Wed, 02 Apr 2014 00:00:00 +0000</pubDate>
<guid>https://phc.dm.unipi.it/2014/04/02/hugoisforlovers/</guid>
<guid>/blog/2014/04/02/hugoisforlovers/</guid>
<description>Step 1. Install Hugo Goto hugo releases and download the appropriate version for your os and architecture.
Save it somewhere specific as we will be using it in the next step.
More complete instructions are available at installing hugo

@ -1 +1 @@
<!DOCTYPE html><html><head><title>https://phc.dm.unipi.it/tags/development/</title><link rel="canonical" href="https://phc.dm.unipi.it/tags/development/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://phc.dm.unipi.it/tags/development/" /></head></html>
<!DOCTYPE html><html><head><title>/blog/tags/development/</title><link rel="canonical" href="/blog/tags/development/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=/blog/tags/development/" /></head></html>

@ -4,22 +4,22 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>go &middot; My Name</title>
<meta name="description" content="Qui postiamo notizie importanti, progetti e qualche guida.">
<meta name="description" content="[WIP - Lo stile è da cambiare!] Qui postiamo notizie importanti, progetti e qualche guida.">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="generator" content="Hugo 0.71.1" />
<meta name="robots" content="index,follow">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:title" content="go">
<meta property="og:description" content="Qui postiamo notizie importanti, progetti e qualche guida.">
<meta property="og:description" content="[WIP - Lo stile è da cambiare!] Qui postiamo notizie importanti, progetti e qualche guida.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://phc.dm.unipi.it/tags/go/">
<link rel="stylesheet" href="https://phc.dm.unipi.it/dist/site.css">
<link rel="stylesheet" href="https://phc.dm.unipi.it/dist/syntax.css">
<meta property="og:url" content="/blog/tags/go/">
<link rel="stylesheet" href="/blog/dist/site.css">
<link rel="stylesheet" href="/blog/dist/syntax.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,600,700,300&subset=latin,cyrillic-ext,latin-ext,cyrillic">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
<link href="/tags/go/index.xml" rel="alternate" type="application/rss+xml">
<link href="/blog/tags/go/index.xml" rel="alternate" type="application/rss+xml">
@ -34,10 +34,10 @@
<div class="site-title-wrapper">
<h1 class="site-title">
<a title="Blog del PHC" href="https://phc.dm.unipi.it/">Blog del PHC</a>
<a title="Blog del PHC" href="/blog/">Blog del PHC</a>
</h1>
<a class="button-square" href="https://phc.dm.unipi.it/index.xml"><i class="fa fa-rss"></i></a>
<a class="button-square" href="/blog/index.xml"><i class="fa fa-rss"></i></a>
@ -58,19 +58,23 @@
<ul class="site-nav">
<li class="site-nav-item">
<a title="News" href="/">News</a>
<a title="News" href="/blog/">News</a>
</li>
<li class="site-nav-item">
<a title="Progetti" href="/project/">Progetti</a>
<a title="Guide" href="/blog/categories/guide/">Guide</a>
</li>
<li class="site-nav-item">
<a title="Contattaci" href="/page/contact/">Contattaci</a>
<a title="Progetti" href="/blog/categories/progetti/">Progetti</a>
</li>
<li class="site-nav-item">
<a title="About" href="/page/about/">About</a>
<a title="Contattaci" href="/blog/page/contact/">Contattaci</a>
</li>
<li class="site-nav-item">
<a title="About" href="/blog/page/about/">About</a>
</li>
</ul>
@ -84,7 +88,7 @@
<header class="post-header">
<h1 class="post-title" itemprop="name">Blog del PHC</h1>
<p>Qui postiamo notizie importanti, progetti e qualche guida.</p>
<p>[WIP - Lo stile è da cambiare!] Qui postiamo notizie importanti, progetti e qualche guida.</p>
</header>
@ -93,7 +97,7 @@
<li class="post-stub">
<a href="https://phc.dm.unipi.it/2014/04/02/goisforlovers/">
<a href="/blog/2014/04/02/goisforlovers/">
<h4 class="post-stub-title">(Hu)go Template Primer</h4>
<p class="post-stub-description">(Hu)go Template Primer description.</p>
@ -104,7 +108,7 @@
</li>
<li class="post-stub">
<a href="https://phc.dm.unipi.it/2014/04/02/hugoisforlovers/">
<a href="/blog/2014/04/02/hugoisforlovers/">
<h4 class="post-stub-title">Getting Started with Hugo</h4>
@ -127,7 +131,7 @@
<div class="container">
<div class="site-title-wrapper">
<h1 class="site-title">
<a title="Blog del PHC" href="https://phc.dm.unipi.it/">Blog del PHC</a>
<a title="Blog del PHC" href="/blog/">Blog del PHC</a>
</h1>
<a class="button-square button-jump-top js-jump-top" href="#">
<i class="fa fa-angle-up"></i>
@ -135,7 +139,7 @@
</div>
<p class="footer-copyright">
<span>&copy; 2015 / Powered by <a href="https://gohugo.io/">Hugo</a></span>
<span>&copy; 2020 / Powered by <a href="https://gohugo.io/">Hugo</a></span>
</p>
<p class="footer-copyright">
<span><a href="https://github.com/roryg/ghostwriter">Ghostwriter theme</a> By <a href="http://jollygoodthemes.com">JollyGoodThemes</a></span>
@ -144,8 +148,8 @@
</div>
</footer>
<script src="https://phc.dm.unipi.it/js/jquery-1.11.3.min.js"></script>
<script src="https://phc.dm.unipi.it/js/jquery.fitvids.js"></script>
<script src="https://phc.dm.unipi.it/js/scripts.js"></script>
<script src="/blog/js/jquery-1.11.3.min.js"></script>
<script src="/blog/js/jquery.fitvids.js"></script>
<script src="/blog/js/scripts.js"></script>
</body>
</html>

@ -2,32 +2,31 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>go on Blog del PHC</title>
<link>https://phc.dm.unipi.it/tags/go/</link>
<link>/blog/tags/go/</link>
<description>Recent content in go on Blog del PHC</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<copyright>PHC</copyright>
<lastBuildDate>Wed, 02 Apr 2014 02:13:50 +0000</lastBuildDate>
<atom:link href="https://phc.dm.unipi.it/tags/go/index.xml" rel="self" type="application/rss+xml" />
<atom:link href="/blog/tags/go/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>(Hu)go Template Primer</title>
<link>https://phc.dm.unipi.it/2014/04/02/goisforlovers/</link>
<link>/blog/2014/04/02/goisforlovers/</link>
<pubDate>Wed, 02 Apr 2014 02:13:50 +0000</pubDate>
<guid>https://phc.dm.unipi.it/2014/04/02/goisforlovers/</guid>
<guid>/blog/2014/04/02/goisforlovers/</guid>
<description>Hugo uses the excellent go html/template library for its template engine. It is an extremely lightweight engine that provides a very small amount of logic. In our experience that it is just the right amount of logic to be able to create a good static website. If you have used other template systems from different languages or frameworks you will find a lot of similarities in go templates.
This document is a brief primer on using go templates.</description>
</item>
<item>
<title>Getting Started with Hugo</title>
<link>https://phc.dm.unipi.it/2014/04/02/hugoisforlovers/</link>
<link>/blog/2014/04/02/hugoisforlovers/</link>
<pubDate>Wed, 02 Apr 2014 00:00:00 +0000</pubDate>
<guid>https://phc.dm.unipi.it/2014/04/02/hugoisforlovers/</guid>
<guid>/blog/2014/04/02/hugoisforlovers/</guid>
<description>Step 1. Install Hugo Goto hugo releases and download the appropriate version for your os and architecture.
Save it somewhere specific as we will be using it in the next step.
More complete instructions are available at installing hugo

@ -1 +1 @@
<!DOCTYPE html><html><head><title>https://phc.dm.unipi.it/tags/go/</title><link rel="canonical" href="https://phc.dm.unipi.it/tags/go/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://phc.dm.unipi.it/tags/go/" /></head></html>
<!DOCTYPE html><html><head><title>/blog/tags/go/</title><link rel="canonical" href="/blog/tags/go/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=/blog/tags/go/" /></head></html>

@ -4,22 +4,22 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>golang &middot; My Name</title>
<meta name="description" content="Qui postiamo notizie importanti, progetti e qualche guida.">
<meta name="description" content="[WIP - Lo stile è da cambiare!] Qui postiamo notizie importanti, progetti e qualche guida.">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="generator" content="Hugo 0.71.1" />
<meta name="robots" content="index,follow">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:title" content="golang">
<meta property="og:description" content="Qui postiamo notizie importanti, progetti e qualche guida.">
<meta property="og:description" content="[WIP - Lo stile è da cambiare!] Qui postiamo notizie importanti, progetti e qualche guida.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://phc.dm.unipi.it/tags/golang/">
<link rel="stylesheet" href="https://phc.dm.unipi.it/dist/site.css">
<link rel="stylesheet" href="https://phc.dm.unipi.it/dist/syntax.css">
<meta property="og:url" content="/blog/tags/golang/">
<link rel="stylesheet" href="/blog/dist/site.css">
<link rel="stylesheet" href="/blog/dist/syntax.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,600,700,300&subset=latin,cyrillic-ext,latin-ext,cyrillic">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
<link href="/tags/golang/index.xml" rel="alternate" type="application/rss+xml">
<link href="/blog/tags/golang/index.xml" rel="alternate" type="application/rss+xml">
@ -34,10 +34,10 @@
<div class="site-title-wrapper">
<h1 class="site-title">
<a title="Blog del PHC" href="https://phc.dm.unipi.it/">Blog del PHC</a>
<a title="Blog del PHC" href="/blog/">Blog del PHC</a>
</h1>
<a class="button-square" href="https://phc.dm.unipi.it/index.xml"><i class="fa fa-rss"></i></a>
<a class="button-square" href="/blog/index.xml"><i class="fa fa-rss"></i></a>
@ -58,19 +58,23 @@
<ul class="site-nav">
<li class="site-nav-item">
<a title="News" href="/">News</a>
<a title="News" href="/blog/">News</a>
</li>
<li class="site-nav-item">
<a title="Progetti" href="/project/">Progetti</a>
<a title="Guide" href="/blog/categories/guide/">Guide</a>
</li>
<li class="site-nav-item">
<a title="Contattaci" href="/page/contact/">Contattaci</a>
<a title="Progetti" href="/blog/categories/progetti/">Progetti</a>
</li>
<li class="site-nav-item">
<a title="About" href="/page/about/">About</a>
<a title="Contattaci" href="/blog/page/contact/">Contattaci</a>
</li>
<li class="site-nav-item">
<a title="About" href="/blog/page/about/">About</a>
</li>
</ul>
@ -84,7 +88,7 @@
<header class="post-header">
<h1 class="post-title" itemprop="name">Blog del PHC</h1>
<p>Qui postiamo notizie importanti, progetti e qualche guida.</p>
<p>[WIP - Lo stile è da cambiare!] Qui postiamo notizie importanti, progetti e qualche guida.</p>
</header>
@ -93,7 +97,7 @@
<li class="post-stub">
<a href="https://phc.dm.unipi.it/2014/04/02/goisforlovers/">
<a href="/blog/2014/04/02/goisforlovers/">
<h4 class="post-stub-title">(Hu)go Template Primer</h4>
<p class="post-stub-description">(Hu)go Template Primer description.</p>
@ -104,7 +108,7 @@
</li>
<li class="post-stub">
<a href="https://phc.dm.unipi.it/2014/04/02/hugoisforlovers/">
<a href="/blog/2014/04/02/hugoisforlovers/">
<h4 class="post-stub-title">Getting Started with Hugo</h4>
@ -127,7 +131,7 @@
<div class="container">
<div class="site-title-wrapper">
<h1 class="site-title">
<a title="Blog del PHC" href="https://phc.dm.unipi.it/">Blog del PHC</a>
<a title="Blog del PHC" href="/blog/">Blog del PHC</a>
</h1>
<a class="button-square button-jump-top js-jump-top" href="#">
<i class="fa fa-angle-up"></i>
@ -135,7 +139,7 @@
</div>
<p class="footer-copyright">
<span>&copy; 2015 / Powered by <a href="https://gohugo.io/">Hugo</a></span>
<span>&copy; 2020 / Powered by <a href="https://gohugo.io/">Hugo</a></span>
</p>
<p class="footer-copyright">
<span><a href="https://github.com/roryg/ghostwriter">Ghostwriter theme</a> By <a href="http://jollygoodthemes.com">JollyGoodThemes</a></span>
@ -144,8 +148,8 @@
</div>
</footer>
<script src="https://phc.dm.unipi.it/js/jquery-1.11.3.min.js"></script>
<script src="https://phc.dm.unipi.it/js/jquery.fitvids.js"></script>
<script src="https://phc.dm.unipi.it/js/scripts.js"></script>
<script src="/blog/js/jquery-1.11.3.min.js"></script>
<script src="/blog/js/jquery.fitvids.js"></script>
<script src="/blog/js/scripts.js"></script>
</body>
</html>

@ -2,32 +2,31 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>golang on Blog del PHC</title>
<link>https://phc.dm.unipi.it/tags/golang/</link>
<link>/blog/tags/golang/</link>
<description>Recent content in golang on Blog del PHC</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<copyright>PHC</copyright>
<lastBuildDate>Wed, 02 Apr 2014 02:13:50 +0000</lastBuildDate>
<atom:link href="https://phc.dm.unipi.it/tags/golang/index.xml" rel="self" type="application/rss+xml" />
<atom:link href="/blog/tags/golang/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>(Hu)go Template Primer</title>
<link>https://phc.dm.unipi.it/2014/04/02/goisforlovers/</link>
<link>/blog/2014/04/02/goisforlovers/</link>
<pubDate>Wed, 02 Apr 2014 02:13:50 +0000</pubDate>
<guid>https://phc.dm.unipi.it/2014/04/02/goisforlovers/</guid>
<guid>/blog/2014/04/02/goisforlovers/</guid>
<description>Hugo uses the excellent go html/template library for its template engine. It is an extremely lightweight engine that provides a very small amount of logic. In our experience that it is just the right amount of logic to be able to create a good static website. If you have used other template systems from different languages or frameworks you will find a lot of similarities in go templates.
This document is a brief primer on using go templates.</description>
</item>
<item>
<title>Getting Started with Hugo</title>
<link>https://phc.dm.unipi.it/2014/04/02/hugoisforlovers/</link>
<link>/blog/2014/04/02/hugoisforlovers/</link>
<pubDate>Wed, 02 Apr 2014 00:00:00 +0000</pubDate>
<guid>https://phc.dm.unipi.it/2014/04/02/hugoisforlovers/</guid>
<guid>/blog/2014/04/02/hugoisforlovers/</guid>
<description>Step 1. Install Hugo Goto hugo releases and download the appropriate version for your os and architecture.
Save it somewhere specific as we will be using it in the next step.
More complete instructions are available at installing hugo

@ -1 +1 @@
<!DOCTYPE html><html><head><title>https://phc.dm.unipi.it/tags/golang/</title><link rel="canonical" href="https://phc.dm.unipi.it/tags/golang/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://phc.dm.unipi.it/tags/golang/" /></head></html>
<!DOCTYPE html><html><head><title>/blog/tags/golang/</title><link rel="canonical" href="/blog/tags/golang/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=/blog/tags/golang/" /></head></html>

@ -4,22 +4,22 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>hugo &middot; My Name</title>
<meta name="description" content="Qui postiamo notizie importanti, progetti e qualche guida.">
<meta name="description" content="[WIP - Lo stile è da cambiare!] Qui postiamo notizie importanti, progetti e qualche guida.">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="generator" content="Hugo 0.71.1" />
<meta name="robots" content="index,follow">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:title" content="hugo">
<meta property="og:description" content="Qui postiamo notizie importanti, progetti e qualche guida.">
<meta property="og:description" content="[WIP - Lo stile è da cambiare!] Qui postiamo notizie importanti, progetti e qualche guida.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://phc.dm.unipi.it/tags/hugo/">
<link rel="stylesheet" href="https://phc.dm.unipi.it/dist/site.css">
<link rel="stylesheet" href="https://phc.dm.unipi.it/dist/syntax.css">
<meta property="og:url" content="/blog/tags/hugo/">
<link rel="stylesheet" href="/blog/dist/site.css">
<link rel="stylesheet" href="/blog/dist/syntax.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,600,700,300&subset=latin,cyrillic-ext,latin-ext,cyrillic">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
<link href="/tags/hugo/index.xml" rel="alternate" type="application/rss+xml">
<link href="/blog/tags/hugo/index.xml" rel="alternate" type="application/rss+xml">
@ -34,10 +34,10 @@
<div class="site-title-wrapper">
<h1 class="site-title">
<a title="Blog del PHC" href="https://phc.dm.unipi.it/">Blog del PHC</a>
<a title="Blog del PHC" href="/blog/">Blog del PHC</a>
</h1>
<a class="button-square" href="https://phc.dm.unipi.it/index.xml"><i class="fa fa-rss"></i></a>
<a class="button-square" href="/blog/index.xml"><i class="fa fa-rss"></i></a>
@ -58,19 +58,23 @@
<ul class="site-nav">
<li class="site-nav-item">
<a title="News" href="/">News</a>
<a title="News" href="/blog/">News</a>
</li>
<li class="site-nav-item">
<a title="Progetti" href="/project/">Progetti</a>
<a title="Guide" href="/blog/categories/guide/">Guide</a>
</li>
<li class="site-nav-item">
<a title="Contattaci" href="/page/contact/">Contattaci</a>
<a title="Progetti" href="/blog/categories/progetti/">Progetti</a>
</li>
<li class="site-nav-item">
<a title="About" href="/page/about/">About</a>
<a title="Contattaci" href="/blog/page/contact/">Contattaci</a>
</li>
<li class="site-nav-item">
<a title="About" href="/blog/page/about/">About</a>
</li>
</ul>
@ -84,7 +88,7 @@
<header class="post-header">
<h1 class="post-title" itemprop="name">Blog del PHC</h1>
<p>Qui postiamo notizie importanti, progetti e qualche guida.</p>
<p>[WIP - Lo stile è da cambiare!] Qui postiamo notizie importanti, progetti e qualche guida.</p>
</header>
@ -93,7 +97,7 @@
<li class="post-stub">
<a href="https://phc.dm.unipi.it/2014/04/02/hugoisforlovers/">
<a href="/blog/2014/04/02/hugoisforlovers/">
<h4 class="post-stub-title">Getting Started with Hugo</h4>
@ -116,7 +120,7 @@
<div class="container">
<div class="site-title-wrapper">
<h1 class="site-title">
<a title="Blog del PHC" href="https://phc.dm.unipi.it/">Blog del PHC</a>
<a title="Blog del PHC" href="/blog/">Blog del PHC</a>
</h1>
<a class="button-square button-jump-top js-jump-top" href="#">
<i class="fa fa-angle-up"></i>
@ -124,7 +128,7 @@
</div>
<p class="footer-copyright">
<span>&copy; 2015 / Powered by <a href="https://gohugo.io/">Hugo</a></span>
<span>&copy; 2020 / Powered by <a href="https://gohugo.io/">Hugo</a></span>
</p>
<p class="footer-copyright">
<span><a href="https://github.com/roryg/ghostwriter">Ghostwriter theme</a> By <a href="http://jollygoodthemes.com">JollyGoodThemes</a></span>
@ -133,8 +137,8 @@
</div>
</footer>
<script src="https://phc.dm.unipi.it/js/jquery-1.11.3.min.js"></script>
<script src="https://phc.dm.unipi.it/js/jquery.fitvids.js"></script>
<script src="https://phc.dm.unipi.it/js/scripts.js"></script>
<script src="/blog/js/jquery-1.11.3.min.js"></script>
<script src="/blog/js/jquery.fitvids.js"></script>
<script src="/blog/js/scripts.js"></script>
</body>
</html>

@ -2,22 +2,21 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>hugo on Blog del PHC</title>
<link>https://phc.dm.unipi.it/tags/hugo/</link>
<link>/blog/tags/hugo/</link>
<description>Recent content in hugo on Blog del PHC</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<copyright>PHC</copyright>
<lastBuildDate>Wed, 02 Apr 2014 00:00:00 +0000</lastBuildDate>
<atom:link href="https://phc.dm.unipi.it/tags/hugo/index.xml" rel="self" type="application/rss+xml" />
<atom:link href="/blog/tags/hugo/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Getting Started with Hugo</title>
<link>https://phc.dm.unipi.it/2014/04/02/hugoisforlovers/</link>
<link>/blog/2014/04/02/hugoisforlovers/</link>
<pubDate>Wed, 02 Apr 2014 00:00:00 +0000</pubDate>
<guid>https://phc.dm.unipi.it/2014/04/02/hugoisforlovers/</guid>
<guid>/blog/2014/04/02/hugoisforlovers/</guid>
<description>Step 1. Install Hugo Goto hugo releases and download the appropriate version for your os and architecture.
Save it somewhere specific as we will be using it in the next step.
More complete instructions are available at installing hugo

@ -1 +1 @@
<!DOCTYPE html><html><head><title>https://phc.dm.unipi.it/tags/hugo/</title><link rel="canonical" href="https://phc.dm.unipi.it/tags/hugo/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://phc.dm.unipi.it/tags/hugo/" /></head></html>
<!DOCTYPE html><html><head><title>/blog/tags/hugo/</title><link rel="canonical" href="/blog/tags/hugo/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=/blog/tags/hugo/" /></head></html>

@ -4,22 +4,22 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Tags &middot; My Name</title>
<meta name="description" content="Qui postiamo notizie importanti, progetti e qualche guida.">
<meta name="description" content="[WIP - Lo stile è da cambiare!] Qui postiamo notizie importanti, progetti e qualche guida.">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="generator" content="Hugo 0.71.1" />
<meta name="robots" content="index,follow">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:title" content="Tags">
<meta property="og:description" content="Qui postiamo notizie importanti, progetti e qualche guida.">
<meta property="og:description" content="[WIP - Lo stile è da cambiare!] Qui postiamo notizie importanti, progetti e qualche guida.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://phc.dm.unipi.it/tags/">
<link rel="stylesheet" href="https://phc.dm.unipi.it/dist/site.css">
<link rel="stylesheet" href="https://phc.dm.unipi.it/dist/syntax.css">
<meta property="og:url" content="/blog/tags/">
<link rel="stylesheet" href="/blog/dist/site.css">
<link rel="stylesheet" href="/blog/dist/syntax.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,600,700,300&subset=latin,cyrillic-ext,latin-ext,cyrillic">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
<link href="/tags/index.xml" rel="alternate" type="application/rss+xml">
<link href="/blog/tags/index.xml" rel="alternate" type="application/rss+xml">
@ -34,10 +34,10 @@
<div class="site-title-wrapper">
<h1 class="site-title">
<a title="Blog del PHC" href="https://phc.dm.unipi.it/">Blog del PHC</a>
<a title="Blog del PHC" href="/blog/">Blog del PHC</a>
</h1>
<a class="button-square" href="https://phc.dm.unipi.it/index.xml"><i class="fa fa-rss"></i></a>
<a class="button-square" href="/blog/index.xml"><i class="fa fa-rss"></i></a>
@ -58,19 +58,23 @@
<ul class="site-nav">
<li class="site-nav-item">
<a title="News" href="/">News</a>
<a title="News" href="/blog/">News</a>
</li>
<li class="site-nav-item">
<a title="Progetti" href="/project/">Progetti</a>
<a title="Guide" href="/blog/categories/guide/">Guide</a>
</li>
<li class="site-nav-item">
<a title="Contattaci" href="/page/contact/">Contattaci</a>
<a title="Progetti" href="/blog/categories/progetti/">Progetti</a>
</li>
<li class="site-nav-item">
<a title="About" href="/page/about/">About</a>
<a title="Contattaci" href="/blog/page/contact/">Contattaci</a>
</li>
<li class="site-nav-item">
<a title="About" href="/blog/page/about/">About</a>
</li>
</ul>
@ -84,7 +88,7 @@
<header class="post-header">
<h1 class="post-title" itemprop="name">Blog del PHC</h1>
<p>Qui postiamo notizie importanti, progetti e qualche guida.</p>
<p>[WIP - Lo stile è da cambiare!] Qui postiamo notizie importanti, progetti e qualche guida.</p>
</header>
@ -93,7 +97,7 @@
<li class="post-stub">
<a href="https://phc.dm.unipi.it/tags/development/">
<a href="/blog/tags/development/">
<h4 class="post-stub-title">development</h4>
@ -102,7 +106,7 @@
</li>
<li class="post-stub">
<a href="https://phc.dm.unipi.it/tags/go/">
<a href="/blog/tags/go/">
<h4 class="post-stub-title">go</h4>
@ -111,7 +115,7 @@
</li>
<li class="post-stub">
<a href="https://phc.dm.unipi.it/tags/golang/">
<a href="/blog/tags/golang/">
<h4 class="post-stub-title">golang</h4>
@ -120,7 +124,7 @@
</li>
<li class="post-stub">
<a href="https://phc.dm.unipi.it/tags/templates/">
<a href="/blog/tags/templates/">
<h4 class="post-stub-title">templates</h4>
@ -129,7 +133,7 @@
</li>
<li class="post-stub">
<a href="https://phc.dm.unipi.it/tags/themes/">
<a href="/blog/tags/themes/">
<h4 class="post-stub-title">themes</h4>
@ -138,7 +142,7 @@
</li>
<li class="post-stub">
<a href="https://phc.dm.unipi.it/tags/hugo/">
<a href="/blog/tags/hugo/">
<h4 class="post-stub-title">hugo</h4>
@ -161,7 +165,7 @@
<div class="container">
<div class="site-title-wrapper">
<h1 class="site-title">
<a title="Blog del PHC" href="https://phc.dm.unipi.it/">Blog del PHC</a>
<a title="Blog del PHC" href="/blog/">Blog del PHC</a>
</h1>
<a class="button-square button-jump-top js-jump-top" href="#">
<i class="fa fa-angle-up"></i>
@ -169,7 +173,7 @@
</div>
<p class="footer-copyright">
<span>&copy; 2015 / Powered by <a href="https://gohugo.io/">Hugo</a></span>
<span>&copy; 2020 / Powered by <a href="https://gohugo.io/">Hugo</a></span>
</p>
<p class="footer-copyright">
<span><a href="https://github.com/roryg/ghostwriter">Ghostwriter theme</a> By <a href="http://jollygoodthemes.com">JollyGoodThemes</a></span>
@ -178,8 +182,8 @@
</div>
</footer>
<script src="https://phc.dm.unipi.it/js/jquery-1.11.3.min.js"></script>
<script src="https://phc.dm.unipi.it/js/jquery.fitvids.js"></script>
<script src="https://phc.dm.unipi.it/js/scripts.js"></script>
<script src="/blog/js/jquery-1.11.3.min.js"></script>
<script src="/blog/js/jquery.fitvids.js"></script>
<script src="/blog/js/scripts.js"></script>
</body>
</html>

@ -2,67 +2,66 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Tags on Blog del PHC</title>
<link>https://phc.dm.unipi.it/tags/</link>
<link>/blog/tags/</link>
<description>Recent content in Tags on Blog del PHC</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<copyright>PHC</copyright>
<lastBuildDate>Wed, 02 Apr 2014 02:13:50 +0000</lastBuildDate>
<atom:link href="https://phc.dm.unipi.it/tags/index.xml" rel="self" type="application/rss+xml" />
<atom:link href="/blog/tags/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>development</title>
<link>https://phc.dm.unipi.it/tags/development/</link>
<link>/blog/tags/development/</link>
<pubDate>Wed, 02 Apr 2014 02:13:50 +0000</pubDate>
<guid>https://phc.dm.unipi.it/tags/development/</guid>
<guid>/blog/tags/development/</guid>
<description></description>
</item>
<item>
<title>go</title>
<link>https://phc.dm.unipi.it/tags/go/</link>
<link>/blog/tags/go/</link>
<pubDate>Wed, 02 Apr 2014 02:13:50 +0000</pubDate>
<guid>https://phc.dm.unipi.it/tags/go/</guid>
<guid>/blog/tags/go/</guid>
<description></description>
</item>
<item>
<title>golang</title>
<link>https://phc.dm.unipi.it/tags/golang/</link>
<link>/blog/tags/golang/</link>
<pubDate>Wed, 02 Apr 2014 02:13:50 +0000</pubDate>
<guid>https://phc.dm.unipi.it/tags/golang/</guid>
<guid>/blog/tags/golang/</guid>
<description></description>
</item>
<item>
<title>templates</title>
<link>https://phc.dm.unipi.it/tags/templates/</link>
<link>/blog/tags/templates/</link>
<pubDate>Wed, 02 Apr 2014 02:13:50 +0000</pubDate>
<guid>https://phc.dm.unipi.it/tags/templates/</guid>
<guid>/blog/tags/templates/</guid>
<description></description>
</item>
<item>
<title>themes</title>
<link>https://phc.dm.unipi.it/tags/themes/</link>
<link>/blog/tags/themes/</link>
<pubDate>Wed, 02 Apr 2014 02:13:50 +0000</pubDate>
<guid>https://phc.dm.unipi.it/tags/themes/</guid>
<guid>/blog/tags/themes/</guid>
<description></description>
</item>
<item>
<title>hugo</title>
<link>https://phc.dm.unipi.it/tags/hugo/</link>
<link>/blog/tags/hugo/</link>
<pubDate>Wed, 02 Apr 2014 00:00:00 +0000</pubDate>
<guid>https://phc.dm.unipi.it/tags/hugo/</guid>
<guid>/blog/tags/hugo/</guid>
<description></description>
</item>

@ -1 +1 @@
<!DOCTYPE html><html><head><title>https://phc.dm.unipi.it/tags/</title><link rel="canonical" href="https://phc.dm.unipi.it/tags/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://phc.dm.unipi.it/tags/" /></head></html>
<!DOCTYPE html><html><head><title>/blog/tags/</title><link rel="canonical" href="/blog/tags/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=/blog/tags/" /></head></html>

@ -4,22 +4,22 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>templates &middot; My Name</title>
<meta name="description" content="Qui postiamo notizie importanti, progetti e qualche guida.">
<meta name="description" content="[WIP - Lo stile è da cambiare!] Qui postiamo notizie importanti, progetti e qualche guida.">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="generator" content="Hugo 0.71.1" />
<meta name="robots" content="index,follow">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:title" content="templates">
<meta property="og:description" content="Qui postiamo notizie importanti, progetti e qualche guida.">
<meta property="og:description" content="[WIP - Lo stile è da cambiare!] Qui postiamo notizie importanti, progetti e qualche guida.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://phc.dm.unipi.it/tags/templates/">
<link rel="stylesheet" href="https://phc.dm.unipi.it/dist/site.css">
<link rel="stylesheet" href="https://phc.dm.unipi.it/dist/syntax.css">
<meta property="og:url" content="/blog/tags/templates/">
<link rel="stylesheet" href="/blog/dist/site.css">
<link rel="stylesheet" href="/blog/dist/syntax.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,600,700,300&subset=latin,cyrillic-ext,latin-ext,cyrillic">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
<link href="/tags/templates/index.xml" rel="alternate" type="application/rss+xml">
<link href="/blog/tags/templates/index.xml" rel="alternate" type="application/rss+xml">
@ -34,10 +34,10 @@
<div class="site-title-wrapper">
<h1 class="site-title">
<a title="Blog del PHC" href="https://phc.dm.unipi.it/">Blog del PHC</a>
<a title="Blog del PHC" href="/blog/">Blog del PHC</a>
</h1>
<a class="button-square" href="https://phc.dm.unipi.it/index.xml"><i class="fa fa-rss"></i></a>
<a class="button-square" href="/blog/index.xml"><i class="fa fa-rss"></i></a>
@ -58,19 +58,23 @@
<ul class="site-nav">
<li class="site-nav-item">
<a title="News" href="/">News</a>
<a title="News" href="/blog/">News</a>
</li>
<li class="site-nav-item">
<a title="Progetti" href="/project/">Progetti</a>
<a title="Guide" href="/blog/categories/guide/">Guide</a>
</li>
<li class="site-nav-item">
<a title="Contattaci" href="/page/contact/">Contattaci</a>
<a title="Progetti" href="/blog/categories/progetti/">Progetti</a>
</li>
<li class="site-nav-item">
<a title="About" href="/page/about/">About</a>
<a title="Contattaci" href="/blog/page/contact/">Contattaci</a>
</li>
<li class="site-nav-item">
<a title="About" href="/blog/page/about/">About</a>
</li>
</ul>
@ -84,7 +88,7 @@
<header class="post-header">
<h1 class="post-title" itemprop="name">Blog del PHC</h1>
<p>Qui postiamo notizie importanti, progetti e qualche guida.</p>
<p>[WIP - Lo stile è da cambiare!] Qui postiamo notizie importanti, progetti e qualche guida.</p>
</header>
@ -93,7 +97,7 @@
<li class="post-stub">
<a href="https://phc.dm.unipi.it/2014/04/02/goisforlovers/">
<a href="/blog/2014/04/02/goisforlovers/">
<h4 class="post-stub-title">(Hu)go Template Primer</h4>
<p class="post-stub-description">(Hu)go Template Primer description.</p>
@ -118,7 +122,7 @@
<div class="container">
<div class="site-title-wrapper">
<h1 class="site-title">
<a title="Blog del PHC" href="https://phc.dm.unipi.it/">Blog del PHC</a>
<a title="Blog del PHC" href="/blog/">Blog del PHC</a>
</h1>
<a class="button-square button-jump-top js-jump-top" href="#">
<i class="fa fa-angle-up"></i>
@ -126,7 +130,7 @@
</div>
<p class="footer-copyright">
<span>&copy; 2015 / Powered by <a href="https://gohugo.io/">Hugo</a></span>
<span>&copy; 2020 / Powered by <a href="https://gohugo.io/">Hugo</a></span>
</p>
<p class="footer-copyright">
<span><a href="https://github.com/roryg/ghostwriter">Ghostwriter theme</a> By <a href="http://jollygoodthemes.com">JollyGoodThemes</a></span>
@ -135,8 +139,8 @@
</div>
</footer>
<script src="https://phc.dm.unipi.it/js/jquery-1.11.3.min.js"></script>
<script src="https://phc.dm.unipi.it/js/jquery.fitvids.js"></script>
<script src="https://phc.dm.unipi.it/js/scripts.js"></script>
<script src="/blog/js/jquery-1.11.3.min.js"></script>
<script src="/blog/js/jquery.fitvids.js"></script>
<script src="/blog/js/scripts.js"></script>
</body>
</html>

@ -2,22 +2,21 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>templates on Blog del PHC</title>
<link>https://phc.dm.unipi.it/tags/templates/</link>
<link>/blog/tags/templates/</link>
<description>Recent content in templates on Blog del PHC</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<copyright>PHC</copyright>
<lastBuildDate>Wed, 02 Apr 2014 02:13:50 +0000</lastBuildDate>
<atom:link href="https://phc.dm.unipi.it/tags/templates/index.xml" rel="self" type="application/rss+xml" />
<atom:link href="/blog/tags/templates/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>(Hu)go Template Primer</title>
<link>https://phc.dm.unipi.it/2014/04/02/goisforlovers/</link>
<link>/blog/2014/04/02/goisforlovers/</link>
<pubDate>Wed, 02 Apr 2014 02:13:50 +0000</pubDate>
<guid>https://phc.dm.unipi.it/2014/04/02/goisforlovers/</guid>
<guid>/blog/2014/04/02/goisforlovers/</guid>
<description>Hugo uses the excellent go html/template library for its template engine. It is an extremely lightweight engine that provides a very small amount of logic. In our experience that it is just the right amount of logic to be able to create a good static website. If you have used other template systems from different languages or frameworks you will find a lot of similarities in go templates.
This document is a brief primer on using go templates.</description>
</item>

@ -1 +1 @@
<!DOCTYPE html><html><head><title>https://phc.dm.unipi.it/tags/templates/</title><link rel="canonical" href="https://phc.dm.unipi.it/tags/templates/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://phc.dm.unipi.it/tags/templates/" /></head></html>
<!DOCTYPE html><html><head><title>/blog/tags/templates/</title><link rel="canonical" href="/blog/tags/templates/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=/blog/tags/templates/" /></head></html>

@ -4,22 +4,22 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>themes &middot; My Name</title>
<meta name="description" content="Qui postiamo notizie importanti, progetti e qualche guida.">
<meta name="description" content="[WIP - Lo stile è da cambiare!] Qui postiamo notizie importanti, progetti e qualche guida.">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="generator" content="Hugo 0.71.1" />
<meta name="robots" content="index,follow">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:title" content="themes">
<meta property="og:description" content="Qui postiamo notizie importanti, progetti e qualche guida.">
<meta property="og:description" content="[WIP - Lo stile è da cambiare!] Qui postiamo notizie importanti, progetti e qualche guida.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://phc.dm.unipi.it/tags/themes/">
<link rel="stylesheet" href="https://phc.dm.unipi.it/dist/site.css">
<link rel="stylesheet" href="https://phc.dm.unipi.it/dist/syntax.css">
<meta property="og:url" content="/blog/tags/themes/">
<link rel="stylesheet" href="/blog/dist/site.css">
<link rel="stylesheet" href="/blog/dist/syntax.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,600,700,300&subset=latin,cyrillic-ext,latin-ext,cyrillic">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
<link href="/tags/themes/index.xml" rel="alternate" type="application/rss+xml">
<link href="/blog/tags/themes/index.xml" rel="alternate" type="application/rss+xml">
@ -34,10 +34,10 @@
<div class="site-title-wrapper">
<h1 class="site-title">
<a title="Blog del PHC" href="https://phc.dm.unipi.it/">Blog del PHC</a>
<a title="Blog del PHC" href="/blog/">Blog del PHC</a>
</h1>
<a class="button-square" href="https://phc.dm.unipi.it/index.xml"><i class="fa fa-rss"></i></a>
<a class="button-square" href="/blog/index.xml"><i class="fa fa-rss"></i></a>
@ -58,19 +58,23 @@
<ul class="site-nav">
<li class="site-nav-item">
<a title="News" href="/">News</a>
<a title="News" href="/blog/">News</a>
</li>
<li class="site-nav-item">
<a title="Progetti" href="/project/">Progetti</a>
<a title="Guide" href="/blog/categories/guide/">Guide</a>
</li>
<li class="site-nav-item">
<a title="Contattaci" href="/page/contact/">Contattaci</a>
<a title="Progetti" href="/blog/categories/progetti/">Progetti</a>
</li>
<li class="site-nav-item">
<a title="About" href="/page/about/">About</a>
<a title="Contattaci" href="/blog/page/contact/">Contattaci</a>
</li>
<li class="site-nav-item">
<a title="About" href="/blog/page/about/">About</a>
</li>
</ul>
@ -84,7 +88,7 @@
<header class="post-header">
<h1 class="post-title" itemprop="name">Blog del PHC</h1>
<p>Qui postiamo notizie importanti, progetti e qualche guida.</p>
<p>[WIP - Lo stile è da cambiare!] Qui postiamo notizie importanti, progetti e qualche guida.</p>
</header>
@ -93,7 +97,7 @@
<li class="post-stub">
<a href="https://phc.dm.unipi.it/2014/04/02/goisforlovers/">
<a href="/blog/2014/04/02/goisforlovers/">
<h4 class="post-stub-title">(Hu)go Template Primer</h4>
<p class="post-stub-description">(Hu)go Template Primer description.</p>
@ -118,7 +122,7 @@
<div class="container">
<div class="site-title-wrapper">
<h1 class="site-title">
<a title="Blog del PHC" href="https://phc.dm.unipi.it/">Blog del PHC</a>
<a title="Blog del PHC" href="/blog/">Blog del PHC</a>
</h1>
<a class="button-square button-jump-top js-jump-top" href="#">
<i class="fa fa-angle-up"></i>
@ -126,7 +130,7 @@
</div>
<p class="footer-copyright">
<span>&copy; 2015 / Powered by <a href="https://gohugo.io/">Hugo</a></span>
<span>&copy; 2020 / Powered by <a href="https://gohugo.io/">Hugo</a></span>
</p>
<p class="footer-copyright">
<span><a href="https://github.com/roryg/ghostwriter">Ghostwriter theme</a> By <a href="http://jollygoodthemes.com">JollyGoodThemes</a></span>
@ -135,8 +139,8 @@
</div>
</footer>
<script src="https://phc.dm.unipi.it/js/jquery-1.11.3.min.js"></script>
<script src="https://phc.dm.unipi.it/js/jquery.fitvids.js"></script>
<script src="https://phc.dm.unipi.it/js/scripts.js"></script>
<script src="/blog/js/jquery-1.11.3.min.js"></script>
<script src="/blog/js/jquery.fitvids.js"></script>
<script src="/blog/js/scripts.js"></script>
</body>
</html>

@ -2,22 +2,21 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>themes on Blog del PHC</title>
<link>https://phc.dm.unipi.it/tags/themes/</link>
<link>/blog/tags/themes/</link>
<description>Recent content in themes on Blog del PHC</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<copyright>PHC</copyright>
<lastBuildDate>Wed, 02 Apr 2014 02:13:50 +0000</lastBuildDate>
<atom:link href="https://phc.dm.unipi.it/tags/themes/index.xml" rel="self" type="application/rss+xml" />
<atom:link href="/blog/tags/themes/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>(Hu)go Template Primer</title>
<link>https://phc.dm.unipi.it/2014/04/02/goisforlovers/</link>
<link>/blog/2014/04/02/goisforlovers/</link>
<pubDate>Wed, 02 Apr 2014 02:13:50 +0000</pubDate>
<guid>https://phc.dm.unipi.it/2014/04/02/goisforlovers/</guid>
<guid>/blog/2014/04/02/goisforlovers/</guid>
<description>Hugo uses the excellent go html/template library for its template engine. It is an extremely lightweight engine that provides a very small amount of logic. In our experience that it is just the right amount of logic to be able to create a good static website. If you have used other template systems from different languages or frameworks you will find a lot of similarities in go templates.
This document is a brief primer on using go templates.</description>
</item>

@ -1 +1 @@
<!DOCTYPE html><html><head><title>https://phc.dm.unipi.it/tags/themes/</title><link rel="canonical" href="https://phc.dm.unipi.it/tags/themes/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://phc.dm.unipi.it/tags/themes/" /></head></html>
<!DOCTYPE html><html><head><title>/blog/tags/themes/</title><link rel="canonical" href="/blog/tags/themes/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=/blog/tags/themes/" /></head></html>

@ -1,6 +1,7 @@
package main
import (
"html/template"
"net/http"
"github.com/gin-gonic/gin"
@ -9,13 +10,16 @@ import (
func main() {
r := gin.Default()
r.GET("/someJSON", func(c *gin.Context) {
data := map[string]interface{}{
"lang": "GO语言",
"tag": "<br>",
}
r.Static("/assets", "./assets")
r.Static("/blog", "./blog/public")
c.JSON(http.StatusOK, data)
r.GET("/", func(c *gin.Context) {
r.SetHTMLTemplate(template.Must(template.ParseFiles("./views/base.html", "./views/home.html")))
c.HTML(http.StatusOK, "base", gin.H{})
})
r.GET("/utenti", func(c *gin.Context) {
r.SetHTMLTemplate(template.Must(template.ParseFiles("./views/base.html", "./views/utenti.html")))
c.HTML(http.StatusOK, "base", gin.H{})
})
r.Run(":8000")

@ -14,29 +14,26 @@
<nav>
<!-- Site -->
<div class="nav-item">
<a href="/">Poisson</a>
<a href="/">PHC</a>
</div>
<div class="nav-item">
<a href="/utenti">Utenti</a>
</div>
<div class="nav-item">
<a href="/notizie">Notizie</a>
<a href="/blog">Notizie</a>
</div>
<div class="nav-item">
<a href="/guide">Guide</a>
<a href="https://git.phc.dm.unipi.it">Git</a>
</div>
<div class="nav-item">
<a href="/git">Git</a>
</div>
<div class="nav-item">
Forum
<a href="https://forum.phc.dm.unipi.it">Forum</a>
</div>
<!-- Spacing -->
<div class="hfill"></div>
<!-- User -->
{{if .User}}
<div class="nav-item">
<a href="/logout">Logout</a>
<a href="/settings">@{{ .User }}</a>
</div>
{{else}}
<div class="nav-item">

@ -3,20 +3,51 @@
{{define "title"}}Poisson{{end}}
{{define "body"}}
<h1>Poisson</h1>
<h1>PHC</h1>
<h2>Servizi</h2>
<dl>
<dt><a href="/blog">Blog & Notizie</a></dt>
<dd>
Blog del PHC
</dd>
<dt><a href="/blog/categories/guide">Guide</a></dt>
<dd>
Nel corso del tempo abbiamo scritto alcune guide utili per utilizzare Poisson o Linux in generale.
</dd>
<dt><a href="/utenti">Utenti</a></dt>
<dd>
Lista degli utenti di Poisson e link a relativi siti.
</dd>
<dt><a href="https://git.phc.dm.unipi.it">Git</a></dt>
<dd>
Server Git per gli utenti di Poisson, i progetti del PHC ad un certo punto verranno tenuti qui.
</dd>
<dt><a href="https://forum.phc.dm.unipi.it">Forum</a></dt>
<dd>
Forum in stile Disocurse per parlare di Matematica, Informatica e argomenti accademici in generale.
</dd>
</dl>
<h2>Macchinisti</h2>
I macchinisti sono
<ul>
<li>Persona 1 &mdash; <a href="poisson.phc.dm.unipi.it/~persona">poisson.phc.dm.unipi.it/~persona</a></li>
<li>Persona 1 &mdash; <a href="poisson.phc.dm.unipi.it/~persona">poisson.phc.dm.unipi.it/~persona</a></li>
<li>Persona 1 &mdash; <a href="poisson.phc.dm.unipi.it/~persona">poisson.phc.dm.unipi.it/~persona</a></li>
<li>Persona 1 &mdash; <a href="poisson.phc.dm.unipi.it/~persona">poisson.phc.dm.unipi.it/~persona</a></li>
<li>Persona 1 &mdash; <a href="poisson.phc.dm.unipi.it/~persona">poisson.phc.dm.unipi.it/~persona</a></li>
<li>Persona 1 &mdash; <a href="poisson.phc.dm.unipi.it/~persona">poisson.phc.dm.unipi.it/~persona</a></li>
<li>Persona 1 &mdash; <a href="poisson.phc.dm.unipi.it/~persona">poisson.phc.dm.unipi.it/~persona</a></li>
<li><a href="https://poisson.phc.dm.unipi.it/~persona">Persona 2</a> dal 2013</li>
<li><a href="https://poisson.phc.dm.unipi.it/~persona">Persona 4</a> dal 2015</li>
<li><a href="https://poisson.phc.dm.unipi.it/~persona">Persona 6</a> dal 2014</li>
<li><a href="https://poisson.phc.dm.unipi.it/~persona">Persona 7</a> dal 2012</li>
<li><a href="https://poisson.phc.dm.unipi.it/~persona">Persona 1</a> dal 2018</li>
<li><a href="https://poisson.phc.dm.unipi.it/~persona">Persona 3</a> dal 2016</li>
<li><a href="https://poisson.phc.dm.unipi.it/~persona">Persona 5</a> dal 2017</li>
</ul>
<!--
<div class="news-list">
<article>
<h3>Notizie 1</h3>
@ -39,5 +70,5 @@
veniam animi ducimus enim consectetur a.
</div>
</article>
</div>
</div> -->
{{end}}
Loading…
Cancel
Save