Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jensgro/site-2023
Meine kleine private Seite
https://github.com/jensgro/site-2023
11ty css css-grid eleventy
Last synced: about 2 months ago
JSON representation
Meine kleine private Seite
- Host: GitHub
- URL: https://github.com/jensgro/site-2023
- Owner: jensgro
- Created: 2023-01-25T22:21:24.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-01T15:26:09.000Z (9 months ago)
- Last Synced: 2024-11-01T05:26:35.944Z (3 months ago)
- Topics: 11ty, css, css-grid, eleventy
- Language: SCSS
- Homepage: https://grochtdreis.de
- Size: 6.58 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Grochtdreis.de
Entwicklungsumgebung triggern:
`````
npm run dev
````CSS muss separat generiert werden:
`````
npm run css
````Inhalte generieren:
`````
npm run build
````Den Ordner mit denm generierten Inhalten löschen:
`````
npm run clean
````