-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
Setting Octopress
I've installed and configured Octopress as described at:
Installing octopress-multilingual
Then I've installed:
group :jekyll_plugins do
gem 'octopress-multilingual'
end
and I've run:
$ bundle
Setting octopress-multilingual
Finally I've been following the Indexes section but there are unexpected behaviours:
- at
http://localhost:4000/index.html- there are all posts in all languages in content area (that's right)
- there are all posts in all languages in recent post aside area (that's right)
- at
http://localhost:4000/index-it.html- there are not any posts in content area (that's wrong)
- there are all
itposts in recent post aside area (that's right)
- at
http://localhost:4000/en/index.html- there are not any posts in content area (that's wrong)
- there are all
enposts in recent post aside area (that's right)
Thanks,
Tarin
Metadata
Metadata
Assignees
Labels
No labels