-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
72 lines (64 loc) · 1.79 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
---
description: Jekyll outline plugin demo
layout: default
title: Front Page
---
<style>
#stuff {
background-color: #095e2e;
font-family: "Helvetica Neue", Helvetica, Arial, serif;
color: white;
padding-left: 1em;
}
</style>
<!-- #region Stuff: title & description Sorted By Order -->
<h2 id="stuff">Stuff: title & description Sorted By Order</h2>
{% outline attribution fields="<b> title </b> – <i> description </i>" stuff %}
0: A Topic 0..19
020: A Topic 20..39
040: A Topic 40..
{% endoutline %}
<!-- endregion -->
<!-- #region Stuff: title & description Sorted By Title -->
<h2 id="stuff">Stuff: title & description Sorted By Title</h2>
{% outline attribution sort_by_title fields="<b> title </b> – <i> description </i>" stuff %}
000: B Topic 0..19
020: B Topic 20..39
040: B Topic 40..
{% endoutline %}
<div style="display: none">
{% img align="right" id="outline_0"
src="/assets/images/porcelain_washbasin.webp"
size="eighthsize"
style="margin-top: 0"
wrapper_class="clear"
%}
{% img align="right" id="outline_20"
src="/assets/images/pipes.webp"
size="eighthsize"
style="margin-top: 0"
wrapper_class="clear"
%}
{% img
align="right"
class=''
id="outline_40"
src="/assets/images/libgit2.webp"
size="20%"
style="margin-top: 0; padding: 1em;"
wrapper_class="clear"
%}
</div>
<!-- endregion -->
<!-- #region Error: Invalid YAML -->
<h2 id="stuff">Error: Invalid YAML</h2>
<p>
The following should generate a <code>JekyllSupport::OutlineError</code> because there are missing colons.
</p>
{% outline attribution fields="<b> title </b> – <i> description </i>" stuff %}
0 A Topic 0..19
020 A Topic 20..39
040 A Topic 40..
{% endoutline %}
<!-- endregion -->
{% outline_js wrap_in_script_tag %}