π§μ€λ₯ λ°μ μν©
github.io λΈλ‘κ·Έμ κ²μλ¬Όμ μ¬λ¦¬κΈ° μ μ λ‘컬 νκ²½μμ ν μ€νΈ νκΈ° μν΄ μλμ κ°μ λͺ λ Ήμ΄λ₯Ό μ€νμμΌ°λ€.
1
bundle exec jekyll serve
νμ§λ§, μλμ κ°μ μ€λ₯λ₯Ό μΆλ ₯νλ€.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[!] There was an error parsing `Gemfile`:
[!] There was an error while loading `jekyll-theme-chirpy.gemspec`: invalid byte sequence in US-ASCII. Bundler cannot continue.
# from /Users/joonhyuk/workspace/Han-Joon-Hyeok.github.io/jekyll-theme-chirpy.gemspec:13
# -------------------------------------------
#
> spec.files = `git ls-files -z`.split("\x0").select { |f|
# f.match(%r!^((assets\/(css|img|js\/[a-z])|_(includes|layouts|sass|config|data|tabs|plugins))|README|LICENSE|index|feed|app|sw|404|robots)!i)
# -------------------------------------------
. Bundler cannot continue.
# from /Users/joonhyuk/workspace/Han-Joon-Hyeok.github.io/Gemfile:5
# -------------------------------------------
#
> gemspec
#
# -------------------------------------------
βμ€λ₯ λ°μ μμΈ
bundle
μ νλ‘κ·Έλ¨ μ€ν μ λ‘μΌμΌ(Locale)μ en-US
λ‘ ν΄μνλ€.
νμ§λ§ λ‘컬 νκ²½ λ³μμ λ‘μΌμΌμ΄ en-US
λ‘ μ€μ λμ΄ μμ§ μμλ€.
β μ€λ₯ ν΄κ²° λ°©λ²
μλμ λͺ λ Ήμ΄λ₯Ό ν°λ―Έλμ μ λ ₯νλ€.
1
export LC_CTYPE=en_US.UTF-8