-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
24 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,31 @@ | ||
# Microsoft Azure Fundamentals | ||
# 11ty Resources | ||
A list of getting started themes and resources for 11ty. | ||
|
||
## 11ty Themes | ||
- [11ty Themes](https://www.11tythemes.com/popular/free/) | ||
- [23 Best 11ty Themes](https://cloudcannon.com/blog/23-of-the-best-eleventy-themes-for-2023/) | ||
- [11ty Starter Themes](https://www.11ty.dev/docs/starter/) | ||
|
||
## 11ty Resources | ||
- [Learn Eleventy From Scratch](https://learneleventyfromscratch.com/) | ||
- [Learn Eleventy From Scratch](https://learneleventyfromscratch.com/) | ||
- [Adding Comments to Static Sites](https://darekkay.com/blog/static-site-comments/) | ||
- [Adding webmentions to my blog](https://sebastiandedeyne.com/adding-webmentions-to-my-blog/) | ||
- [No Comments adding Webmention to your site](https://codefoodpixels.com/blog/2021/03/15/no-comment-adding-webmentions-to-my-site/) | ||
- [Another Webmention 11ty Setup](https://chrisburnell.com/article/webmention-eleventy-setup/) | ||
- [Webmentions on 11ty blog](https://daily-dev-tips.com/posts/implementing-webmentions-on-a-11ty-blog/) | ||
- [So long Disqus, hello Webmention](https://nicolas-hoizey.com/articles/2017/07/27/so-long-disqus-hello-webmentions/) | ||
- https://coryd.dev/posts/2023/webmentions-in-eleventy/ | ||
- https://github.com/cdransf/coryd.dev/blob/2c64737f1fd97514f791178e59d07ad861370fbe/src/_data/webmentions.js | ||
- https://github.com/cdransf/coryd.dev/blob/2c64737f1fd97514f791178e59d07ad861370fbe/.env | ||
- https://drhayes.io/blog/webmentions-in-11ty/ | ||
- [Managing Secrets](https://github.com/11ty/eleventy/issues/782) | ||
|
||
## 11ty Receipes | ||
- [Tag and Post Count](https://www.markllobrera.com/posts/eleventy-tag-list-sorting-and-post-count/) | ||
|
||
## 11ty Webmention | ||
- [Client-side library for rendering webmentions from webmention.io](https://github.com/PlaidWeb/webmention.js) | ||
- [Adding Webmentions in Eleventy](https://equk.co.uk/2023/07/18/adding-webmentions-in-eleventy/) | ||
- [Tesing WebMentions](https://webmention.rocks/) | ||
- [WM Examples](https://indieweb.org/Webmention-developer#IndieWeb_Examples) | ||
- [Adding Webmentions to Your Site](https://rknight.me/blog/adding-webmentions-to-your-site/) |