diff --git a/assets/css/dark.css b/assets/css/dark.css
index 5b3f8fe..b6a140d 100644
--- a/assets/css/dark.css
+++ b/assets/css/dark.css
@@ -4,14 +4,14 @@ body {
}
::-moz-selection {
- background: blue;
- color: #fff;
+ background: var(--darkMaincolor);
+ color: #000;
text-shadow: none;
}
::selection {
- background: red;
- color: #fff;
+ background: var(--darkMaincolor);
+ color: #000;
text-shadow: none;
}
@@ -190,3 +190,10 @@ a:hover {
border-style: solid;
border-color: #ffd700;
}
+
+
+.pagination li.active a {
+ background-color: var(--darkMaincolor);
+ color: black;
+}
+
diff --git a/assets/css/fonts.css b/assets/css/fonts.css
index f758f58..3b1a48b 100644
--- a/assets/css/fonts.css
+++ b/assets/css/fonts.css
@@ -39,3 +39,42 @@
url('../fonts/ibm-plex-mono-v6-latin-500italic.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/ibm-plex-mono-v6-latin-500italic.svg#IBMPlexMono') format('svg'); /* Legacy iOS */
}
+/* montserrat-regular - latin */
+@font-face {
+ font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
+ font-family: 'Montserrat';
+ font-style: normal;
+ font-weight: 400;
+ src: url('../fonts/montserrat-v29-latin-regular.eot'); /* IE9 Compat Modes */
+ src: url('../fonts/montserrat-v29-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
+ url('../fonts/montserrat-v29-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
+ url('../fonts/montserrat-v29-latin-regular.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
+ url('../fonts/montserrat-v29-latin-regular.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
+ url('../fonts/montserrat-v29-latin-regular.svg#Montserrat') format('svg'); /* Legacy iOS */
+}
+/* montserrat-700 - latin */
+@font-face {
+ font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
+ font-family: 'Montserrat';
+ font-style: normal;
+ font-weight: 700;
+ src: url('../fonts/montserrat-v29-latin-700.eot'); /* IE9 Compat Modes */
+ src: url('../fonts/montserrat-v29-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
+ url('../fonts/montserrat-v29-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
+ url('../fonts/montserrat-v29-latin-700.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
+ url('../fonts/montserrat-v29-latin-700.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
+ url('../fonts/montserrat-v29-latin-700.svg#Montserrat') format('svg'); /* Legacy iOS */
+}
+/* montserrat-900 - latin */
+@font-face {
+ font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
+ font-family: 'Montserrat';
+ font-style: normal;
+ font-weight: 900;
+ src: url('../fonts/montserrat-v29-latin-900.eot'); /* IE9 Compat Modes */
+ src: url('../fonts/montserrat-v29-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
+ url('../fonts/montserrat-v29-latin-900.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
+ url('../fonts/montserrat-v29-latin-900.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
+ url('../fonts/montserrat-v29-latin-900.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
+ url('../fonts/montserrat-v29-latin-900.svg#Montserrat') format('svg'); /* Legacy iOS */
+}
diff --git a/assets/css/main.css b/assets/css/main.css
index 2fa1724..52c6b17 100644
--- a/assets/css/main.css
+++ b/assets/css/main.css
@@ -25,8 +25,9 @@ body{
color: #fff;
}
-p {
- font-family: 'Fira Sans', sans-serif;
+p,
+.description {
+ font-family: 'Montserrat', sans-serif;
line-height: 1.5;
}
@@ -394,3 +395,39 @@ table td{
stroke-linejoin: round;
fill: none;
}
+
+
+/* pagination */
+
+.pagination {
+ display: flex;
+ justify-content: space-evenly;
+ list-style: none;
+ padding: 0;
+}
+
+.pagination li::before {
+ display: none;
+}
+
+.pagination li a {
+ padding: 0.5em 1em;
+}
+
+.pagination li.active a {
+ background-color: var(--maincolor);
+ color: #fff;
+ font-weight: bold;
+
+}
+
+
+.pagination li.disabled a {
+ opacity: 0.5;
+ border: transparent;
+ color: #fff;
+}
+
+.pagination li.disabled a:hover {
+ background: transparent;
+}
\ No newline at end of file
diff --git a/exampleSite/content/posts/tg-gh.md b/exampleSite/content/posts/tg-gh.md
index bce22d5..2abf489 100644
--- a/exampleSite/content/posts/tg-gh.md
+++ b/exampleSite/content/posts/tg-gh.md
@@ -178,7 +178,7 @@ On: *${ghevent}*
By: *${ghactor}*
-Tag: ${process.env.GITHUB_REF}
+tags: ${process.env.GITHUB_REF}
[Link to Repo ](https://github.com/${repo}/)
`
@@ -365,7 +365,7 @@ On: *${ghevent}*
By: *${ghactor}*
-Tag: ${process.env.GITHUB_REF}
+tags: ${process.env.GITHUB_REF}
[Link to Repo ](https://github.com/${repo}/)
`
diff --git a/i18n/bg.toml b/i18n/bg.toml
new file mode 100644
index 0000000..9b77647
--- /dev/null
+++ b/i18n/bg.toml
@@ -0,0 +1,38 @@
+[more]
+other = "Още"
+
+[allTitle]
+other = "Всички {{.Title }}"
+
+[recentTitle]
+other = "Последни {{.Title }}"
+
+[readMore]
+other = "виж още"
+
+[whatsInThis]
+other = "Съдържание {{ .Type }}"
+
+[related]
+other = "Подобни"
+
+[yourName]
+other = "Вашето име"
+
+[emailAddress]
+other = "Адрес на елекронна поща"
+
+[message]
+other = "Съобщение"
+
+[emailRequiredNote]
+other = "Задължително е да предоставите адрес на електронна поща."
+
+[send]
+other = "Изпрати"
+
+[taxonomyPageList]
+other = "Below you will find pages that utilize the taxonomy term “{{ .Title }}”"
+
+[pageTitle]
+other = "{{ .Name }} страница"
\ No newline at end of file
diff --git a/i18n/ca.toml b/i18n/ca.toml
new file mode 100644
index 0000000..ea4299a
--- /dev/null
+++ b/i18n/ca.toml
@@ -0,0 +1,46 @@
+[more]
+other = "Més"
+
+[allTitle]
+other = "Tots els {{.Title }}"
+
+[recentTitle]
+other = "{{.Title }} recents"
+
+[readMore]
+other = "Llegir més"
+
+[by]
+other = "Per"
+
+[whatsInThis]
+other = "Qué hi ha en aquest {{ .Type }}"
+
+[related]
+other = "Relacionat"
+
+[yourName]
+other = "El teu nom"
+
+[emailAddress]
+other = "Adreça de correu electrònic"
+
+[message]
+other = "Missatge"
+
+[emailRequiredNote]
+other = "És necesari una adreça de correu electrònic."
+
+[send]
+other = "Enviar"
+
+[taxonomyPageList]
+other = "A continuació trobarà les pàgines associades al terme taxonòmic “{{ .Title }}”"
+
+[readingTime]
+one = "Lectura en un minut"
+other = "Lectura en {{ .Count }} minuts"
+
+[wordCount]
+one = "Una paraula"
+other = "{{ .Count }} paraules"
diff --git a/i18n/cs.toml b/i18n/cs.toml
new file mode 100644
index 0000000..ecb023a
--- /dev/null
+++ b/i18n/cs.toml
@@ -0,0 +1,49 @@
+[more]
+other = "Více"
+
+[allTitle]
+other = "Všechny {{.Title }}"
+
+[recentTitle]
+other = "Nejnovější {{.Title }}"
+
+[readMore]
+other = "čti dále"
+
+[by]
+other = "Autor"
+
+[whatsInThis]
+other = "Co je v tomto {{ .Type }}"
+
+[related]
+other = "Related"
+
+[yourName]
+other = "Jméno"
+
+[emailAddress]
+other = "Emailová adresa"
+
+[message]
+other = "Zpráva"
+
+[emailRequiredNote]
+other = "Emailová adresa je požadována."
+
+[send]
+other = "Odeslat"
+
+[taxonomyPageList]
+other = "Stránky obsahující taxonomický termín “{{ .Title }}”"
+
+[readingTime]
+one = "Jedna minuta čtení"
+other = "{{ .Count }} minut čtení"
+
+[wordCount]
+one = "Jedno slovo"
+other = "{{ .Count }} slov"
+
+[pageTitle]
+other = "{{ .Name }} stránka"
diff --git a/i18n/de.toml b/i18n/de.toml
new file mode 100644
index 0000000..d214790
--- /dev/null
+++ b/i18n/de.toml
@@ -0,0 +1,64 @@
+[more]
+other = "Mehr"
+
+[allTitle]
+other = "Alle {{.Title }}"
+
+[recentTitle]
+other = "Neueste {{.Title }}"
+
+[readMore]
+other = "weiterlesen"
+
+[next]
+other = "Weiter"
+
+[back]
+other = "Zurück"
+
+[publishedOn]
+other = "Veröffentlicht am"
+
+[pageNotFound]
+other = "Leider nichts hier"
+
+[EntriesTagged]
+other = "Alles zu"
+
+[by]
+other = "Von"
+
+[whatsInThis]
+other = "Was ist in dieser {{ .Type }}"
+
+[related]
+other = "Ähnliches"
+
+[yourName]
+other = "Dein Name"
+
+[emailAddress]
+other = "Email Adresse"
+
+[message]
+other = "Nachricht"
+
+[emailRequiredNote]
+other = "Eine Email Adresse wird benötigt."
+
+[send]
+other = "Senden"
+
+[taxonomyPageList]
+other = "Beiträge zum Thema “{{ .Title }}”"
+
+[readingTime]
+one = "Eine Minute"
+other = "{{ .Count }} Minuten"
+
+[wordCount]
+one = "Ein Wort"
+other = "{{ .Count }} Wörter"
+
+[pageTitle]
+other = "{{ .Name }} Seite"
diff --git a/i18n/en.toml b/i18n/en.toml
new file mode 100644
index 0000000..4e5638d
--- /dev/null
+++ b/i18n/en.toml
@@ -0,0 +1,49 @@
+[more]
+other = "More"
+
+[allTitle]
+other = "All {{.Title }}"
+
+[recentTitle]
+other = "Recent {{.Title }}"
+
+[readMore]
+other = "read more"
+
+[by]
+other = "By"
+
+[whatsInThis]
+other = "What's in this {{ .Type }}"
+
+[related]
+other = "Related"
+
+[yourName]
+other = "Your Name"
+
+[emailAddress]
+other = "Email Address"
+
+[message]
+other = "Message"
+
+[emailRequiredNote]
+other = "An email address is required."
+
+[send]
+other = "Send"
+
+[taxonomyPageList]
+other = "Below you will find pages that utilize the taxonomy term “{{ .Title }}”"
+
+[readingTime]
+one = "One minute read"
+other = "{{ .Count }} minutes read"
+
+[wordCount]
+one = "One word"
+other = "{{ .Count }} words"
+
+[pageTitle]
+other = "{{ .Name }} page"
diff --git a/i18n/es.toml b/i18n/es.toml
new file mode 100644
index 0000000..55641d1
--- /dev/null
+++ b/i18n/es.toml
@@ -0,0 +1,49 @@
+[more]
+other = "Más"
+
+[allTitle]
+other = "Todos los {{.Title }}"
+
+[recentTitle]
+other = "{{.Title }} recientes"
+
+[readMore]
+other = "Leer más"
+
+[by]
+other = "Por"
+
+[whatsInThis]
+other = "Qué hay en este {{ .Type }}"
+
+[related]
+other = "Relacionado"
+
+[yourName]
+other = "Tu nombre"
+
+[emailAddress]
+other = "Dirección de correo electrónico"
+
+[message]
+other = "Mensaje"
+
+[emailRequiredNote]
+other = "Se requiere una dirección de correo electrónico."
+
+[send]
+other = "Enviar"
+
+[taxonomyPageList]
+other = "A continuación encontrará las páginas asociadas a “{{ .Title }}”"
+
+[readingTime]
+one = "Lectura en un minuto"
+other = "Lectura en {{ .Count }} minutos"
+
+[wordCount]
+one = "Una palabra"
+other = "{{ .Count }} palabras"
+
+[pageTitle]
+other = "{{ .Name }} pagina"
diff --git a/i18n/fi.toml b/i18n/fi.toml
new file mode 100644
index 0000000..f951069
--- /dev/null
+++ b/i18n/fi.toml
@@ -0,0 +1,46 @@
+[more]
+other = "Lisää"
+
+[allTitle]
+other = "Kaikki kirjoitukset"
+
+[recentTitle]
+other = "Viimeisimmät kirjoitukset"
+
+[readMore]
+other = "lue lisää"
+
+[whatsInThis]
+other = "Sisältö"
+
+[related]
+other = "Samankaltaisia kirjoituksia"
+
+[yourName]
+other = "sinun nimesi"
+
+[emailAddress]
+other = "sähköpostiosoite"
+
+[message]
+other = "viesti"
+
+[emailRequiredNote]
+other = "Sähköpostiosoite on pakollinen tieto."
+
+[send]
+other = "Lähetä"
+
+[taxonomyPageList]
+other = "Alla ovat sivut, jotka liittyvät hakusanaasi: “{{ .Title }}”"
+
+[readingTime]
+one = "Minuutin lukuaika"
+other = "{{ .Count }} minuutin lukuaika"
+
+[wordCount]
+one = "Yksi sana"
+other = "{{ .Count }} sanaa"
+
+[pageTitle]
+other = "{{ .Name }} sivu"
diff --git a/i18n/fr.toml b/i18n/fr.toml
new file mode 100644
index 0000000..3393844
--- /dev/null
+++ b/i18n/fr.toml
@@ -0,0 +1,49 @@
+[more]
+other = "Plus"
+
+[allTitle]
+other = "Tous les {{.Title }}"
+
+[recentTitle]
+other = "{{.Title }} récents"
+
+[readMore]
+other = "lire plus"
+
+[by]
+other = "Par"
+
+[whatsInThis]
+other = "Ce qui est dans {{ .Type }}"
+
+[related]
+other = "Lié"
+
+[yourName]
+other = "Votre nom"
+
+[emailAddress]
+other = "Adresse e-mail"
+
+[message]
+other = "Message"
+
+[emailRequiredNote]
+other = "Une adresse e-mail est requise."
+
+[send]
+other = "Envoyer"
+
+[taxonomyPageList]
+other = "Ci-dessous se trouvent les pages utilisant le terme taxonomique “{{ .Title }}”"
+
+[readingTime]
+one = "Une minute de lecture"
+other = "{{ .Count }} minutes de lecture"
+
+[wordCount]
+one = "Un mot"
+other = "{{ .Count }} mots"
+
+[pageTitle]
+other = "{{ .Name }} page"
\ No newline at end of file
diff --git a/i18n/he.toml b/i18n/he.toml
new file mode 100644
index 0000000..d77c9fc
--- /dev/null
+++ b/i18n/he.toml
@@ -0,0 +1,49 @@
+[more]
+other = "עוד"
+
+[allTitle]
+other = "כל ה{{.Title }}"
+
+[recentTitle]
+other = "לאחרונה ב{{.Title }}"
+
+[readMore]
+other = "קראו עוד"
+
+[by]
+other = "מאת"
+
+[whatsInThis]
+other = "מה בתוך {{ .Type }}"
+
+[related]
+other = "קשור"
+
+[yourName]
+other = "שמך"
+
+[emailAddress]
+other = "כתובת דואר אלקטרוני"
+
+[message]
+other = "הודעה"
+
+[emailRequiredNote]
+other = "יש להזין כתובת דואר אלקטרוני."
+
+[send]
+other = "שליחה"
+
+[taxonomyPageList]
+other = "כאן תמצאו את העמודים אשר משתמשים בטקסונומיה “{{ .Title }}”"
+
+[readingTime]
+one = "דקת קריאה"
+other = "{{ .Count }} דקות קריאה"
+
+[wordCount]
+one = "מילה אחת"
+other = "{{ .Count }} מילים"
+
+[pageTitle]
+other = "עמוד {{ .Name }}"
diff --git a/i18n/hi.toml b/i18n/hi.toml
new file mode 100644
index 0000000..bfb0f17
--- /dev/null
+++ b/i18n/hi.toml
@@ -0,0 +1,35 @@
+[more]
+other = "अधिक"
+
+[allTitle]
+other = "सब {{.Title }}"
+
+[recentTitle]
+other = "हाल में {{.Title }}"
+
+[readMore]
+other = "और पढ़ें"
+
+[whatsInThis]
+other = "इस में क्या है {{ .Type }}"
+
+[related]
+other = "संबंधित"
+
+[yourName]
+other = "तुम्हारा नाम"
+
+[emailAddress]
+other = "ईमेल पता"
+
+[message]
+other = "संदेश"
+
+[emailRequiredNote]
+other = "एक ईमेल पता की आवश्यकता है।"
+
+[send]
+other = "भेजना"
+
+[taxonomyPageList]
+other = "नीचे आपको ऐसे पेज मिलेंगे जो वर्गीकरण शब्द का उपयोग करते हैं “{{ .Title }}”"
\ No newline at end of file
diff --git a/i18n/hu.toml b/i18n/hu.toml
new file mode 100644
index 0000000..4d6257d
--- /dev/null
+++ b/i18n/hu.toml
@@ -0,0 +1,38 @@
+[more]
+other = "Több"
+
+[allTitle]
+other = "További {{.Title }}"
+
+[recentTitle]
+other = "Friss {{.Title }}"
+
+[readMore]
+other = "Részletek"
+
+[whatsInThis]
+other = "{{ .Type }}"
+
+[related]
+other = "Ajánlott cikkek"
+
+[yourName]
+other = "Név"
+
+[emailAddress]
+other = "E-mail cím"
+
+[message]
+other = "Üzenet"
+
+[emailRequiredNote]
+other = "E-mail cím megadása kötelező."
+
+[send]
+other = "Küldés"
+
+[taxonomyPageList]
+other = "Ezen a lapon a(z) {{ .Title }} kategóriába tartozó cikkeket találod"
+
+[pageTitle]
+other = "{{ .Name }} oldal"
\ No newline at end of file
diff --git a/i18n/id.toml b/i18n/id.toml
new file mode 100644
index 0000000..d041a1e
--- /dev/null
+++ b/i18n/id.toml
@@ -0,0 +1,49 @@
+[more]
+other = "Lagi"
+
+[allTitle]
+other = "Semua {{.Title }}"
+
+[recentTitle]
+other = "Terbaru {{.Title }}"
+
+[readMore]
+other = "Baca selengkapnya"
+
+[by]
+other = "Oleh"
+
+[whatsInThis]
+other = "Apa isinya? {{ .Type }}"
+
+[related]
+other = "Terkait"
+
+[yourName]
+other = "Nama Anda"
+
+[emailAddress]
+other = "Alamat Email"
+
+[message]
+other = "Pesan"
+
+[emailRequiredNote]
+other = "Alamat email diperlukan."
+
+[send]
+other = "Kirim"
+
+[taxonomyPageList]
+other = "Di bawah ini Anda akan menemukan halaman yang menggunakan istilah taksonomi “{{ .Title }}”"
+
+[readingTime]
+one = "Satu menit dibaca"
+other = "{{ .Count }} menit dibaca"
+
+[wordCount]
+one = "Satu kata"
+other = "{{ .Count }} kata"
+
+[pageTitle]
+other = "{{ .Name }} halaman"
diff --git a/i18n/it.toml b/i18n/it.toml
new file mode 100644
index 0000000..dbb1295
--- /dev/null
+++ b/i18n/it.toml
@@ -0,0 +1,41 @@
+[more]
+other = "Altro"
+
+[allTitle]
+other = "Tutti {{.Title }}"
+
+[recentTitle]
+other = "Recenti {{.Title }}"
+
+[readMore]
+other = "leggi di più"
+
+[by]
+other = "Da"
+
+[whatsInThis]
+other = "Cosa c'è in {{ .Type }}"
+
+[related]
+other = "Correlati"
+
+[yourName]
+other = "Il tuo nome"
+
+[emailAddress]
+other = "Indirizzo email"
+
+[message]
+other = "Messaggio"
+
+[emailRequiredNote]
+other = "Indirizzo email obbligatorio."
+
+[send]
+other = "Invia"
+
+[taxonomyPageList]
+other = "Di seguito troverai le pagine che utilizzano il termine “{{ .Title }}”"
+
+[pageTitle]
+other = "{{ .Name }} pagina"
\ No newline at end of file
diff --git a/i18n/ja.toml b/i18n/ja.toml
new file mode 100644
index 0000000..f0b86f3
--- /dev/null
+++ b/i18n/ja.toml
@@ -0,0 +1,46 @@
+[more]
+other = "他の記事も確認する"
+
+[allTitle]
+other = "全ての {{.Title }}"
+
+[recentTitle]
+other = "最近の {{.Title }}"
+
+[readMore]
+other = "もっと読む"
+
+[whatsInThis]
+other = "この記事の概要"
+
+[related]
+other = "関連"
+
+[yourName]
+other = "あなたの名前"
+
+[emailAddress]
+other = "Eメール"
+
+[message]
+other = "内容"
+
+[emailRequiredNote]
+other = "メールアドレスは必須です"
+
+[send]
+other = "送信する"
+
+[taxonomyPageList]
+other = "以下に、次の分類用語を使用するページがあります “{{ .Title }}”"
+
+[readingTime]
+one = "1 分で読めます"
+other = "{{ .Count }} 分で読めます"
+
+[wordCount]
+one = "1 文字"
+other = "{{ .Count }} 文字"
+
+[pageTitle]
+other = "{{ .Name }} ページ"
diff --git a/i18n/nl.toml b/i18n/nl.toml
new file mode 100644
index 0000000..eedeeeb
--- /dev/null
+++ b/i18n/nl.toml
@@ -0,0 +1,38 @@
+[more]
+other = "Meer"
+
+[allTitle]
+other = "Alle {{.Title }}"
+
+[recentTitle]
+other = "Recente {{.Title }}"
+
+[readMore]
+other = "meer lezen"
+
+[whatsInThis]
+other = "Inhoud van deze {{ .Type }}"
+
+[related]
+other = "Gerelateerd"
+
+[yourName]
+other = "Uw naam"
+
+[emailAddress]
+other = "E-mail adres"
+
+[message]
+other = "Boodschap"
+
+[emailRequiredNote]
+other = "Een e-mailadres is vereist."
+
+[send]
+other = "Stuur"
+
+[taxonomyPageList]
+other = "Below you will find pages that utilize the taxonomy term “{{ .Title }}”"
+
+[pageTitle]
+other = "{{ .Name }} pagina"
\ No newline at end of file
diff --git a/i18n/no.toml b/i18n/no.toml
new file mode 100644
index 0000000..c695c14
--- /dev/null
+++ b/i18n/no.toml
@@ -0,0 +1,41 @@
+[more]
+other = "Mer"
+
+[allTitle]
+other = "Alle {{.Title }}"
+
+[recentTitle]
+other = "Nyeste {{.Title }}"
+
+[readMore]
+other = "Les mer"
+
+[by]
+other = "Av"
+
+[whatsInThis]
+other = "Innhold av {{ .Type }}"
+
+[related]
+other = "Relaterte"
+
+[yourName]
+other = "Ditt navn"
+
+[emailAddress]
+other = "E-postadresse"
+
+[message]
+other = "Beskjed"
+
+[emailRequiredNote]
+other = "E-postadresse er påkrevd"
+
+[send]
+other = "Send"
+
+[taxonomyPageList]
+other = "Below you will find pages that utilize the taxonomy term “{{ .Title }}”"
+
+[pageTitle]
+other = "{{ .Name }} side"
diff --git a/i18n/pl.toml b/i18n/pl.toml
new file mode 100644
index 0000000..bc66277
--- /dev/null
+++ b/i18n/pl.toml
@@ -0,0 +1,49 @@
+[more]
+other = "Więcej"
+
+[allTitle]
+other = "Wszystkie {{.Title }}"
+
+[recentTitle]
+other = "Ostatnie {{.Title }}"
+
+[readMore]
+other = "czytaj całość"
+
+[by]
+other = "autor"
+
+[whatsInThis]
+other = "Co jest w tym {{ .Type }}"
+
+[related]
+other = "Powiązane"
+
+[yourName]
+other = "Twoje Imię"
+
+[emailAddress]
+other = "Adres Email"
+
+[message]
+other = "Wiadomość"
+
+[emailRequiredNote]
+other = "Adres email jest wymagany"
+
+[send]
+other = "Wyślij"
+
+[taxonomyPageList]
+other = "Poniżej znajdziesz strony należące do kategorii “{{ .Title }}”"
+
+[readingTime]
+one = "Jedna minuta czytania"
+other = "{{ .Count }} minut czytania"
+
+[wordCount]
+one = "Jedno słowo"
+other = "{{ .Count }} słów"
+
+[pageTitle]
+other = "{{ .Name }} strona"
diff --git a/i18n/pt.toml b/i18n/pt.toml
new file mode 100644
index 0000000..2e45736
--- /dev/null
+++ b/i18n/pt.toml
@@ -0,0 +1,41 @@
+[more]
+other = "Mais"
+
+[allTitle]
+other = "Todo o {{.Title }}"
+
+[recentTitle]
+other = "{{.Title }} Recentes"
+
+[readMore]
+other = "Leia mais"
+
+[by]
+other = "por"
+
+[whatsInThis]
+other = "O que há neste {{ .Type }}"
+
+[related]
+other = "Relacionado"
+
+[yourName]
+other = "O teu nome"
+
+[emailAddress]
+other = "Endereço de e-mail"
+
+[message]
+other = "Mensagem"
+
+[emailRequiredNote]
+other = "É necessário um endereço de e-mail."
+
+[send]
+other = "Enviar"
+
+[taxonomyPageList]
+other = "Abaixo você encontrará as páginas que utilizam o termo de taxonomia “{{ .Title }}”"
+
+[pageTitle]
+other = "{{ .Name }} página"
\ No newline at end of file
diff --git a/i18n/ru.toml b/i18n/ru.toml
new file mode 100644
index 0000000..28f33d1
--- /dev/null
+++ b/i18n/ru.toml
@@ -0,0 +1,38 @@
+[more]
+other = "Ещё"
+
+[allTitle]
+other = "Все {{.Title }}"
+
+[recentTitle]
+other = "Недавние {{.Title }}"
+
+[readMore]
+other = "читать дальше"
+
+[whatsInThis]
+other = "Содержание {{ .Type }}"
+
+[related]
+other = "Схожие"
+
+[yourName]
+other = "Ваше имя"
+
+[emailAddress]
+other = "Адрес электронной почты"
+
+[message]
+other = "Сообщение"
+
+[emailRequiredNote]
+other = "Требуется адрес электронной почты."
+
+[send]
+other = "Отправить"
+
+[taxonomyPageList]
+other = "Ниже вы найдете страницы, на которых используется термин таксономии “{{ .Title }}”"
+
+[pageTitle]
+other = "{{ .Name }} страница"
\ No newline at end of file
diff --git a/i18n/sv.toml b/i18n/sv.toml
new file mode 100644
index 0000000..34fe4ca
--- /dev/null
+++ b/i18n/sv.toml
@@ -0,0 +1,38 @@
+[more]
+other = "Mer"
+
+[allTitle]
+other = "Alla {{.Title }}"
+
+[recentTitle]
+other = "Senaste {{.Title }}"
+
+[readMore]
+other = "läs mer"
+
+[whatsInThis]
+other = "Innehåll i {{ .Type }}"
+
+[related]
+other = "Relaterad"
+
+[yourName]
+other = "Ditt namn"
+
+[emailAddress]
+other = "E-postadress"
+
+[message]
+other = "Meddelande"
+
+[emailRequiredNote]
+other = "En e-postadress krävs."
+
+[send]
+other = "Skicka"
+
+[taxonomyPageList]
+other = "Nedan hittar du alla sidor som är taggade “{{ .Title }}”"
+
+[pageTitle]
+other = "{{ .Name }} sida"
diff --git a/i18n/tr.toml b/i18n/tr.toml
new file mode 100644
index 0000000..0fd8cbc
--- /dev/null
+++ b/i18n/tr.toml
@@ -0,0 +1,38 @@
+[more]
+other = "Daha fazla"
+
+[allTitle]
+other = "Tüm {{.Title }}"
+
+[recentTitle]
+other = "Güncel {{.Title }}"
+
+[readMore]
+other = "daha fazla oku"
+
+[whatsInThis]
+other = "Bu {{ .Type }} ne içeriyor"
+
+[related]
+other = "İlişkili"
+
+[yourName]
+other = "İsminiz"
+
+[emailAddress]
+other = "E-posta Adresi"
+
+[message]
+other = "Mesaj"
+
+[emailRequiredNote]
+other = "E-posta adresi zorunludur."
+
+[send]
+other = "Gönder"
+
+[taxonomyPageList]
+other = "Aşağıda, “{{ .Title }}” sınıflandırma terimini kullanan sayfaları bulacaksınız."
+
+[pageTitle]
+other = "{{ .Name }} sayfa"
\ No newline at end of file
diff --git a/i18n/uk.toml b/i18n/uk.toml
new file mode 100644
index 0000000..116b27a
--- /dev/null
+++ b/i18n/uk.toml
@@ -0,0 +1,38 @@
+[more]
+other = "Ще"
+
+[allTitle]
+other = "Усі {{.Title }}"
+
+[recentTitle]
+other = "Нещодавні {{.Title }}"
+
+[readMore]
+other = "читати далі"
+
+[whatsInThis]
+other = "Зміст {{ .Type }}"
+
+[related]
+other = "Подібні"
+
+[yourName]
+other = "Ваше ім'я"
+
+[emailAddress]
+other = "Електронна пошта"
+
+[message]
+other = "Повідомлення"
+
+[emailRequiredNote]
+other = "Електронна пошта обов'язкова"
+
+[send]
+other = "Надіслати"
+
+[taxonomyPageList]
+other = "Below you will find pages that utilize the taxonomy term “{{ .Title }}”"
+
+[pageTitle]
+other = "{{ .Name }} сторінки"
\ No newline at end of file
diff --git a/i18n/zh-tw.toml b/i18n/zh-tw.toml
new file mode 100644
index 0000000..6becd5d
--- /dev/null
+++ b/i18n/zh-tw.toml
@@ -0,0 +1,38 @@
+[more]
+other = "更多"
+
+[allTitle]
+other = "所有 {{.Title }}"
+
+[recentTitle]
+other = "最近 {{.Title }}"
+
+[readMore]
+other = "繼續閱讀"
+
+[whatsInThis]
+other = "這個{{ .Type }}中有"
+
+[related]
+other = "相關內容"
+
+[yourName]
+other = "你的名字"
+
+[emailAddress]
+other = "Email"
+
+[message]
+other = "訊息"
+
+[emailRequiredNote]
+other = "必須填寫 Email"
+
+[send]
+other = "送出"
+
+[taxonomyPageList]
+other = "標籤為 “{{ .Title }}” 的頁面如下"
+
+[pageTitle]
+other = "{{ .Name }} 頁"
\ No newline at end of file
diff --git a/i18n/zh.toml b/i18n/zh.toml
new file mode 100644
index 0000000..ce4f66e
--- /dev/null
+++ b/i18n/zh.toml
@@ -0,0 +1,38 @@
+[more]
+other = "更多"
+
+[allTitle]
+other = "所有 {{.Title }}"
+
+[recentTitle]
+other = "最近 {{.Title }}"
+
+[readMore]
+other = "继续阅读"
+
+[whatsInThis]
+other = "这个{{ .Type }}中有"
+
+[related]
+other = "相关內容"
+
+[yourName]
+other = "你的名字"
+
+[emailAddress]
+other = "电邮地址"
+
+[message]
+other = "信息"
+
+[emailRequiredNote]
+other = "需要电子邮件地址。"
+
+[send]
+other = "发送"
+
+[taxonomyPageList]
+other = "标签为“{{ .Title }}”的页面如下"
+
+[pageTitle]
+other = "{{ .Name }} 页"
\ No newline at end of file
diff --git a/layouts/404.html b/layouts/404.html
index e69de29..c24a4fb 100644
--- a/layouts/404.html
+++ b/layouts/404.html
@@ -0,0 +1,20 @@
+
+
+ {{ partial "header.html" . }}
+
+
+ {{ partial "head.html" . }}
+
+
+
+
+ {{ i18n "pageNotFound" }}
+
+
+
+ {{ partial "footer.html" . }}
+
+
+
+
+
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index 3739a69..13967ad 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -6,7 +6,7 @@
{{ .Title }}
-
Posted on {{ dateFormat ":date_medium" .Date }}{{ if .Draft }} DRAFT {{ end }}
+
{{ i18n "publishedOn" }} {{ dateFormat ":date_medium" .Date }}{{ if .Draft }} DRAFT {{ end }}
{{ if isset .Params "tldr" }}
diff --git a/layouts/_default/term.html b/layouts/_default/term.html
index 7f31021..c7ae65b 100644
--- a/layouts/_default/term.html
+++ b/layouts/_default/term.html
@@ -1,6 +1,6 @@
{{ define "main" }}
{{ if isset .Data "Term" }}
-
Entries tagged - "{{ .Data.Term }}"
+
{{ i18n "EntriesTagged" }} - "{{ .Data.Term }}"
{{ else }}
All articles
{{ end }}
diff --git a/layouts/index.html b/layouts/index.html
index 7ff89eb..3d04c93 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -18,10 +18,11 @@
{{ template "partials/pagedescription.html" . }}
-
Read more ⟶
+
{{ i18n "more" }} ⟶
{{ end }}
- {{ template "partials/paginator.html" . }}
+
+ {{ template "_internal/pagination.html" . }}
{{ partial "footer.html" . }}
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index fd710f2..11fb999 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -10,8 +10,10 @@
{{- end -}}
{{ if not hugo.IsServer }}
diff --git a/layouts/partials/paginator.html b/layouts/partials/paginator.html
index 5acc06d..770e328 100644
--- a/layouts/partials/paginator.html
+++ b/layouts/partials/paginator.html
@@ -3,12 +3,12 @@
diff --git a/layouts/shortcodes/super.html b/layouts/shortcodes/super.html
new file mode 100644
index 0000000..f94b8e9
--- /dev/null
+++ b/layouts/shortcodes/super.html
@@ -0,0 +1 @@
+{{ .Get 0 | markdownify }}
\ No newline at end of file
diff --git a/static/fonts/montserrat-v29-latin-700.eot b/static/fonts/montserrat-v29-latin-700.eot
new file mode 100644
index 0000000..5fca947
Binary files /dev/null and b/static/fonts/montserrat-v29-latin-700.eot differ
diff --git a/static/fonts/montserrat-v29-latin-700.svg b/static/fonts/montserrat-v29-latin-700.svg
new file mode 100644
index 0000000..01d31ce
--- /dev/null
+++ b/static/fonts/montserrat-v29-latin-700.svg
@@ -0,0 +1,327 @@
+
+
+
diff --git a/static/fonts/montserrat-v29-latin-700.ttf b/static/fonts/montserrat-v29-latin-700.ttf
new file mode 100644
index 0000000..a396474
Binary files /dev/null and b/static/fonts/montserrat-v29-latin-700.ttf differ
diff --git a/static/fonts/montserrat-v29-latin-700.woff b/static/fonts/montserrat-v29-latin-700.woff
new file mode 100644
index 0000000..f7052da
Binary files /dev/null and b/static/fonts/montserrat-v29-latin-700.woff differ
diff --git a/static/fonts/montserrat-v29-latin-700.woff2 b/static/fonts/montserrat-v29-latin-700.woff2
new file mode 100644
index 0000000..1ea7099
Binary files /dev/null and b/static/fonts/montserrat-v29-latin-700.woff2 differ
diff --git a/static/fonts/montserrat-v29-latin-900.eot b/static/fonts/montserrat-v29-latin-900.eot
new file mode 100644
index 0000000..f552f28
Binary files /dev/null and b/static/fonts/montserrat-v29-latin-900.eot differ
diff --git a/static/fonts/montserrat-v29-latin-900.svg b/static/fonts/montserrat-v29-latin-900.svg
new file mode 100644
index 0000000..7f7b880
--- /dev/null
+++ b/static/fonts/montserrat-v29-latin-900.svg
@@ -0,0 +1,326 @@
+
+
+
diff --git a/static/fonts/montserrat-v29-latin-900.ttf b/static/fonts/montserrat-v29-latin-900.ttf
new file mode 100644
index 0000000..d87993a
Binary files /dev/null and b/static/fonts/montserrat-v29-latin-900.ttf differ
diff --git a/static/fonts/montserrat-v29-latin-900.woff b/static/fonts/montserrat-v29-latin-900.woff
new file mode 100644
index 0000000..f9857a4
Binary files /dev/null and b/static/fonts/montserrat-v29-latin-900.woff differ
diff --git a/static/fonts/montserrat-v29-latin-900.woff2 b/static/fonts/montserrat-v29-latin-900.woff2
new file mode 100644
index 0000000..d85b044
Binary files /dev/null and b/static/fonts/montserrat-v29-latin-900.woff2 differ
diff --git a/static/fonts/montserrat-v29-latin-regular.eot b/static/fonts/montserrat-v29-latin-regular.eot
new file mode 100644
index 0000000..34c5379
Binary files /dev/null and b/static/fonts/montserrat-v29-latin-regular.eot differ
diff --git a/static/fonts/montserrat-v29-latin-regular.svg b/static/fonts/montserrat-v29-latin-regular.svg
new file mode 100644
index 0000000..fd58fd5
--- /dev/null
+++ b/static/fonts/montserrat-v29-latin-regular.svg
@@ -0,0 +1,324 @@
+
+
+
diff --git a/static/fonts/montserrat-v29-latin-regular.ttf b/static/fonts/montserrat-v29-latin-regular.ttf
new file mode 100644
index 0000000..990e6b5
Binary files /dev/null and b/static/fonts/montserrat-v29-latin-regular.ttf differ
diff --git a/static/fonts/montserrat-v29-latin-regular.woff b/static/fonts/montserrat-v29-latin-regular.woff
new file mode 100644
index 0000000..f451ba5
Binary files /dev/null and b/static/fonts/montserrat-v29-latin-regular.woff differ
diff --git a/static/fonts/montserrat-v29-latin-regular.woff2 b/static/fonts/montserrat-v29-latin-regular.woff2
new file mode 100644
index 0000000..62950ac
Binary files /dev/null and b/static/fonts/montserrat-v29-latin-regular.woff2 differ