add Steven Woodson

This commit is contained in:
madrilene 2024-02-07 11:51:38 +01:00
parent a0b47b5960
commit afccabda4d

View file

@ -36,14 +36,14 @@ https://eleventy-excellent.netlify.app/
- 301 redirects for Netlify _([see blog post](https://eleventy-excellent.netlify.app/blog/post-with-301-redirects/))_ - 301 redirects for Netlify _([see blog post](https://eleventy-excellent.netlify.app/blog/post-with-301-redirects/))_
- Automatically generated Open Graph images for blog posts _([see blog post](https://eleventy-excellent.netlify.app/blog/open-graph-images/))_ - Automatically generated Open Graph images for blog posts _([see blog post](https://eleventy-excellent.netlify.app/blog/open-graph-images/))_
- How Tailwind CSS is used here _([see blog post](https://eleventy-excellent.netlify.app/blog/what-is-tailwind-css-doing-here/))_ - How Tailwind CSS is used here _([see blog post](https://eleventy-excellent.netlify.app/blog/what-is-tailwind-css-doing-here/))_
- SEO basics (XML-sitemap, metadata) - XML-sitemap
- dayjs handling dates & times - dayjs handling dates & times
- Bundling via esbuild - Bundling via esbuild
- RSS feed (now you can add more than one) - RSS feed (now you can add more than one)
- Links to services and social media profiles - Links to platforms and social media profiles
- Mastodon domain verification snippet - Mastodon domain verification snippet
- carbon.txt - to show that their digital infrastructure runs on green electricity - carbon.txt - to show that their digital infrastructure runs on green electricity
- dark and light mode based on user preference and custom toggle - Accessible dark and light mode based on user preference and custom toggle
- Tags in blog posts - Tags in blog posts
- Accessible blog pagination - Accessible blog pagination
- A styleguide™ - A styleguide™
@ -121,6 +121,10 @@ Also have a look at those codepens!
- https://ryanmulligan.dev/ - https://ryanmulligan.dev/
- https://codepen.io/hexagoncircle/ - https://codepen.io/hexagoncircle/
**Steven Woodson**
The style guide was inspired by a [great talk on the Eleventy Meetup](https://www.youtube.com/watch?v=3mhA2bH6q8s). Steven also wrote a [blog post](https://stevenwoodson.com/blog/eleventy-style-guide-generator-step-by-step-guide-adding-to-an-existing-site/) about that.
**Aleksandr Hovhannisyan** **Aleksandr Hovhannisyan**
Aleksandr seems to value a well-structured project just as much as I do. It was the repo from aleksandrhovhannisyan.com that inspired me to write the article [Organizing the Eleventy config file](https://www.lenesaile.com/en/blog/organizing-the-eleventy-config-file/). The 301 redirect solution I'm using is from Aleksandr's article. Aleksandr seems to value a well-structured project just as much as I do. It was the repo from aleksandrhovhannisyan.com that inspired me to write the article [Organizing the Eleventy config file](https://www.lenesaile.com/en/blog/organizing-the-eleventy-config-file/). The 301 redirect solution I'm using is from Aleksandr's article.