Skip to content

Doesn't create proper sitemaps for subsites in different languages (jekyll-multiple-languages-plugin) #309

@obrizan

Description

@obrizan

My Gemfile setup:

gem "jekyll", "~> 4.3.2"
gem 'jekyll-multiple-languages-plugin', "~> 1.7.0"
gem 'jekyll-sitemap', "1.4.0"

In _config.yml I put jekyll-sitemap after all other plugins:

plugins:
  - jekyll-feed
  - jekyll-multiple-languages-plugin
  - jekyll-sitemap

I use two additional subsites: Uk & Ru. In both I got sitemaps only for En (my default site).

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions