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:
Eryn Wells 2021-10-06 09:30:15 -07:00
parent 4c07ff675c
commit 32da44f045
4 changed files with 139 additions and 0 deletions

View file

@ -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'