File tree 1 file changed +5
-1
lines changed
1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,8 @@ $ bundle exec jekyll serve . --incremental
22
22
$ docker run --rm -it -v "$PWD:/srv/jekyll" -p 4000:4000 jekyll/jekyll jekyll serve
23
23
```
24
24
25
- ### openssl error during bundle install?
25
+ ### Troubleshooting
26
+ #### openssl error during bundle install?
26
27
1 . brew info openssl
27
28
``` shell
28
29
$ brew info openssl
@@ -34,6 +35,9 @@ $ docker run --rm -it -v "$PWD:/srv/jekyll" -p 4000:4000 jekyll/jekyll jekyll se
34
35
```
35
36
2 . gem install eventmachine -v '<event-machine-version >' -- --with-cppflags=-I/opt/homebrew/opt/openssl@3/include
36
37
38
+ #### ` chown: _site: Read-only file system ` (when using docker run)
39
+ 1 . Try ` rm -rf .cache .jekyll-cache .sass-cache _site `
40
+
37
41
## 어떻게 글을 작성하는가
38
42
39
43
* jekyll 의 설정은 매우 방대해서 필요한 것을 하나씩 찾아보며 할 수밖에 없습니다.
You can’t perform that action at this time.
0 commit comments