merge and docs

This commit is contained in:
despiegk
2023-07-13 15:05:42 +03:00
parent cb90b9ee5c
commit c9a1566801
5 changed files with 381 additions and 4 deletions

View File

@@ -61,7 +61,13 @@ paginate_by = 2
paginate_path = "blog-posts"
[[taxonomies]]
name = "categories"
name = "roles"
feed = true
paginate_by = 2
paginate_path = "blog-posts"
[[taxonomies]]
name = "tags"
feed = true
paginate_by = 2
paginate_path = "blog-posts"
@@ -69,3 +75,33 @@ paginate_path = "blog-posts"
[extra]
header_class = "customize"
footer_class = "customize"
[extra.taxonomies."roles"]
[extra.taxonomies."roles".Create]
icon_path = "images/icons/paint-brush-art-svgrepo-com.svg"
banner_path = "images/marius-masalar-unsplash.jpg"
title = "Create Ourworld"
description = "Become a part of a team of creators looking to shape our digital world"
[extra.taxonomies."roles".Develop]
icon_path = "images/icons/code-svgrepo-com.svg"
banner_path = "images/marius-masalar-unsplash.jpg"
title = "Develop Ourworld"
description = "Become a part of a team of developers building our digital world"
[extra.taxonomies."roles".Inspire]
icon_path = "images/icons/bar-svgrepo-com.svg"
banner_path = "images/marius-masalar-unsplash.jpg"
title = "Share Ourworld"
description = "Create communities and involve people in ourworld"
[extra.taxonomies."roles".Organize]
icon_path = "images/icons/form-svgrepo-com.svg"
banner_path = "images/marius-masalar-unsplash.jpg"
title = "Run Ourworld"
description = "Become a part of the organizational team at ourworld"