From f797bb14f7413df2abac6326c6df769004e50aa1 Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado Date: Mon, 1 May 2023 09:35:25 -0600 Subject: small bugfix, add toc settings, update example site and delete unnecessary static assets --- .../static/fork-awesome/src/doc/_layouts/icon.html | 76 ---------------------- 1 file changed, 76 deletions(-) delete mode 100644 pyssg.xyz/live/static/fork-awesome/src/doc/_layouts/icon.html (limited to 'pyssg.xyz/live/static/fork-awesome/src/doc/_layouts/icon.html') diff --git a/pyssg.xyz/live/static/fork-awesome/src/doc/_layouts/icon.html b/pyssg.xyz/live/static/fork-awesome/src/doc/_layouts/icon.html deleted file mode 100644 index 30c4340..0000000 --- a/pyssg.xyz/live/static/fork-awesome/src/doc/_layouts/icon.html +++ /dev/null @@ -1,76 +0,0 @@ ---- -layout: base -title_suffix: Fork Awesome Icons -relative_path: ../../ ---- -
-
-
- - Example of {{ page.icon.id }} at 6x   - - - Example of {{ page.icon.id }} at 5x -    - - - Example of {{ page.icon.id }} at 4x -    - - - Example of {{ page.icon.id }} at 3x -    - - Example of {{ page.icon.id }} at 2x -   - - - Example of {{ page.icon.id }} -
-

- fa-{{ page.icon.id }} - - · - Unicode: {{ page.icon.unicode }} · - Created: v{{ page.icon.created }} · - Categories: - {% for category in page.icon.categories %} - {{ category }}{% unless forloop.last %},{% endunless %} - {% endfor %} - {% assign icon_alias_count = page.icon.aliases | size %} - {% if icon_alias_count > 0 %} - · Aliases: - {% for alias in page.icon.aliases %} - fa-{{ alias }}{% unless forloop.last %},{% endunless %} - {% endfor %} - {% endif %} - {% if page.icon.url %}· {{ page.icon.url }}{% endif %} - -

-
-
- -
-
-
-
-

After you get up and running, you can place {{ site.forkawesome.name }} icons just about anywhere with the <i> tag:

-
-
- Example of {{ page.icon.id }} fa-{{ page.icon.id }} -
-
-{% highlight html %} - -{% endhighlight %} -

- Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. -

- -
- Looking for more? Check out the examples. -
-
-
-
-
-- cgit v1.2.3-54-g00ecf