Hugo go go go
Made a hugo setup from scratch to generate a static blog and portfolio webpage. The old stuff may still be found in static/old.
This commit is contained in:
13
i18n/en.toml
Normal file
13
i18n/en.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
[translations]
|
||||
other = 'Translations'
|
||||
[languages]
|
||||
other = 'Languages'
|
||||
|
||||
[readMore]
|
||||
other = 'Read More'
|
||||
|
||||
[wordCount]
|
||||
other = 'This article has {{ .WordCount }} words.'
|
||||
[readingTime]
|
||||
one = 'One minute to read.'
|
||||
other = '{{ .Count }} minutes to read.'
|
4
i18n/nl.toml
Normal file
4
i18n/nl.toml
Normal file
@@ -0,0 +1,4 @@
|
||||
[translations]
|
||||
other = 'Vertalingen'
|
||||
[languages]
|
||||
other = 'Talen'
|
13
i18n/no.toml
Normal file
13
i18n/no.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
[translations]
|
||||
other = 'Oversettelser'
|
||||
[languages]
|
||||
other = 'Språk'
|
||||
|
||||
[readMore]
|
||||
other = 'Les Mer'
|
||||
|
||||
[wordCount]
|
||||
other = 'Denne artikelen har {{ .WordCount }} ord.'
|
||||
[readingTime]
|
||||
other = '{{ .Count }} minutters lesetid.'
|
||||
one = 'Ett minutts lesetid.'
|
Reference in New Issue
Block a user