forked from nodejh/hugo-theme-mini
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
17 changed files
with
229 additions
and
109 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
home: | ||
other: Home | ||
|
||
archive: | ||
other: Archive | ||
|
||
tags: | ||
other: Tags | ||
|
||
about: | ||
other: About | ||
|
||
subscribe: | ||
other: Subscribe | ||
|
||
404title: | ||
other: 404 - Page Not Found | ||
|
||
404subtitle: | ||
other: The content you're looking for doesn't seem to exist. | ||
|
||
readMore: | ||
other: Read more | ||
|
||
minuteRead: | ||
other: "{{ .ReadingTime }} minute read" | ||
|
||
publishDate: | ||
other: '{{ .PublishDate.Format "January 2, 2006" }}' | ||
|
||
publishDateFull: | ||
other: '{{ .PublishDate.Format "January 2, 2006" }}' | ||
|
||
wordCount: | ||
one: "{{ .WordCount }} word" | ||
other: "{{ .WordCount }} words" | ||
|
||
postsNewer: | ||
other: Newer posts | ||
|
||
postsOlder: | ||
other: Older posts | ||
|
||
poweredBy: | ||
other: >- | ||
Powered by <a href='http://www.gohugo.io/'>Hugo</a> Theme By <a | ||
href='https://github.com/nodejh/hugo-theme-cactus-plus'>nodejh</a> | ||
publishDateShort: | ||
other: '{{ .PublishDate.Format "January 2" }}' |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
home: | ||
other: Huis | ||
|
||
archive: | ||
other: Archief | ||
|
||
tags: | ||
other: Tags | ||
|
||
subscribe: | ||
other: Abonneren | ||
|
||
about: | ||
other: Over | ||
|
||
404title: | ||
other: 404 - Pagina Niet Gevonden | ||
|
||
404subtitle: | ||
other: 'De pagina waar u naar op zoek bent, lijkt niet te bestaan.' | ||
|
||
readMore: | ||
other: Lees meer | ||
|
||
minuteRead: | ||
other: "{{ .ReadingTime }} minuten leestijd" | ||
|
||
publishDate: | ||
other: >- | ||
{{ .PublishDate.Day }} {{ index $.Site.Data.months_nl (printf "%d" .PublishDate.Month) }} {{ .PublishDate.Year }} | ||
publishDateFull: | ||
other: >- | ||
{{ .PublishDate.Day }} {{ index $.Site.Data.months_nl (printf "%d" .PublishDate.Month) }} {{ .PublishDate.Year }} | ||
wordCount: | ||
one: "{{ .WordCount }} woord" | ||
other: "{{ .WordCount }} woorden" | ||
|
||
postsNewer: | ||
other: Nieuwere posts | ||
|
||
postsOlder: | ||
other: Oudere posts | ||
|
||
poweredBy: | ||
other: >- | ||
Gemaakt met <a href='http://www.gohugo.io/'>Hugo</a> Thema door <a | ||
href='https://github.com/nodejh/hugo-theme-cactus-plus'>nodejh</a> | ||
publishDateShort: | ||
other: >- | ||
{{ .PublishDate.Day }} {{ index $.Site.Data.months_nl (printf "%d" .PublishDate.Month) }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
home: | ||
other: 首页 | ||
|
||
archive: | ||
other: 归档 | ||
|
||
tags: | ||
other: 标签 | ||
|
||
subscribe: | ||
other: 订阅 | ||
|
||
about: | ||
other: 关于 | ||
|
||
404title: | ||
other: "404" | ||
|
||
404subtitle: | ||
other: 页面不存在 | ||
|
||
readMore: | ||
other: 更多内容 | ||
|
||
minuteRead: | ||
other: "{{ .ReadingTime }}分钟" | ||
|
||
publishDate: | ||
other: '{{ .PublishDate.Format "2006/01/02" }}' | ||
|
||
publishDateFull: | ||
other: '{{ .PublishDate.Format "2006年01月02日" }}' | ||
|
||
wordCount: | ||
one: "{{ .WordCount }}字" | ||
other: "{{ .WordCount }}字" | ||
|
||
postsNewer: | ||
other: 下一页 | ||
|
||
postsOlder: | ||
other: 上一页 | ||
|
||
poweredBy: | ||
other: >- | ||
Powered by <a href='http://www.gohugo.io/'>Hugo</a> Theme By <a | ||
href='https://github.com/nodejh/hugo-theme-cactus-plus'>nodejh</a> | ||
publishDateShort: | ||
other: '{{ .PublishDate.Format "01/02" }}' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.