1
0
Fork
You've already forked website
0
forked from LiberaForms/website
No description
  • SCSS 31.8%
  • CSS 29.3%
  • JavaScript 23.4%
  • Nunjucks 15.2%
  • HTML 0.3%
2026年06月20日 10:50:37 +02:00
assets tweaks button group css 2026年06月20日 08:45:46 +02:00
brand updates pyramid 2026年06月20日 08:37:03 +02:00
LICENSES updates functionalities list 2026年03月28日 13:52:58 +01:00
locales translates spanish locale strings 2026年06月20日 09:09:34 +02:00
src removes eu lang option 2026年06月20日 10:50:37 +02:00
.eleventy.js changes favicon 2026年06月15日 12:18:56 +02:00
.eleventyignore first commit 2026年02月26日 12:56:49 +01:00
.gitignore gets i18n working 2026年02月26日 21:00:23 +01:00
.woodpecker.yml changes woodpecker conf 2026年06月20日 09:45:36 +02:00
package-lock.json asset versioning 2026年04月12日 12:23:50 +02:00
package.json asset versioning 2026年04月12日 12:23:50 +02:00
README.md first commit 2026年02月26日 12:56:49 +01:00

Eleventy Skeleton

Inspired by Possibly the Easiest Way to Run An SSG.

No dependencies. No plugins. No preprocessors. Just make a static website.

Out of the box Netlify deploys. Includes mini CSS reset by Eric Meyer.

Increase your power levels

  1. Add sass
  2. Add HTML templating
  3. Add JS transpilation/webkit
  4. Add favicons/device icons
  5. Add a sitemap
  6. Configure eleventy

Commands

These commands assume you're in a unix environment, but they should work anywhere npx/npm is available.

Develop

$ npx @11ty/eleventy --serve

Build

$ npx @11ty/eleventy

Netlify

First, enable your Eleventy Skeleton repo on Netlify's interface.

When prompted, clear the build and publish fields (that's what your netlify.toml is for). Then set your deploy branch (e.g., main).

Now each time you push to your deploy branch you'll also deploy your most recent changes. 🎉