add Steven Woodson
This commit is contained in:
parent
a0b47b5960
commit
afccabda4d
1 changed files with 16 additions and 12 deletions
28
readme.md
28
readme.md
|
|
@ -8,15 +8,15 @@ Easy to use Eleventy starter, based on the workflow suggested by Andy Bell's [bu
|
||||||
If you end up using this starter, feel free to send me a link, I'd love to see it!
|
If you end up using this starter, feel free to send me a link, I'd love to see it!
|
||||||
|
|
||||||
- [Eleventy Excellent](#eleventy-excellent)
|
- [Eleventy Excellent](#eleventy-excellent)
|
||||||
- [Preview](#preview)
|
- [Preview](#preview)
|
||||||
- [Features](#features)
|
- [Features](#features)
|
||||||
- [First steps](#first-steps)
|
- [First steps](#first-steps)
|
||||||
- [Development](#development)
|
- [Development](#development)
|
||||||
- [Install dependencies](#install-dependencies)
|
- [Install dependencies](#install-dependencies)
|
||||||
- [Working locally](#working-locally)
|
- [Working locally](#working-locally)
|
||||||
- [Creating a production build](#creating-a-production-build)
|
- [Creating a production build](#creating-a-production-build)
|
||||||
- [Built with Eleventy Excellent](#built-with-eleventy-excellent)
|
- [Built with Eleventy Excellent](#built-with-eleventy-excellent)
|
||||||
- [Credits and Thank yous](#credits-and-thank-yous)
|
- [Credits and Thank yous](#credits-and-thank-yous)
|
||||||
|
|
||||||
## Preview
|
## Preview
|
||||||
|
|
||||||
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue