Skip to main content

Intro

Travelata was built on top of Eleventy static site generator. You will be able to automate a lot of manual work like:

  • Add/Change/Remove menu items from navigation bar
  • Live reload page on any changes in development mode
  • Handle changes on some reusable components and be sure to be applied on all pages
  • Data-driven - Make components and markup data-driven so that you don’t have a bunch of one-off copy-pasted HTML instances littered throughout your project.
  • You can create Pages or Posts by creating simple Markdown or HTML pages
  • With Front Matter Data you can easily add SEO or some custom data for your Pages or Posts

Eleventy was created to be a JavaScript alternative to Jekyll. It’s zero-config by default but has flexible configuration options. Eleventy works with your project’s existing directory structure. Eleventy is not a JavaScript framework—that means zero boilerplate client-side JavaScript.

Check more features and Get Started with this beautiful and super easy to use static site generator and forget about tools like Gulp or Webpack.