File tree Expand file tree Collapse file tree 1 file changed +1
-22
lines changed Expand file tree Collapse file tree 1 file changed +1
-22
lines changed Original file line number Diff line number Diff line change 1
- # Jekyll Doc Theme
2
-
3
- Go to [ the website] ( https://aksakalli.github.io/jekyll-doc-theme/ ) for detailed information and demo.
4
-
5
- ## Running locally
1
+ # Running locally
6
2
7
3
You need Ruby and gem before starting, then:
8
4
@@ -18,23 +14,6 @@ cd jekyll-doc-theme
18
14
bundle exec jekyll serve
19
15
```
20
16
21
- ## Docker
22
-
23
- Alternatively, you can deploy it using the multi-stage [ Dockerfile] ( Dockerfile )
24
- that serves files from Nginx for better performance in production.
25
-
26
- Build the image for your site's ` JEKYLL_BASEURL ` :
27
-
28
- ```
29
- docker build --build-arg JEKYLL_BASEURL="/" -t jekyll-doc-theme .
30
- ```
31
-
32
- and serve it:
33
-
34
- ```
35
- docker run -p 8080:80 jekyll-doc-theme
36
- ```
37
-
38
17
## License
39
18
40
19
Released under [ the MIT license] ( LICENSE ) .
You can’t perform that action at this time.
0 commit comments