From 4d005ffc902f814ca832eb1562dcac8850313728 Mon Sep 17 00:00:00 2001 From: Brian Delhaisse Date: Mon, 7 Oct 2019 15:43:04 +0200 Subject: [PATCH] update config and layouts --- _config.yml | 2 ++ _layouts/default.html | 49 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 51 insertions(+) create mode 100644 _layouts/default.html diff --git a/_config.yml b/_config.yml index 7660542..73b579f 100644 --- a/_config.yml +++ b/_config.yml @@ -1,3 +1,5 @@ theme: jekyll-theme-cayman title: PyRoboLearn description: A Python Framework for Robot Learning Practitioners +examples: https://github.com/robotlearn/pyrobolearn/tree/master/examples + \ No newline at end of file diff --git a/_layouts/default.html b/_layouts/default.html new file mode 100644 index 0000000..3c70474 --- /dev/null +++ b/_layouts/default.html @@ -0,0 +1,49 @@ + + + + + {% if site.google_analytics %} + + + {% endif %} + + +{% seo %} + + + + + + + Skip to the content. + + + +
+ {{ content }} + + +
+ +