Removed readme.txt file because Github made an update that makes it take precedence over the index.html file

This commit is contained in:
tomjohnson1492
2016-12-12 19:59:29 -08:00
parent 3a58266853
commit 771720c7aa
6 changed files with 41 additions and 21 deletions

View File

@ -1,19 +0,0 @@
## Jekyll Documentation theme
Build the site to see the instructions for using it. Or just go here: [http://idratherbewriting.com/documentation-theme-jekyll/](http://idratherbewriting.com/documentation-theme-jekyll/)
## Running the site in Docker
You can also use Docker to directly build and run the site on your local machine. Just clone the repo and run the following from your working dir:
```
docker build --no-cache -t mydocs .
```
Once the build is complete, you can mount and run the whole site as follows:
```
docker run -v "$PWD:/src" -p 4000:4000 mydocs serve -H 0.0.0.0
```
This is perhaps the easiest way to see how your site would actually look.