mirror of
https://github.com/welpo/tabi.git
synced 2026-06-14 07:17:34 +02:00
feat(series): reference the series in its pages
The reference is configurable from none to link to summary to something completely custom.
This commit is contained in:
parent
45705ed9c6
commit
e1bdb01b6a
10 changed files with 219 additions and 0 deletions
19
content/blog/series/02-series-pages-organization/index.md
Normal file
19
content/blog/series/02-series-pages-organization/index.md
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
+++
|
||||
title = "How to organise a series' pages"
|
||||
date = 2023-08-29
|
||||
description = "This second article focuses on how to organisation the pages of a series."
|
||||
|
||||
[taxonomies]
|
||||
tags = ["showcase", "tutorial"]
|
||||
|
||||
[extra]
|
||||
series_page_introduction = "summary"
|
||||
|
||||
+++
|
||||
|
||||
{{ admonition(type="warning", icon="warning", title="IMPORTANT", text="This article has been introduced retroactively to showcase series.") }}
|
||||
|
||||
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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue