Skip to content

Commit

Permalink
misc(serie): small demo of the feature
Browse files Browse the repository at this point in the history
  • Loading branch information
ZzMzaw committed Jul 26, 2024
1 parent 093b914 commit 152adf5
Show file tree
Hide file tree
Showing 4 changed files with 60 additions and 0 deletions.
17 changes: 17 additions & 0 deletions content/blog/serie/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
+++
title = "How to deal with series"
template = "serie.html"
sort_by = "date"

description = "This serie is about demoing how does serie works."

transparent = true

[extra]
serie = true
serie_page_description = "full"
+++
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.
14 changes: 14 additions & 0 deletions content/blog/serie/first-serie-post/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
+++
title = "First article of the serie"
date = 2023-08-01
description = "This is the first article of the serie."

[taxonomies]
tags = ["showcase", "tutorial", "FAQ"]

[extra]
+++
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.
15 changes: 15 additions & 0 deletions content/blog/serie/second-serie-post/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
+++
title = "Second article of the serie"
date = 2023-09-15
description = "This is the second article of the serie."

[taxonomies]
tags = ["showcase", "tutorial", "FAQ"]

[extra]
serie_page_description = "none"
+++
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.
14 changes: 14 additions & 0 deletions content/blog/serie/third-serie-post/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
+++
title = "Third article of the serie"
date = 2024-07-28
description = "This is the third article of the serie."

[taxonomies]
tags = ["showcase", "tutorial", "FAQ"]

[extra]
+++
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.

0 comments on commit 152adf5

Please sign in to comment.