mirror of
https://git.adityakumar.xyz/hugo-theme-introduction.git
synced 2024-11-09 23:09:47 +00:00
27 lines
1,022 B
TOML
27 lines
1,022 B
TOML
[404_title]
|
|
other = "404"
|
|
[404_description]
|
|
other = "Oops! Either you've found a bug (in which case, [please tell me](mailto:{{ .Site.Params.email }})) or you're just making things up. This page doesn't exist!"
|
|
[index_avatarAlt]
|
|
other = "Mein Profil Bild"
|
|
[index_projects_allProjects]
|
|
other = "Alle Projekte"
|
|
[index_blog_latestPosts]
|
|
other = "Neuster Artikel"
|
|
[index_blog_allPosts]
|
|
other = "Alle Artikel"
|
|
[index_blog_readMore]
|
|
other = "Weiterlesen"
|
|
[index_currentTime]
|
|
other = "Meine lokale Zeit ist"
|
|
[nav_backToSection]
|
|
other = "Zurück zu {{ .Title }}"
|
|
[nav_main]
|
|
other = "Start"
|
|
[blog_readingTime]
|
|
one = "{{ .Count }} minute read"
|
|
other = "{{ .Count }} minutes read"
|
|
[blog_shareThis]
|
|
other = "Share this"
|
|
[footer_text]
|
|
other = "[Introduction](https://github.com/vickylai/hugo-theme-introduction/) theme for [Hugo](http://gohugo.io/). Made with [<i class=\"fa fa-heart\"></i> and <i class=\"fa fa-coffee\"></i>](https://vickylai.com) by open source contributors."
|