From 7e49db5ddefe8c515b5f3931a5c701efaac33d91 Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado Date: Fri, 16 Dec 2022 17:45:03 -0600 Subject: change structure for new pyssg version --- static/fork-awesome/src/doc/_layouts/base.html | 56 ------------------- static/fork-awesome/src/doc/_layouts/icon.html | 76 -------------------------- 2 files changed, 132 deletions(-) delete mode 100644 static/fork-awesome/src/doc/_layouts/base.html delete mode 100644 static/fork-awesome/src/doc/_layouts/icon.html (limited to 'static/fork-awesome/src/doc/_layouts') diff --git a/static/fork-awesome/src/doc/_layouts/base.html b/static/fork-awesome/src/doc/_layouts/base.html deleted file mode 100644 index 62ee184..0000000 --- a/static/fork-awesome/src/doc/_layouts/base.html +++ /dev/null @@ -1,56 +0,0 @@ - - - - - - - - - - - - {% if page.title %}{{ page.title }}{% endif %} - - - - - - - - - - - - - - - - - - - - - - - -
- {% include navbar.html %} - - {{ content }} -
- {% include footer.html %} - - - - - - - - diff --git a/static/fork-awesome/src/doc/_layouts/icon.html b/static/fork-awesome/src/doc/_layouts/icon.html deleted file mode 100644 index 30c4340..0000000 --- a/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