You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Hier gibt es nur ein Sass- und Eleventy-Script für alles. Die Parameter werden erst im Start und Production Script gesetzt// Clever!"scripts": {"sass": "sass src/scss/global.scss:dist/css/global.css","eleventy": "npx @11ty/eleventy","start": "concurrently 'npm run eleventy -- --serve --quiet' 'npm run sass -- --watch'","production": "NODE_ENV=production npm run eleventy && npm run sass -- --style=compressed --no-source-map"}
Java to count number of vowels in a phrase from user input
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This short guides shows you how to setup a new skeleton Jekyll project, using the Jekyll CLI to generate the files for you.
This guide does not require Jekyll to be installed globally. Rather, it takes you through installing Jekyll in a new project that only has one file in it, then uses that project Jekyll to create all the Jekyll base files in the same directory.
Under Jekyll docs, you can see the Installation page. That provides links to install for each OS. These are covered in some detail here.
See also New under my Jekyll recipes for a few ways to set up a new Jekyll site.