Code Monkey home page Code Monkey logo

Comments (16)

nielsenramon avatar nielsenramon commented on July 28, 2024

@xjsXjtu did you name your files in Chinese? I never worked with GBK so I have no idea tbh :)

from chalk.

xjsXjtu avatar xjsXjtu commented on July 28, 2024

from chalk.

leegaox avatar leegaox commented on July 28, 2024

I have the same problem!

from chalk.

aboutyy avatar aboutyy commented on July 28, 2024

I have the same problem but I do not name my file path in Chinese. It locates the post.html file. What are other possibilities for the problem? Encoding problem?

from chalk.

nielsenramon avatar nielsenramon commented on July 28, 2024

@aboutyy can you share me your project please?

from chalk.

aboutyy avatar aboutyy commented on July 28, 2024

@nielsenramon I just cloned Chalk on my PC and did not change anything of it.
My platform is Win10. The error information are similar to the poster here and when I changed post.html to another one that works fine for me in other project, it is ok and the default.html file presents a similar problem.
so I was wondering if it is the cross-platform or encoding problem?

from chalk.

nielsenramon avatar nielsenramon commented on July 28, 2024

@aboutyy This could be a Windows thing. @leegaox @xjsXjtu did you guys also use Windows?

from chalk.

xjsXjtu avatar xjsXjtu commented on July 28, 2024

@nielsenramon ,yes. I am using Windows 7.

from chalk.

leegaox avatar leegaox commented on July 28, 2024

from chalk.

nielsenramon avatar nielsenramon commented on July 28, 2024

@leegaox @xjsXjtu @aboutyy Can any of you try to remove this line: https://github.com/nielsenramon/chalk/blob/master/_includes/head.html#L2 and see if you still have the same issue please?

from chalk.

aboutyy avatar aboutyy commented on July 28, 2024

I removed https://github.com/nielsenramon/chalk/blob/master/_includes/head.html#L2 but I still got the same problem. @nielsenramon

from chalk.

migueldemoura avatar migueldemoura commented on July 28, 2024

@aboutyy, @leegaox, @xjsXjtu can you try adding encoding: utf-8 to /_config.yml to see if it helps?
If not, run ruby -e 'puts Encoding::list.join("\n")' and ruby -v and put here the output of both.

from chalk.

lisanpeng avatar lisanpeng commented on July 28, 2024

I use Ubuntu and add utf-8 encoding to _config.yml. It doesn't work.
ruby version: 3.1p112 (2016-04-26) [x86_64-linux-gnu]
)'
ASCII-8BIT
UTF-8
US-ASCII
UTF-16BE
UTF-16LE
UTF-32BE
UTF-32LE
UTF-16
UTF-32
UTF8-MAC
EUC-JP
Windows-31J
Big5
Big5-HKSCS
Big5-UAO
CP949
Emacs-Mule
EUC-KR
EUC-TW
GB2312
GB18030
GBK
ISO-8859-1
ISO-8859-2
ISO-8859-3
ISO-8859-4
ISO-8859-5
ISO-8859-6
ISO-8859-7
ISO-8859-8
ISO-8859-9
ISO-8859-10
ISO-8859-11
ISO-8859-13
ISO-8859-14
ISO-8859-15
ISO-8859-16
KOI8-R
KOI8-U
Shift_JIS
Windows-1250
Windows-1251
Windows-1252
IBM437
IBM737
IBM775
CP850
IBM852
CP852
IBM855
CP855
IBM857
IBM860
IBM861
IBM862
IBM863
IBM864
IBM865
IBM866
IBM869
Windows-1258
GB1988
macCentEuro
macCroatian
macCyrillic
macGreek
macIceland
macRoman
macRomania
macThai
macTurkish
macUkraine
CP950
CP951
IBM037
stateless-ISO-2022-JP
eucJP-ms
CP51932
EUC-JIS-2004
GB12345
ISO-2022-JP
ISO-2022-JP-2
CP50220
CP50221
Windows-1256
Windows-1253
Windows-1255
Windows-1254
TIS-620
Windows-874
Windows-1257
MacJapanese
UTF-7
UTF8-DoCoMo
SJIS-DoCoMo
UTF8-KDDI
SJIS-KDDI
ISO-2022-JP-KDDI
stateless-ISO-2022-JP-KDDI
UTF8-SoftBank
SJIS-SoftBank

from chalk.

migueldemoura avatar migueldemoura commented on July 28, 2024

@lisanpeng, can you provide more info? What version of Ubuntu, and is the error message and stack trace the same as @xjsXjtu?

from chalk.

lisanpeng avatar lisanpeng commented on July 28, 2024

Ubuntu version: 16.04.2 LTS.
Please see the error message below:
Configuration file: /home/lsp/Documents/chalk-master/_config.yml
Source: /home/lsp/Documents/chalk-master
Destination: /home/lsp/Documents/chalk-master/_site
Incremental build: disabled. Enable with --incremental
Generating...
Error in _assets/stylesheets/light.scss:50 File to import not found or unreadable: ../yarn/fluidbox/src/css/_fluidbox.scss.
Load paths:
/home/lsp/Documents/chalk-master/_assets/css
/home/lsp/Documents/chalk-master/_assets/stylesheets
/home/lsp/Documents/chalk-master/_assets/images
/home/lsp/Documents/chalk-master/_assets/img
/home/lsp/Documents/chalk-master/_assets/fonts
/home/lsp/Documents/chalk-master/_assets/javascripts
/home/lsp/Documents/chalk-master/_assets/js
/home/lsp/Documents/chalk-master/_assets/yarn
Liquid Exception: File to import not found or unreadable: ../yarn/fluidbox/src/css/_fluidbox.scss. Load paths: /home/lsp/Documents/chalk-master/_assets/css /home/lsp/Documents/chalk-master/_assets/stylesheets /home/lsp/Documents/chalk-master/_assets/images /home/lsp/Documents/chalk-master/_assets/img /home/lsp/Documents/chalk-master/_assets/fonts /home/lsp/Documents/chalk-master/_assets/javascripts /home/lsp/Documents/chalk-master/_assets/js /home/lsp/Documents/chalk-master/_assets/yarn in /_layouts/post.html
jekyll 3.5.2 | Error: File to import not found or unreadable: ../yarn/fluidbox/src/css/_fluidbox.scss.
Load paths:
/home/lsp/Documents/chalk-master/_assets/css
/home/lsp/Documents/chalk-master/_assets/stylesheets
/home/lsp/Documents/chalk-master/_assets/images
/home/lsp/Documents/chalk-master/_assets/img
/home/lsp/Documents/chalk-master/_assets/fonts
/home/lsp/Documents/chalk-master/_assets/javascripts
/home/lsp/Documents/chalk-master/_assets/js
/home/lsp/Documents/chalk-master/_assets/yarn

from chalk.

migueldemoura avatar migueldemoura commented on July 28, 2024

File to import not found or unreadable: ../yarn/fluidbox/src/css/_fluidbox.scss

Did you run bin/setup?

from chalk.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.