first commit

This commit is contained in:
OniriCorpe 2024-06-20 04:55:27 +02:00
commit 8298c15349
93 changed files with 2886 additions and 0 deletions

7
content/art/_index.en.md Normal file
View file

@ -0,0 +1,7 @@
+++
title = "Art"
template = "meta-section.html"
[extra]
sections = ["art/numérique", "art/photographie", "art/autre"]
+++

8
content/art/_index.md Normal file
View file

@ -0,0 +1,8 @@
+++
title = "Art"
template = "meta-section.html"
[extra]
sections = ["art/numérique", "art/photographie", "art/autre"]
+++
TODO : <https://www.getzola.org/documentation/content/image-processing/#creating-picture-galleries>

View file

@ -0,0 +1,7 @@
+++
title = "Other art"
template = "section.html"
page_template = "blog-page.html"
sort_by = "date"
+++

View file

@ -0,0 +1,7 @@
+++
title = "Art autre"
template = "section.html"
page_template = "blog-page.html"
sort_by = "date"
+++

View file

@ -0,0 +1,6 @@
+++
title = "Digital drawing"
template = "section.html"
page_template = "blog-page.html"
sort_by = "date"
+++

View file

@ -0,0 +1,6 @@
+++
title = "Dessin numérique"
template = "section.html"
page_template = "blog-page.html"
sort_by = "date"
+++

View file

@ -0,0 +1,6 @@
+++
title = "Photography"
template = "section.html"
page_template = "blog-page.html"
sort_by = "date"
+++

View file

@ -0,0 +1,6 @@
+++
title = "Photographie"
template = "section.html"
page_template = "blog-page.html"
sort_by = "date"
+++