Hi, I am moving my site to ghost at the moment. (I am new on ghost)
I installed ghost v2,2 to (casper default theme) on karikatur.tv domain.
I have decided multi language site. “tr”(defautl) and “en”.
I read all of tutorials and ghost forum. The solution was simple.
1- Create route for collections - ok
collections:
/:
permalink: /{slug}/
template: index
filter: 'tag:-en'
/en/:
permalink: /en/{slug}/
filter: 'tag:en'
-
Create “en” tag for post - ok
-
Copy index.hbs to en.hbs - ok
-
Restart ghost. ok
Tutorial says default.html has and it will change automaticly. But its not! Every page has still default lang code “tr” on http://karikatur.tv and http://karikatur.tv/en
- I tried Insert to en.hbs template still “tr”
- Tried copy default.hbs to default-en.hbs (with lang code “en” html tag) etc etc.
I am missing something bu what ? Thank you for your replies.
- Ghost 2.22,
- Ubuntu 18, - nginx,
Tried with crome, firefox,