-
Notifications
You must be signed in to change notification settings - Fork 179
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
base: master
Are you sure you want to change the base?
Commits on Oct 6, 2017
-
Adding localizable app and basic features
Marking feature as @wip since it's not working yet
Configuration menu - View commit details
-
Copy full SHA for c0d527e - Browse repository at this point
Copy the full SHA c0d527eView commit details -
page_articles is limited to scoped language
So that overview pages don't list articles from other languages
Configuration menu - View commit details
-
Copy full SHA for 26ea569 - Browse repository at this point
Copy the full SHA 26ea569View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 0b0960c - Browse repository at this point
Copy the full SHA 0b0960cView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 75630d6 - Browse repository at this point
Copy the full SHA 75630d6View commit details
Commits on Nov 13, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 4763eb6 - Browse repository at this point
Copy the full SHA 4763eb6View commit details -
Changing feature to use build instead of server
Since it was failing randomly with the server, but working properly when run in isolation.
Configuration menu - View commit details
-
Copy full SHA for 8edc8b4 - Browse repository at this point
Copy the full SHA 8edc8b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for f88cb15 - Browse repository at this point
Copy the full SHA f88cb15View commit details