Add jekyll-multiple-language-plugin and refactor strings into /_i18n
This commit is contained in:
parent
8887613e81
commit
a474bc61ed
10 changed files with 53 additions and 93 deletions
|
|
@ -6,6 +6,7 @@ url: "" # the base hostname & protocol for your site, e.g. http://example.com
|
|||
twitter_username: Butter App
|
||||
github_username: Butter App
|
||||
logo: "/assets/images/butter-app-logo-small.svg"
|
||||
languages: ['en', 'es'] # powered by jekyll-multiple-languages-plugin
|
||||
|
||||
# Build settings
|
||||
sass:
|
||||
|
|
@ -14,6 +15,7 @@ sass:
|
|||
|
||||
plugins:
|
||||
- jekyll-feed
|
||||
- jekyll-multiple-languages-plugin
|
||||
|
||||
# Exclude from processing.
|
||||
# The following items will not be processed, by default.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue