Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sunadarake/sculpincategorylistbundle
3rd party Sculpin Bundle that creates category list
https://github.com/sunadarake/sculpincategorylistbundle
sculpin sculpin-bundle
Last synced: 3 days ago
JSON representation
3rd party Sculpin Bundle that creates category list
- Host: GitHub
- URL: https://github.com/sunadarake/sculpincategorylistbundle
- Owner: sunadarake
- License: mit
- Created: 2021-03-11T11:11:09.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-03-13T08:30:55.000Z (over 3 years ago)
- Last Synced: 2024-04-22T18:11:41.180Z (7 months ago)
- Topics: sculpin, sculpin-bundle
- Language: PHP
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sculpin Category List Bundle
3rd party Sculpin Bundle that creates category list
## Setup
```
composer require sunadarake/sculpin-category-list-bundle
```
In your `app/SculpinKernel.php````php
category list
- {{ cat.name }} {{ cat.count }}
{% for cat in site.categories_list %}
{% endfor %}
```
or
```
tag list
- {{ tag.name }} {{ tag.count }}
{% for tag in site.tags_list %}
{% endfor %}
```