Skip to content

Commit 51fecfa

Browse files
committed
use only the English version
Signed-off-by: Riccardo Iaconelli <riccardo@kde.org>
1 parent dc29dc5 commit 51fecfa

8 files changed

Lines changed: 11 additions & 66 deletions

File tree

_data/t.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,14 @@ social-card: /assets/images/favicons/social-card.png
88
## Site name
99
name:
1010
en: "A Jekyll theme"
11-
it: "Un tema Jekyll"
1211

1312
## Site description
1413
description:
1514
en: "A website with a Jekyll theme"
16-
it: "Sito di esempio per il tema Jekyll"
1715

1816
## Site author
1917
author:
20-
en: "Digital Transformation Team"
21-
it: "Team per la Trasformazione Digitale"
18+
en: "The PublicCode.yml community"
2219

2320
## Social
2421
social-links:
@@ -40,10 +37,8 @@ social-links:
4037
## Labels
4138
italian-version:
4239
en: "Italian version"
43-
it: "Versione italiana"
4440
english-version:
4541
en: "English version"
46-
it: "Versione inglese"
4742
cookie-policy-info:
4843
en: "This site uses technical, analytics and third-party cookies <br>By continuing to browse, you accept the use of cookies."
4944
it: "Questo sito utilizza cookie tecnici, analytics e di terze parti.<br>Proseguendo nella navigazione accetti l’utilizzo dei cookie."

en/index.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,15 @@ title: Example Homepage
44
description: This is an example for a "hero" homepage
55
lang: en
66
ref: homepage
7-
permalink: /en/
7+
permalink: /
88
order: 1
99
---
1010

1111
{% include hero.html %}
12+
13+
<main class="container my-4" markdown="1">
14+
1215
{% include posts.html %}
16+
17+
</main>
18+

it/404.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

it/chi-siamo.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

it/cookie-policy.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

it/index.md

Lines changed: 0 additions & 18 deletions
This file was deleted.

it/privacy-policy.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

style.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
---
22
---
33

4+
body {
5+
/* font-family: monospace; */
6+
}

0 commit comments

Comments
 (0)