No description
Find a file
2024-05-22 16:16:12 +02:00
img 1st draft finished 2023-10-06 13:16:52 +02:00
src rebranded to climate changers 2024-05-22 16:16:12 +02:00
.eleventy.js rebranded to climate changers 2024-05-22 16:16:12 +02:00
.gitignore ignore maps 2023-06-05 15:21:25 -04:00
netlify.toml initial commit 2023-06-14 13:57:46 -04:00
package-lock.json 1st draft finished 2023-10-06 13:16:52 +02:00
package.json 1st draft finished 2023-10-06 13:16:52 +02:00
README.md updated phone; image deletes? 2024-02-09 11:17:28 +01:00

Lucht

A homepage based on a mildly opinionated Eleventy starter project called Eleventonia.

Features

  • HTML Minification
  • CSS Pipline (SCSS > CleanCSS > Inline)
  • Eleventy Dev Server
  • Eleventy SVG Icon Sprites
  • Eleventy RSS
  • Date Formatting Filter
  • Post Excerpts

Getting Started

Navigate to the root folder of the site and run:

npm install

To run the development environment:

npm run dev

To build for production:

npm run build

Exports to /dist

For additional eleventy commands, visit the Eleventy command line usage page.

Editing Styles

Edit and amend as needed. The main Sass files are under the /assets folder.

Sass Folder Structure

src
  /assets
    /styles
      /scss
        /base
        /components
        /utility
        main.scss

The development environment watches for changes to the Sass files and pushes changes to main.css in the /includes folder. Eleventy then pushes the styles inline in the <head> of the base page template.

Prodution Build

At build time, all the html files are minified.

Thanks To