Initial commit

This commit is contained in:
Nasir Anthony Montalvo
2025-11-13 14:48:58 -06:00
committed by GitHub
commit 526096840e
2349 changed files with 19464 additions and 0 deletions

14
assets/css/cb-icons.svg Normal file
View File

@@ -0,0 +1,14 @@
---
# CollectionBuilder-Icons
#
# This file prepares a central svg sprite file for use on all pages.
# Default icons can be over ridden in theme.yml,
# using icon names in Bootstrap Icons, https://icons.getbootstrap.com/
#
# Requires the cb_helpers.rb plugin!
---
<?xml version="1.0" encoding="utf-8"?><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
{%- for i in site.data.theme_icons -%}
{{ i[1].symbol }}
{%- endfor -%}
</svg>