From db4b3736d4f45137a733ce5eb1e50aec968ca1d2 Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado Date: Tue, 13 Dec 2022 00:11:16 -0600 Subject: update pyssg.xyz site files --- .../static/fork-awesome/src/doc/_layouts/base.html | 56 ++++++++++++++++ .../static/fork-awesome/src/doc/_layouts/icon.html | 76 ++++++++++++++++++++++ 2 files changed, 132 insertions(+) create mode 100644 pyssg.xyz/live/static/fork-awesome/src/doc/_layouts/base.html create mode 100644 pyssg.xyz/live/static/fork-awesome/src/doc/_layouts/icon.html (limited to 'pyssg.xyz/live/static/fork-awesome/src/doc/_layouts') diff --git a/pyssg.xyz/live/static/fork-awesome/src/doc/_layouts/base.html b/pyssg.xyz/live/static/fork-awesome/src/doc/_layouts/base.html new file mode 100644 index 0000000..62ee184 --- /dev/null +++ b/pyssg.xyz/live/static/fork-awesome/src/doc/_layouts/base.html @@ -0,0 +1,56 @@ + + + + + + + + + + + + {% if page.title %}{{ page.title }}{% endif %} + + + + + + + + + + + + + + + + + + + + + + + +
+ {% include navbar.html %} + + {{ content }} +
+ {% include footer.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 new file mode 100644 index 0000000..30c4340 --- /dev/null +++ b/pyssg.xyz/live/static/fork-awesome/src/doc/_layouts/icon.html @@ -0,0 +1,76 @@ +--- +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