GitXplorerGitXplorer
s

JekyllDocs

public
0 stars
2 forks
0 issues

Commits

List of commits on branch master.
Unverified
f9214a0b6315886ab688813f3c625f036f69bbbf

corrected .gitignore

HHildiF committed 8 years ago
Unverified
62160b474b24aa9b8db8772f564762097cd2eccf

updated .gitignore

HHildiF committed 8 years ago
Unverified
6801956b7c6be82121deddcfced0b18574fb0f31

update to youtube.rb plugin

HHildiF committed 8 years ago
Unverified
9a3f7f88cf61daa777889b9736e44c07deef274f

remove_site

committed 8 years ago
Unverified
26929ee16423d5f95a949781b8b9dfe15dbc0a59

fix

committed 8 years ago
Unverified
c7e210eb4849bace49a1669b2848fcea9837ad95

new gitignore

HHildiF committed 8 years ago

README

The README file for this repository.

Jekyll Documentation theme

Build the site to see the instructions for using it. Or just go here: 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.