korayguclu / documentation-theme-jekyll

A Jekyll-based theme designed for documentation and help systems. See the link for detailed instructions on setting up and configuring everything.

Home Page:http://idratherbewriting.com/documentation-theme-jekyll/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A Jekyll-based theme designed for documentation and help systems. See the link for detailed instructions on setting up and configuring everything.

http://idratherbewriting.com/documentation-theme-jekyll/


Languages

Language:CSS 55.9%Language:HTML 40.4%Language:JavaScript 1.9%Language:Ruby 1.3%Language:Shell 0.5%