diff --git a/.gitignore b/.gitignore index dbc582721..64a6763ae 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ +docs/.jekyll-metadata docs/_site docs/Gemfile.lock diff --git a/docs/_config.yml b/docs/_config.yml index cefb59e27..6df0a76ca 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -1,2 +1,8 @@ title: abapGit Documentation keep_files: [explore.html, repos.json] +defaults: + - + scope: + path: "" # an empty string here means all files in the project + values: + layout: "default" \ No newline at end of file diff --git a/docs/_includes/footer.html b/docs/_includes/footer.html new file mode 100644 index 000000000..a56ca5332 --- /dev/null +++ b/docs/_includes/footer.html @@ -0,0 +1 @@ +footer \ No newline at end of file diff --git a/docs/_includes/head.html b/docs/_includes/head.html new file mode 100644 index 000000000..46270cc66 --- /dev/null +++ b/docs/_includes/head.html @@ -0,0 +1,3 @@ +
+ + \ No newline at end of file diff --git a/docs/_includes/header.html b/docs/_includes/header.html new file mode 100644 index 000000000..6a6dd105c --- /dev/null +++ b/docs/_includes/header.html @@ -0,0 +1 @@ +header \ No newline at end of file diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html new file mode 100644 index 000000000..b0d1f62d3 --- /dev/null +++ b/docs/_layouts/default.html @@ -0,0 +1,11 @@ + + +{% include head.html %} + +{% include header.html %} +