-
-
Notifications
You must be signed in to change notification settings - Fork 10k
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
Empty _site generated when using utf-8 characters #503
Comments
That is really weird. Are you sure that P.S. I noticed that you declared the character set twice. You only need to declare it once ( |
Yes, I'm sure. I encountered this issue on a slightly bigger site, this is just a repro example. At first I was jus surprised that my site is not updating with new content (jekyll doesn't delete old P.S. Forgot to delete it from example (I didn't expect that to do anything, but I tried it anyway). |
If you delete the content in |
What I meant - I delete |
run with If message not clear try following: edit Gemfile gem "jekyll", :git => "git://github.com/stereobooster/jekyll.git" run
Also check: there is no BOM |
Here's the error message:
29th line in convertible.rb:
|
Again: check there is no BOM. Post your file. |
No BOM. I understand why you're suggesting it - I tried setting BOM (:set bomb with Vim) and deleting utf-8 character ('ū'), I get exactly the same error. |
One more idea. You set
Try locale which corresponds to this letter 'ū' |
That was not it, but thanks to you I found what I missed. I'm using zsh, which doesn't load Thanks and sorry for wasting everyone's valuable time. |
It's okay. I still love you. :D |
Just want to say that I had the exact same problem, and this thread was a big help. Thanks! :) |
Thanks for this issue I could make jekyll work in my zsh! |
Steps to reproduce:
1 Step one:
2 Create index.html with this content:
3 Create _config.yml with this content:
4 Create default.html in _layouts with this content:
5 Run:
6 Observe that _site is completely empty.
7 Delete 'Mozūras' from default layout. Repeat step 5 and find that this time _site is not empty.
I'm using:
I also added this to my ~/.profile:
GitHub Pages also failed to generate new version of my site when I added an utf-8 character.
What am I missing?
Thanks in advance for your help.
The text was updated successfully, but these errors were encountered: