summaryrefslogtreecommitdiff
path: root/pyssg.xyz/live/static/fork-awesome/src/doc/_includes/community/getting-support.html
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <david@luevano.xyz>2022-12-13 00:11:16 -0600
committerDavid Luevano Alvarado <david@luevano.xyz>2022-12-13 00:11:16 -0600
commitdb4b3736d4f45137a733ce5eb1e50aec968ca1d2 (patch)
treea68b12886c8fbf9952c19a4f3cc7f819a6913bfe /pyssg.xyz/live/static/fork-awesome/src/doc/_includes/community/getting-support.html
parentca643e729e585d4077c0e84de97a020d04bf551a (diff)
update pyssg.xyz site files
Diffstat (limited to 'pyssg.xyz/live/static/fork-awesome/src/doc/_includes/community/getting-support.html')
-rw-r--r--pyssg.xyz/live/static/fork-awesome/src/doc/_includes/community/getting-support.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/pyssg.xyz/live/static/fork-awesome/src/doc/_includes/community/getting-support.html b/pyssg.xyz/live/static/fork-awesome/src/doc/_includes/community/getting-support.html
new file mode 100644
index 0000000..c51cfcf
--- /dev/null
+++ b/pyssg.xyz/live/static/fork-awesome/src/doc/_includes/community/getting-support.html
@@ -0,0 +1,19 @@
+<div id="getting-support">
+ <h2 class="page-header">Getting Support</h2>
+ <p>
+ Having trouble getting {{ site.forkawesome.name }} up and running? Something not working the way you think it should?
+ </p>
+ <ol>
+ <li>
+ Make sure you've read the latest version of how to <a href="{{ page.relative_path }}get-started/">get started</a>.
+ </li>
+ <li>
+ Since {{ site.forkawesome.name }} is based on {{ site.fontawesome.name }}, check out the <a href="http://stackoverflow.com/questions/tagged/font-awesome">existing questions tagged as
+ Font Awesome</a> over on Stack Overflow. Other folks might have had the same question you've had.
+ </li>
+ <li>
+ Can't find the answer to your question on Stack Overflow?
+ <a href="http://stackoverflow.com/questions/ask?tags=fork-awesome">Ask a new question</a>, then.
+ </li>
+ </ol>
+</div>