diff options
Diffstat (limited to 'docs/_layouts/home.html')
-rw-r--r-- | docs/_layouts/home.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/_layouts/home.html b/docs/_layouts/home.html new file mode 100644 index 00000000..fe77b462 --- /dev/null +++ b/docs/_layouts/home.html @@ -0,0 +1,18 @@ +--- +# This file defines the main https://www.klipper3d.org/ page. +layout: default +--- +<p class="text-center">Welcome to the Klipper project!</p> + +<p class="text-center"><img src="img/klipper-logo.png"/></p> + +<p>Klipper is a 3d-Printer firmware. It combines the power of a general +purpose computer with one or more micro-controllers. See the +<a href="/Features.html">features</a> document for more information on why you +should use Klipper.</p> + +<p>To begin using Klipper start by <a href="/Installation.html">installing</a> it.</p> + +<p>Klipper is Free Software. Read the <a href="/Overview.html">documentation</a> or +view +<a href="https://github.com/KevinOConnor/klipper">the Klipper code on github</a>.</p> |