DEV Community

Hilton Meyer
Hilton Meyer

Posted on • Originally published at hiltonmeyer.com on

2

11ty Hosted on Netlify

Yesterday I wrote a long article on how to get my site built and deployed using Travis-CI. I learnt quite a bit in the process but it all actuality I could have had this up and running in no time using Netlify and skipped the whole cutomization steps to get everything playing nice. With the simple setup of the toml file as seen below I would have achieved the same result:

netlify.toml

[build]
  publish = "_site"
  command = "DEBUG=* eleventy"

So the modern tools don't actually need to be more complicated and time consuming to get up and running. The old saying of when you have a hammer everything is a nail still stands true. The trick is to try and fill your toolbox with tools that can help without causing you too much of a sore thumb in the process, excuse my abuse of the pun.

Sentry image

Hands-on debugging session: instrument, monitor, and fix

Join Lazar for a hands-on session where you’ll build it, break it, debug it, and fix it. You’ll set up Sentry, track errors, use Session Replay and Tracing, and leverage some good ol’ AI to find and fix issues fast.

RSVP here →

Top comments (0)

AWS Security LIVE!

Join us for AWS Security LIVE!

Discover the future of cloud security. Tune in live for trends, tips, and solutions from AWS and AWS Partners.

Learn More

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay