docs: Add logos to web page

Also, move docs/index.md to docs/_layouts/home.html.  Add a
docs/_layouts/README file.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
Kevin O'Connor
2019-04-18 22:28:01 -04:00
parent 85c01d4b6a
commit 57cf0759c0
6 changed files with 26 additions and 13 deletions

5
docs/_layouts/README Normal file
View File

@@ -0,0 +1,5 @@
This directory defines the https://www.klipper3d.org/ website. The
site is hosted using "github pages" (which uses Jekyll to
automatically convert the markdown files in the docs/ directory to
html). In addition to the files in this directory, the docs/CNAME and
docs/_config.yml file also control the website generation.