Adattamenti grafici minori

This commit is contained in:
Fabio Lovato 2023-05-21 16:16:12 +02:00
parent a63247878a
commit 368d438258
11 changed files with 197 additions and 183 deletions

View File

@ -2,6 +2,7 @@
title: Chi siamo
slug: chi-siamo
date: 2022-12-19T22:16:00+02:00
IgnoreTableOfContents: true
include_donations: true
---

View File

@ -8,6 +8,7 @@ slug: linux-day-2022-este
images:
- linuxday_fullcolor.jpg
layout: news
fullcover: true
tags:
- linux
- linuxday

View File

@ -8,6 +8,7 @@ slug: post-linux-day-2022-este
images:
- post-linux-day.jpg
layout: news
fullcover: true
tags:
- linux
- linuxday

View File

@ -8,6 +8,7 @@ slug: coderdojo-14-gennaio-2023
images:
- coderdojo.jpg
layout: news
fullcover: true
tags:
- coderdojo
- scratch

View File

@ -6,6 +6,7 @@ IgnoreTableOfContents: true
authors:
- loviuz
slug: attivita-maggio-2023
fullcover: true
images:
- openit-este-maggio.webp
layout: news

View File

@ -9,6 +9,7 @@ slug: passa-a-linux
images:
- passa-a-linux.webp
layout: news
fullcover: true
tags:
- linux
- tecnologie
@ -43,8 +44,6 @@ Inoltre, l'uso di tecnologie chiuse può comportare **rischi per la democrazia**
Questo rappresenta un **grave rischio per la democrazia**, poiché la manipolazione dell'opinione pubblica attraverso i dati personali deglɜ utenti potrebbe influenzare l'esito delle elezioni e minare la fiducia nel processo democratico. Inoltre, l'uso di tecnologie chiuse potrebbe aumentare il **divario tecnologico** tra i paesi sviluppati e quelli in via di sviluppo, poiché i paesi più ricchi hanno più accesso alle tecnologie avanzate, mentre i paesi meno sviluppati sono più vulnerabili agli attacchi informatici e alla raccolta di dati non autorizzata.
![Passa a Linux!](passa-a-linux.webp)
## Che cosa facciamo?

View File

@ -1,8 +1,8 @@
{{ define "title" }}
{{ title (i18n (lower .Title)) | default .Title }} · {{ .Site.Title }}
{{ title (i18n (lower .Title)) | default .Title }} · {{ .Site.Title }}
{{ end }}
{{ define "content" }}
<section class="container list">
<section class="container list">
<h1 class="title">
<a class="title-link" href="{{ .Permalink | safeURL }}">
{{- if eq .Kind "term" -}}
@ -19,7 +19,7 @@
{{ $image := .Resources.GetMatch (index (.Params.images) 0) }}
{{ if $image }}
<li>
{{ $image := $image.Resize "x480" }}
{{ $image := $image.Resize "x350" }}
{{ $image := $image.Crop "480x350" }}
<div class="news-image">
<a href="{{ .Params.externalLink | default .RelPermalink }}">
@ -65,5 +65,5 @@
{{ end }}
</ul>
{{ partial "pagination.html" . }}
</section>
</section>
{{ end }}

View File

@ -1,8 +1,8 @@
{{ define "title" }}
{{ .Title }} · {{ .Site.Title }}
{{ .Title }} · {{ .Site.Title }}
{{ end }}
{{ define "content" }}
<section class="container post">
<section class="container post">
{{ if .Section }}
<a href="{{.Site.BaseURL}}/{{.Section}}"><i class="fa fa-chevron-left fa-fw"></i> Torna alle {{.Section}}</a>
{{ end }}
@ -37,8 +37,13 @@
<div>
{{ with .Resources.GetMatch (index (.Params.images) 0) }}
{{ $image := . }}
{{ $image := $image.Crop "1280x250" }}
{{ $image_cropped := .Crop "1280x250" }}
{{ if $.Page.Params.fullcover }}
<img src="{{ $image.RelPermalink }}">
{{ else }}
<img src="{{ $image_cropped.RelPermalink }}">
{{ end }}
{{ end }}
{{ if not .Params.IgnoreTableOfContents }}
@ -61,5 +66,5 @@
</article>
{{ partial "posts/math.html" . }}
</section>
</section>
{{ end }}

View File

@ -26,7 +26,9 @@
<img src="{{ $image.RelPermalink }}">
{{ end }}
{{ if not .Params.IgnoreTableOfContents }}
{{ .TableOfContents }}
{{ end }}
{{ .Content | safeHTML }}
</div>
</article>

View File

@ -1,8 +1,8 @@
{{ define "title" }}
{{ .Title }} · {{ .Site.Title }}
{{ .Title }} · {{ .Site.Title }}
{{ end }}
{{ define "content" }}
<section class="container post">
<section class="container post">
{{ if .Section }}
<a href="{{.Site.BaseURL}}/{{.Section}}"><i class="fa fa-chevron-left fa-fw"></i> Torna alle {{.Section}}</a>
{{ end }}
@ -41,7 +41,9 @@
<img src="{{ $image.RelPermalink }}">
{{ end }}
{{ if not .Params.IgnoreTableOfContents }}
{{ .TableOfContents }}
{{ end }}
{{ .Content | safeHTML }}
</div>
@ -59,5 +61,5 @@
</article>
{{ partial "posts/math.html" . }}
</section>
</section>
{{ end }}

1
themes/hugo-coder Submodule

@ -0,0 +1 @@
Subproject commit 1fb96cf9a920c46e01f3c0736cf01770c041617e