Blog posts are meant to be shared. When sharing links, you’ll often see a preview on social media and instant messengers. But how does it work and how can you do it with Eleventy?| Sebin's Blog
While you can certainly host your image files with the Git repo your Eleventy site is checked into, or add them manually after building it, neither option is ideal if you want responsive images in multiple formats to save precious bandwidth.| Sebin's Blog
I recently felt like getting back into blogging. But setting up and maintaining WordPress felt like more than I was looking for. I was looking for something much simpler. Preferably file-based and with Markdown support. That was my introduction to Eleventy.| Sebin's Blog
Learn how I transitioned my Eleventy website from CommonJS to ESM.| S.Bistrović
Having your own website is great. You can use it to introduce yourself to the world, talk about your hobbies, show off your work achievements, promote causes you care about, and many other things. And you really can keep your site as simple as you want it to be. It is your website after all!...| stefanbohacek.com
If you you're making a website with Eleventy, Contentful, and Liquid templating, you can set up the live preview by following this article.| S.Bistrović
Eleventy Experiment: Salesforce User Directory This is a simple experiment to see if I can use Eleventy to generate a small user directory from a Salesforce SOQL query. Spoiler - it works! npm I’m using the JSForce library to connect to Salesforce and run a SOQL query to get a list of users. I’m then using Eleventy to generate a static site with the user data.| Jeff Sikes
Solving a problem I created| Miriam Eric Suzanne
My site got to thirteenth place on Eleventy Leaderboards with perfect Lighthouse scores.| S.Bistrović
Let's build a website and generate a PDF from the contents using basic CSS and a PDF generation API.| Space Ninja
How I added a simple audio preview to my recent Spotify tracks.| www.raymondcamden.com
Navigate to Repository > Settings > Secrets > New Repository Secret Set the name as SSH_PRIVATE_KEY Paste the contents of the key file 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 # .github/workflows/build.yaml name: Build and Deploy PROJECT_NAME on: push: branches: - main jobs: build: runs-on: ubuntu-latest strategy: matrix: node-version: [14.| Ishan Das Sharma
This week I made some enhancements to extracting and implementing Critical CSS on my website that runs on Eleventy. Let's delve into its workings and features.| S.Bistrović
In the last article, we learned what goes into planning for a community-driven site. We saw just how many considerations are needed to start accepting user| CSS-Tricks
Another example of front matter - signifying edits (both when and why)| www.raymondcamden.com
Last week I upgraded my Eleventy instance after using version 0.12.1 for over a year. I was determined to resolve and document all problems during the process.| S.Bistrović