mirror of
https://github.com/welpo/tabi.git
synced 2026-06-10 22:07:34 +02:00
28 lines
1.1 KiB
Markdown
28 lines
1.1 KiB
Markdown
+++
|
|
title = "How to deal with series"
|
|
template = "series.html"
|
|
sort_by = "slug"
|
|
|
|
description = "This series explains how to properly configure a series."
|
|
|
|
transparent = true
|
|
|
|
[extra]
|
|
series = true
|
|
quick_navigation_buttons = true
|
|
post_listing_index_reversed = false
|
|
|
|
series_page_introduction = "none"
|
|
|
|
series_page_introduction_placeholders = ["$POSITION", "$FOO", "$BAR"]
|
|
series_page_headline = "This article is the $POSITION of the series '$SERIES_HTML_LINK' ($FOO)"
|
|
series_page_description = """
|
|
<p>You can put whatever you want in a custom description.</p>
|
|
<p>All variable are accessibles, including custom ones.</p>
|
|
<hr>
|
|
"""
|
|
+++
|
|
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
|
|
Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
|
|
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
|
|
Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
|