97 lines
3.4 KiB
Markdown
97 lines
3.4 KiB
Markdown
|
---
|
||
|
title: test
|
||
|
private: true
|
||
|
twig_first: true
|
||
|
cache_enable: false
|
||
|
visible: false
|
||
|
blog_url: /test
|
||
|
show_sidebar: true
|
||
|
show_breadcrumbs: true
|
||
|
show_pagination: true
|
||
|
creator: erreur32
|
||
|
---
|
||
|
|
||
|
{{ directorylisting }}
|
||
|
|
||
|
#### page time reading
|
||
|
<p>{{ page.content|readingtime }}</p>
|
||
|
|
||
|
[notice=warning] Danger Will Robinson! Danger, Will Robinson! [/notice]
|
||
|
<hr>
|
||
|
[fa icon=fa-php /]
|
||
|
[fa icon=fa-code /] [fa icon=fa-code /]
|
||
|
[fa icon=fa-quote-right /] [fa icon=fa-check-circle /] [fa icon=fa-terminal /]
|
||
|
[fa icon=fa-th-large /] [fa icon=fa-check /] [fa icon=fa-th /] [fa icon=fa-th-list /]
|
||
|
[fa icon=fa-signal /] [fa icon=fa-whmcs /] [fa icon=fa-wifi /] [fa icon=fa-rss /] [fa icon=fa-youtube /] [fa icon=fa-question /]
|
||
|
[fa icon=fa-window-restore /] [fa icon=fa-quote-left /] [fa icon=fa-windows /] [fa icon=fa-linux /] [fa icon=fa-code-branch /] [fa icon=fa-check-circle /]
|
||
|
[fa icon=fa-crosshairs /] [fa icon=fa-exclamation-triangle /]
|
||
|
[fa icon=fa-eye /]
|
||
|
[fa icon=fa-external-link-alt /] [fa icon=fa-file-alt /][fa icon=fa-file-code /] [fa icon=fa-code /][fa icon=fa-angle-left /][fa icon=fa-angle-right /]
|
||
|
|
||
|
<hr>
|
||
|
{% set twig_text = "This is [size=30]BBCODE bigger text[/size] and this is [color=green]green text[/color]" %} {{ twig_text|shortcodes }}
|
||
|
<pre><code>{% set twig_text = "This is [size=30]bigger text[/size] and this is [color=green]green text[/color]" %} {{ twig_text|shortcodes }} </code></pre>
|
||
|
<hr>
|
||
|
|
||
|
<pre><code>fsdfsdfsdf</code></pre>
|
||
|
<p><code> du codedw </code></p>
|
||
|
|
||
|
<hr>
|
||
|
|
||
|
### shortcodeMeta
|
||
|
|
||
|
<img src="_img/echosystem.png?cropResize=100,100&classes=left" width="165" height="165" />
|
||
|
|
||
|
[section name="author"]
|
||
|
![](_img/echosystem.png?cropResize=100,100&classes=left)
|
||
|
### Johnny Appleseed
|
||
|
Johnny Appleseed was an American pioneer nurseryman who introduced apple trees to large parts of Pennsylvania, Ontario, Ohio, Indiana, and Illinois, as well as the northern counties of present-day West Virginia. He became an American legend while still alive, due to his kind, generous ways, his leadership in conservation, and the symbolic importance he attributed to apples.
|
||
|
[/section]
|
||
|
[section name="quote"]
|
||
|
Some are born great, some achieve greatness, and some have greatness thrust upon them.
|
||
|
cite>William Shakespeare</cite>
|
||
|
|
||
|
Regular **Markdown** content that will be output as `page.content`
|
||
|
[/section]
|
||
|
|
||
|
<div id="article">
|
||
|
<p><code> Author blabla </code></p>
|
||
|
</div>
|
||
|
|
||
|
<hr>
|
||
|
<div id="article">
|
||
|
<img src="_img/echosystem.png?cropResize=80,80&classes=left" width="165" height="165" /><br>
|
||
|
</div>
|
||
|
|
||
|
<div class="tile">
|
||
|
<div class="tile-icon">
|
||
|
<div class="example-tile-icon">
|
||
|
<i class="icon icon-file centered"></i>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div class="tile-content">
|
||
|
<p class="tile-title">The Avengers</p>
|
||
|
<p class="tile-subtitle text-gray">Earth's Mightiest Heroes joined forces to take on threats that were too big for any one hero to tackle...</p>
|
||
|
</div>
|
||
|
<div class="tile-action">
|
||
|
<button class="btn btn-primary">Join</button>
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
|
||
|
<div class="tile tile-centered">
|
||
|
<div class="tile-icon">
|
||
|
<div class="example-tile-icon">
|
||
|
<i class="icon icon-file centered"></i>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div class="tile-content">
|
||
|
<div class="tile-title">spectre-docs.pdf</div>
|
||
|
<div class="tile-subtitle text-gray">14MB · Public · 1 Jan, 2017</div>
|
||
|
</div>
|
||
|
<div class="tile-action">
|
||
|
<button class="btn btn-link">
|
||
|
<i class="icon icon-more-vert"></i>
|
||
|
</button>
|
||
|
</div>
|
||
|
</div>
|