File tree 5 files changed +16
-8
lines changed
5 files changed +16
-8
lines changed Original file line number Diff line number Diff line change 1
- _posts /
2
- assets /
3
- _docs /
4
- _includes /
1
+ /.git /
2
+ /_site /
3
+ /_posts /
4
+ /assets /
5
+ /_docs /
6
+ /_includes /
7
+ /.idea /
8
+ /* .iml
9
+ /README.md
Original file line number Diff line number Diff line change 36
36
<option name =" hostPath" value =" $PROJECT_DIR$/_includes/" />
37
37
<option name =" readOnly" value =" true" />
38
38
</DockerVolumeBindingImpl >
39
+ <DockerVolumeBindingImpl >
40
+ <option name =" containerPath" value =" /intellij-rust.github.io/_site" />
41
+ <option name =" hostPath" value =" $PROJECT_DIR$/_site/" />
42
+ </DockerVolumeBindingImpl >
39
43
</list >
40
44
</option >
41
45
</settings >
Original file line number Diff line number Diff line change @@ -5,10 +5,7 @@ RUN apt-get update && apt-get install -y build-essential
5
5
COPY . /intellij-rust.github.io
6
6
WORKDIR /intellij-rust.github.io
7
7
8
- RUN gem install github-pages jekyll jekyll-feed
9
- RUN bundle add webrick
10
- RUN bundle update
11
- RUN bundle install
8
+ RUN gem install github-pages jekyll jekyll-feed && bundle add webrick && bundle update && bundle install
12
9
13
10
EXPOSE 8080
14
11
Original file line number Diff line number Diff line change @@ -42,5 +42,6 @@ $ docker run \
42
42
-v $PWD /assets:/intellij-rust.github.io/assets \
43
43
-v $PWD /_docs:/intellij-rust.github.io/_docs \
44
44
-v $PWD /_includes:/intellij-rust.github.io/_includes \
45
+ -v $PWD /_site:/intellij-rust.github.io/_site \
45
46
-p 8080:8080 -it intellij-rust.github.io
46
47
```
Original file line number Diff line number Diff line change 9
9
title : IntelliJ Rust
10
10
email : " "
11
11
description : Open-source Rust plugin for IntelliJ-based IDEs
12
+ repository : intellij-rust/intellij-rust.github.io
12
13
13
14
collections :
14
15
docs :
You can’t perform that action at this time.
0 commit comments