Wildtrip Blog is a personal travel blog built with Eleventy (11ty) and Foundation 5.5.3, deployed to Netlify, that documents the owner's trips and serves as a working example of a static-site travel blog.
What is Wildtrip Blog?
Wildtrip Blog is a live personal travel blog available at https://wildtrip.blog, generated with the Eleventy (11ty) static site generator and styled with Foundation 5.5.3. It takes markdown content files and produces static HTML pages hosted on Netlify. The site is the personal project of its owner, who previously ran it on Posterous before migrating it to Jekyll and eventually to 11ty.
Key Features
- Eleventy (11ty) static generation — The site is built with 11ty, a lightweight static site generator, with content authored in plain files that compile to HTML.
- Foundation 5.5.3 styling — Uses the Foundation 5 front-end framework for layout and responsive components.
- Netlify deployment — Hosted on Netlify, with a status badge in the repository reflecting continuous deploys.
- Migration history — Previously hosted on Posterous and built with Jekyll, giving a concrete example of migrating a blog between platforms.
- Repository metadata topics — The GitHub repository is tagged with topics including 11ty, 11ty-blog, blog, cloudflare-pages, and travel-blog, and has 3 stars.
Who is it for?
- Travel bloggers — A ready-made reference for building a personal travel blog with a static site generator and deploying it to Netlify.
- Eleventy learners — A minimal example of an 11ty site, showing how to structure content and wire up the build.
- Developers researching Jekyll-to-11ty migrations — The public repository and structure illustrate moving from Jekyll to a modern static generator.
What can you do with Wildtrip Blog?
- Publish trip narratives — Write travel stories in markdown and have them compiled into static pages without a database or server-side runtime.
- Study a real-world 11ty setup — Inspect the repository to see how pages, layouts, and assets are organized in an 11ty project.
- Reuse the deployment pattern — Set up a Netlify site with a build command and status badge by following this repository's configuration.
How does Wildtrip Blog work?
Eleventy processes content files at build time, applies templates and layouts, and outputs a complete HTML site that Netlify serves. On each push to the repository, Netlify rebuilds and deploys the static files automatically.
Pros and cons
- Lightweight output — Static HTML means fast loading and easy scaling with no server-side rendering.
- Simple stack — Only 11ty and Foundation are required, keeping dependencies minimal.
- Limited to static content — Without a CMS backend, content editing requires editing files and committing changes.
FAQ
Is Wildtrip Blog free to use?
The source code is available on GitHub, and the blog itself is a personal project. The underlying tools, Eleventy and Netlify's free tier, are free to use.
What does Wildtrip Blog demonstrate?
It demonstrates how to build a personal travel blog with Eleventy, style it with Foundation, and deploy it to Netlify, including migrating an existing blog from Posterous and Jekyll.
Does Wildtrip Blog use a CMS?
No, the site appears to be content-as-code, with posts managed as files rather than through a CMS interface.





