Vertalingen
This commit is contained in:
parent
92adaa14c9
commit
a91c6a2623
4
.gitmodules
vendored
Normal file
4
.gitmodules
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
[submodule "themes/blowfish"]
|
||||
path = themes/blowfish
|
||||
url = https://github.com/nunocoracao/blowfish.git
|
||||
branch = main
|
@ -15,7 +15,7 @@ summaryLength = 0
|
||||
buildDrafts = false
|
||||
buildFuture = false
|
||||
|
||||
# googleAnalytics = "G-XXXXXXXXX"
|
||||
# googleAnalytics = "G-XXXXXXXXX"
|
||||
|
||||
[imaging]
|
||||
anchor = 'Center'
|
||||
|
@ -2,7 +2,7 @@ languageCode = "en"
|
||||
languageName = "English"
|
||||
displayName = "EN"
|
||||
isoCode = "en"
|
||||
weight = 1
|
||||
weight = 2
|
||||
rtl = false
|
||||
|
||||
title = "Blowfish"
|
||||
|
@ -6,19 +6,19 @@ weight = 1
|
||||
rtl = false
|
||||
|
||||
title = "Mans Ziesel"
|
||||
# logo = "img/blowfish_logo.png"
|
||||
description = "My awesome website"
|
||||
# logo = "img/logo.png"
|
||||
# description = "My awesome website"
|
||||
# copyright = "Copy, _right?_ :thinking_face:"
|
||||
|
||||
dateFormat = "2 January 2006"
|
||||
|
||||
[author]
|
||||
name = "Mans Ziesel"
|
||||
image = "img/Mans_Ziesel_Portrait.jpg"
|
||||
headline = "ICT'er en student bij ROC van Twente"
|
||||
bio = "A little bit about you"
|
||||
links = [
|
||||
{ email = "mailto:mans@mziesel.com" },
|
||||
# [author]
|
||||
# name = "Your name here"
|
||||
# image = "img/blowfish_logo.png"
|
||||
# headline = "I'm only human"
|
||||
# bio = "A little bit about you"
|
||||
# links = [
|
||||
# { email = "mailto:hello@your_domain.com" },
|
||||
# { link = "https://link-to-some-website.com/" },
|
||||
# { amazon = "https://www.amazon.com/hz/wishlist/ls/wishlist-id" },
|
||||
# { apple = "https://www.apple.com" },
|
||||
@ -30,7 +30,7 @@ dateFormat = "2 January 2006"
|
||||
# { facebook = "https://facebook.com/username" },
|
||||
# { flickr = "https://www.flickr.com/photos/username/" },
|
||||
# { foursquare = "https://foursquare.com/username" },
|
||||
{ github = "https://github.com/mansziesel" },
|
||||
# { github = "https://github.com/username" },
|
||||
# { gitlab = "https://gitlab.com/username" },
|
||||
# { google = "https://www.google.com/" },
|
||||
# { hashnode = "https://username.hashnode.dev" },
|
||||
@ -38,7 +38,7 @@ dateFormat = "2 January 2006"
|
||||
# { keybase = "https://keybase.io/username" },
|
||||
# { kickstarter = "https://www.kickstarter.com/profile/username" },
|
||||
# { lastfm = "https://lastfm.com/user/username" },
|
||||
{ linkedin = "https://linkedin.com/in/mansziesel" },
|
||||
# { linkedin = "https://linkedin.com/in/username" },
|
||||
# { mastodon = "https://mastodon.instance/@username" },
|
||||
# { medium = "https://medium.com/username" },
|
||||
# { microsoft = "https://www.microsoft.com/" },
|
||||
@ -60,4 +60,4 @@ dateFormat = "2 January 2006"
|
||||
# { whatsapp = "https://wa.me/phone-number" },
|
||||
# { youtube = "https://youtube.com/username" },
|
||||
# { ko-fi = "https://ko-fi.com/username" },
|
||||
]
|
||||
# ]
|
||||
|
@ -24,7 +24,7 @@ smartTOC = true
|
||||
smartTOCHideUnfocusedChildren = true
|
||||
|
||||
[header]
|
||||
layout = "basic" # valid options: basic, fixed, fixed-fill, fixed-fill-blur
|
||||
layout = "fixed-fill-blur" # valid options: basic, fixed, fixed-fill, fixed-fill-blur
|
||||
|
||||
[footer]
|
||||
showMenu = true
|
||||
|
70
i18n/nl.yaml
Normal file
70
i18n/nl.yaml
Normal file
@ -0,0 +1,70 @@
|
||||
global:
|
||||
language: "🇳🇱"
|
||||
|
||||
article:
|
||||
anchor_label: "Anker"
|
||||
date: "{{ .Date }}"
|
||||
date_updated: "Bijgewerkt: {{ .Date }}"
|
||||
draft: "Concept"
|
||||
edit_title: "Edit inhoud"
|
||||
reading_time:
|
||||
one: "{{ .Count }} minuut"
|
||||
other: "{{ .Count }} minuten"
|
||||
reading_time_title: "Leestijd"
|
||||
table_of_contents: "Inhoudsopgave"
|
||||
word_count:
|
||||
one: "{{ .Count }} woord"
|
||||
other: "{{ .Count }} woorden"
|
||||
views:
|
||||
one: "{{ .Count }} weergave"
|
||||
other: "{{ .Count }} weergaven"
|
||||
likes:
|
||||
one: "{{ .Count }} like"
|
||||
other: "{{ .Count }} likes"
|
||||
part_of_series: "Dit artikel is onderdeel van een serie."
|
||||
part: "Deel"
|
||||
this_article: "Dit artikel"
|
||||
|
||||
author:
|
||||
byline_title: "Auteur"
|
||||
|
||||
code:
|
||||
copy: "Kopiëren"
|
||||
copied: "Gekopieerd"
|
||||
|
||||
error:
|
||||
404_title: "Pagina niet gevonden :confused:"
|
||||
404_error: "Fout 404"
|
||||
404_description: "De pagina die je probeert te bezoeken lijkt niet te bestaan."
|
||||
|
||||
footer:
|
||||
dark_appearance: "Schakel over naar donker theme"
|
||||
light_appearance: "Schakel over naar licht thema"
|
||||
powered_by: "Aangedreven door {{ .Hugo }} & {{ .Theme }}"
|
||||
|
||||
list:
|
||||
externalurl_title: "Link naar externe site"
|
||||
no_articles: "Er zijn hier geen artikels om weer te geven."
|
||||
|
||||
nav:
|
||||
scroll_to_top_title: "Naar boven scrollen"
|
||||
skip_to_main: "Naam hoofdinhoud gaan"
|
||||
|
||||
search:
|
||||
open_button_title: "Zoeken (/)"
|
||||
close_button_title: "Sluiten (Esc)"
|
||||
input_placeholder: "Zoeken"
|
||||
|
||||
sharing:
|
||||
email: "Sturen via email"
|
||||
facebook: "Delen via Facebook"
|
||||
linkedin: "Delen via LinkedIn"
|
||||
pinterest: "Pin op Pinterest"
|
||||
reddit: "Plaats op Reddit"
|
||||
twitter: "Tweet op Twitter"
|
||||
|
||||
shortcode:
|
||||
recent_articles: "Recent"
|
||||
|
||||
recent:
|
||||
show_more: "Meer weergeven"
|
1
themes/blowfish
Submodule
1
themes/blowfish
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit c627ebdfac71b69d77b00a17f97471685d19d91b
|
Loading…
Reference in New Issue
Block a user