Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option localizable to separate blog articles per locale #355

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Oct 6, 2017

  1. Adding localizable app and basic features

    Marking feature as @wip since it's not working yet
    schmidt committed Oct 6, 2017
    Configuration menu
    Copy the full SHA
    c0d527e View commit details
    Browse the repository at this point in the history
  2. page_articles is limited to scoped language

    So that overview pages don't list articles from other languages
    schmidt committed Oct 6, 2017
    Configuration menu
    Copy the full SHA
    26ea569 View commit details
    Browse the repository at this point in the history
  3. Properly prefixes localizable article paths

    Following the configuration of middleman-i18n, blog articles are now prefixes with the proper locale. Articles in the default locale, when mount_at_root is used, remain unprefixed.
    
    This way we're mimicking the schema used for pages in the localizable folder in middleman-i18n enabled apps.
    schmidt committed Oct 6, 2017
    Configuration menu
    Copy the full SHA
    0b0960c View commit details
    Browse the repository at this point in the history
  4. tag and calendar pages scoped to a single language

    So that they don't list articles from other languages. Also prefixing the paths according to middleman-i18n configuration with proper locale prefix.
    schmidt committed Oct 6, 2017
    Configuration menu
    Copy the full SHA
    75630d6 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2017

  1. Configuration menu
    Copy the full SHA
    4763eb6 View commit details
    Browse the repository at this point in the history
  2. Changing feature to use build instead of server

    Since it was failing randomly with the server, but working properly when run in isolation.
    schmidt committed Nov 13, 2017
    Configuration menu
    Copy the full SHA
    8edc8b4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f88cb15 View commit details
    Browse the repository at this point in the history