Add jekyll-simple-i18n plugin with example
Adds in support for https://github.com/signalapp/jekyll-simple-i18n. The plugin did not work with the github-pages gem, so github-pages was switched with jekyll (which is what the current i18n branch does anyway).
This commit is contained in:
@ -7,7 +7,8 @@ sass:
|
||||
style: compressed
|
||||
plugins:
|
||||
- jekyll-sitemap
|
||||
plugins_dir: "./_plugins"
|
||||
sitemap:
|
||||
file: "/sitemap.xml"
|
||||
include: [".well-known"]
|
||||
exclude: ["font", "vendor"]
|
||||
exclude: ["font", "vendor","weblate-source-file.yml"]
|
||||
|
Reference in New Issue
Block a user