Andreas Dangel 236154100f [doc] Add possibility to override editme link location
If the page contains the variable "editmepath" in the yaml frontmatter,
this will be used instead of "page.path" (the actual markdown file).
This is useful, if the page is generated from another source.
2017-07-28 12:16:12 +02:00
..
2017-07-22 14:38:37 +02:00
2017-07-22 12:03:16 +02:00

PMD-New-Site

New Site For PMD Core Open Source Project

Site Theme

This site was built using the tomjohnson1492/documentation-theme-jekyll theme

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/

Build the site to see the instructions for using it. Or just go here: http://idratherbewriting.com/documentation-theme-jekyll/

Run bundle exec jekyll serve --watch to fire up Jekyll on local machine

Using Docker

One time: docker build --no-cache -t mydocs .

Now run the site with docker run --rm=true -v "$PWD:/src" -p 4005:4005 mydocs serve -H 0.0.0.0

Go to: http://localhost:4005/