-
" to create a separate slide page.
+
+|||
+
+~~~md
+
+Slide1
+
+---
+
+Slide2
+
+~~~
+
+---
+
+
+
+|||
+
+~~~
+content
+├── home
+│ ├── home1.md (weight: 1)
+│ └── home2.md (weight: 2)
+└── _index.md (initial page)
+~~~
+
+|||
+
+### Or not.
+
+You can combine and arrange files with the weight parameter in front matter, and categorize .md files into different folders.
+
+---
+
+
+## Slide Attributes
+
+Assign attributes to a slide by using the following notation.
+
+~~~
+---
+
+~~~
+
+~~~html
+
+~~~
+---
+
+
+### Assign class to elements
+
+note: ***depreciated*** with the introduction of [Hugo's native block attribute](https://gohugo.io/news/0.81.0-relnotes#attribute-lists-after-markdown-blocks)
+
+- {{< flexblock "Headers and Paragraphs" 6 >}}
+# - : .hClass -->HeaderParagraph
+~~~ +{{< /flexblock >}} + +- {{< flexblock "Lists" 6 >}} +- : .listClass -->++ +--- + + +|||v + +### **WebSlides is really easy** +Each parent"I feel guilty as a web designer when I have to use PowerPoint and Keynote. So I made #WebSlides."
+ +
<section>
in the #webslides element is an individual slide.
+{.text-intro}
+
+Code is clean, scalable, and well documented. It uses **intuitive markup** with popular naming conventions. There's no need to overuse classes or nesting. **Based on [SimpleSlides](https://github.com/jennschiffer/SimpleSlides), by [Jenn Schiffer](http://jennmoney.biz)** :)
+
+|||
+
+<article id="webslides"> + <!-- Slide 1 --> + <section> + <h1>Design for trust</h1> + </section> + <!-- Slide 2 --> + <section class="bg-primary"> + <div class="wrap"> + <h2>.wrap = container (width: 90%)</h2> + </div> + </section> +</article> ++ +--- + + +{{< div class="content-left" >}} +## WebSlides was made to inspire people. +{{< /div >}} + +{{< div class="content-left" >}} +There are excellent presentation tools out there. WebSlides is **an open source solution** for telling stories. Hypertext and beauty as narrative elements. +{{< /div >}} + +- {{< flexblock "→ Keyboard navigation" >}}with arrow keys.{{< /flexblock >}} +-
.bg-apple
](https://webslides.tv/demos/keynote.html)
+{.fadeInUp}
diff --git a/themes/.DS_Store b/themes/.DS_Store
new file mode 100644
index 0000000..5cfe10a
Binary files /dev/null and b/themes/.DS_Store differ
diff --git a/themes/hugo-webslides b/themes/hugo-webslides
new file mode 160000
index 0000000..86ef389
--- /dev/null
+++ b/themes/hugo-webslides
@@ -0,0 +1 @@
+Subproject commit 86ef38925f97e866ea491314d690bc4c57302b6a