diff --git a/source/screens/demo/index.liquid b/source/screens/demo/index.liquid new file mode 100644 index 0000000..0b7c221 --- /dev/null +++ b/source/screens/demo/index.liquid @@ -0,0 +1,78 @@ +--- +permalink: "/" +title: Index +tags: +- demoIndex +--- +{% assign pageBase = hippie.pageBase -%} +{% assign pageId = page.fileSlug -%} +{% assign pageClass = "h_full_view" -%} +{%- layout "hippie/full.liquid" %} + +{% block title %}Index{% endblock %} + +{% block body %} +
You can start using it by replacing this file with your own index page.
+To do this you need to create a file
+ /index.njk
+ inside the
+ source/screens
+ folder. You can also create a
+ data.json
+ file inside the
+ source/templates
+ folder as a data source for your nunjucks files.
For a very basic start you can make a copy of the demo page
+ blank.njk. You can find it at
+ /source/screens/demo.
The
+ source/demo
+ folder contains an overview of all HTML elements and also examples for CSS style combinations and even whole
+ page layouts.
Follow the white rabbit.
()()+
(..)
c(")(")
You can start using it by replacing this file with your own index page.
-To do this you need to create a file
- /index.njk
- inside the
- source/screens
- folder. You can also create a
- data.json
- file inside the
- source/templates
- folder as a data source for your nunjucks files.
For a very basic start you can make a copy of the demo page
- blank.njk. You can find it at
- /source/screens/demo.
The
- source/demo
- folder contains an overview of all HTML elements and also examples for CSS style combinations and even whole page layouts.
Follow the white rabbit.
()()-
(..)
c(")(")