Skip to content

Commit 966ad4e

Browse files
committed
Updated docs readme
1 parent e488678 commit 966ad4e

File tree

1 file changed

+1
-22
lines changed

1 file changed

+1
-22
lines changed

docs/README.md

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
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
62

73
You need Ruby and gem before starting, then:
84

@@ -18,23 +14,6 @@ cd jekyll-doc-theme
1814
bundle exec jekyll serve
1915
```
2016

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-
3817
## License
3918

4019
Released under [the MIT license](LICENSE).

0 commit comments

Comments
 (0)