Skip to content

Commit 00c52d4

Browse files
committed
refactor(blox): rename collection -> content-collection
1 parent f019cba commit 00c52d4

6 files changed

Lines changed: 15 additions & 13 deletions

File tree

β€Žmodules/blox/blox/collection/manifest.jsonβ€Ž

Lines changed: 0 additions & 13 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"id": "content-collection",
3+
"name": "Content Collection",
4+
"version": "1.1.0",
5+
"license": "MIT",
6+
"category": "content",
7+
"tags": ["content-collection", "collection", "blog", "publications", "projects", "events", "docs", "filter", "sort", "archive", "cms"],
8+
"description": "Dynamic block: query, filter, sort, paginate, and render any markdown content type (blog posts, publications, projects, events, docs, …) with selectable views",
9+
"author": "Hugo Blox",
10+
"homepage": "https://hugoblox.com/blocks/",
11+
"repository": "https://github.com/HugoBlox/kit",
12+
"keywords": ["hugo", "static-site", "content", "collection", "cms", "blog", "publications", "filtering"]
13+
}
File renamed without changes.

β€Žmodules/blox/data/blox_aliases.yamlβ€Ž

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,5 @@ renames:
1515
new: help-categories
1616
- old: trending-questions
1717
new: help-questions
18+
- old: collection
19+
new: content-collection

0 commit comments

Comments
Β (0)