feat(i18n): initial support for i18n

This commit is contained in:
Jimmy Cai
2020-09-09 17:17:09 +02:00
parent 98804e578d
commit ed4a43096c
8 changed files with 34 additions and 8 deletions
+1
View File
@@ -4,6 +4,7 @@ theme = "hugo-theme-stack"
paginate = 5
title = "Example Site"
disqusShortname = "hugo-theme-stack" # Change it to your Disqus shortname before using
DefaultContentLanguage = "en" # Theme i18n support
[permalinks]
post = "/p/:slug/"