Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jensgro/css-buddha
https://github.com/jensgro/css-buddha
11ty eleventy
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jensgro/css-buddha
- Owner: jensgro
- Created: 2021-02-17T22:05:19.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-07-14T15:42:12.000Z (7 months ago)
- Last Synced: 2024-10-17T01:01:23.972Z (4 months ago)
- Topics: 11ty, eleventy
- Language: SCSS
- Homepage:
- Size: 2.21 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CSS-Buddha
Artikel rund ums Frontend, hauptsächlich CSS.
Ursprünglich begann dieses Projekt auf der Basis des "11ty Sass Skeleton" von [@5t3ph](https://twitter.com/5t3ph). Aber dann fand ich die Methodik von [Jérôme Coupé](https://github.com/jeromecoupe) viel interessanter und habe das Repo aktualisiert und [nach seinen Ideen](https://www.webstoemp.com/blog/eleventy-projects-structure/) umgebaut.## Die Skripte
**`npm start`**
11ty wird mit Watchern auf Sass und Änderungen an HTML und den Templates auf localhost:8080 gestartet.
**`npm run build`**
Das Ergebnis dieses Tasks kann live gehen. Bei einem Hoster wie Netlify sollte dieser Task getriggert werden.
**`npm run clean`**
Die statische Ausgabe des Projektes wird gelöscht.