GitXplorerGitXplorer
s

JekyllDocs

public
0 stars
2 forks
0 issues

Commits

List of commits on branch master.
Unverified
306761e4e8d6a19fac1c808498c693b257094067

remove checked in versions of generated site

committed 8 years ago
Unverified
709f3e945a782eebda9fae26164021b3536fd947

Add readme

committed 8 years ago
Unverified
c19bfac21d18fc90b4c3681aa272fb7e799e4c58

Add readme

committed 8 years ago
Unverified
2b923824fc0374e6c345b76be52d433afd37b795

Add deploy and build scripts

committed 8 years ago
Unverified
c97f053f85e8b3f1243bc060da312c2973d03ca2

updated content, new images, change to sidebar

HHildiF committed 8 years ago
Unverified
0140d0b0520e25a7d1ccc9c1cfd478af1ad28e55

new content, consistent sidebars, news

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.