Add Spanish translation files for blog posts
Enable Spanish in the config. English will be under /. Spanish will be under /es.
This commit is contained in:
parent
4c07ff675c
commit
32da44f045
4 changed files with 139 additions and 0 deletions
|
@ -2,6 +2,13 @@ baseURL = 'https://erynwells.me/'
|
|||
languageCode = 'en-us'
|
||||
title = 'Erynwells.me'
|
||||
theme = 'paper'
|
||||
defaultContentLanguage = 'en'
|
||||
|
||||
[languages]
|
||||
[languages.en]
|
||||
weight = 1
|
||||
[languages.es]
|
||||
weight = 2
|
||||
|
||||
[author]
|
||||
name = 'Eryn Wells'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue