
Jekyll
Prova del static site generator
- Url sito: {% {{ site.url }} %} = https://ninja-rimini.github.io
- Url delle immagini del sito: {% {{ site.urlimg }} %} = https://ninja-rimini.github.io/images/
Relative Url: {% {{ “/assets/style.css” relative_url }} %} = /assets/style.css Absolute Url: {% {{ “/assets/style.css” absolute_url }} %} = https://ninja-rimini.github.io/assets/style.css - Title: {% {{ page.title }} %} = Prova del static site generator
- Path sito: {% {{ page.path }} %} = _posts/scuola/2017-11-19-primo-incontro-jekyll.md
- Link ad un post (deprecato) : {{ site.baseurl }}{% post_url 2015-01-09-incontro-gambalunga %} = /eventi/incontro-gambalunga/
SCUOLA
scuola