A web site.
Find a file
2022-10-14 15:19:46 +02:00
config rename _assets to assets and keeping underscores for dev folders only 2022-10-14 09:59:05 +02:00
src various tests 2022-10-14 15:19:46 +02:00
.eleventy.js various tests 2022-10-14 15:00:52 +02:00
.eleventyignore first commit 2022-10-10 14:41:35 +02:00
.gitignore first commit 2022-10-10 14:41:35 +02:00
.prettierrc first commit 2022-10-10 14:41:35 +02:00
netlify.toml various tests 2022-10-14 15:00:52 +02:00
package-lock.json various tests 2022-10-14 15:00:52 +02:00
package.json various tests 2022-10-14 15:00:52 +02:00
postcss.config.js first commit 2022-10-10 14:41:35 +02:00
readme.md first commit 2022-10-10 14:41:35 +02:00
tailwind.config.js rename _assets to assets and keeping underscores for dev folders only 2022-10-14 09:59:05 +02:00

Eleventy starter

Very opiniated Eleventy starter based on the workflow suggested by Andy Bell's https://buildexcellentwebsit.es/.

Logbook

22-10-03

  • first commit. Updated

22-10-04

  • All markdown syntax set. Some tests with web components and webC.
  • TODO: dark mode

Using this

Install dependencies

npm install

Working locally

Starts watch tasks to compile when changes detected

npm start

Creating a production build

Minify JS, inline and minify CSS.

npm run build

Credits and Thank yous

Heydon Pickering

I strongly orientate myself on Heydon's approaches and love his books.

Andy Bell

His CSS methodology makes sense to me. I'm still working on understanding it fully and using it consistently. It also goes hand in hand with the Every Layout solutions he co-authors. An ardent opponent of the utility class framework Tailwind CSS. But has recently published an approach that incorporates Tailwind CSS into his methodology. This is built into my website and I'm working on tweaking it. I learned how to use Eleventy in 2020 with his (now free) course.

Zach Leatherman

He is developing Eleventy.

Stephanie Eckles

She provides a lot of resources for Eleventy and modern CSS.

Aleksandr Hovhannisyan

I love order and structure. Aleksandr Hovhannisyan does this in an exemplary way, which is why I based the structure of eleventy.js on his online resume and blog. Also, he writes great tutorials in his blog.

Josh Comeau

He created a fantastic CSS course that I am currently working through. Also, his in-depth tutorials are a great resource.