From 5119891aa73c430eb71641bf473e74912c54c965 Mon Sep 17 00:00:00 2001 From: dyorgio <> Date: Wed, 23 May 2018 10:55:19 -0300 Subject: [PATCH] Included docs folder and Jekyll config (github pages). --- docs/_config.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 docs/_config.yml diff --git a/docs/_config.yml b/docs/_config.yml new file mode 100644 index 0000000..889afb8 --- /dev/null +++ b/docs/_config.yml @@ -0,0 +1,5 @@ +title: JInput +description: Library for access to input devices. +show_downloads: true +google_analytics: +theme: jekyll-theme-cayman \ No newline at end of file