We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11beb42 commit 946b94cCopy full SHA for 946b94c
1 file changed
pages/bash/index.html
@@ -1339,6 +1339,11 @@ <h2>http server</h2>
1339
1340
# or with basicauth
1341
npx http-server -S -C cert.pem -K key.pem --gzip --username user --password please
1342
+
1343
+ # generate statics - process *.md files to *.html
1344
+ npx @11ty/eleventy --serve
1345
+ # from: https://www.11ty.dev/
1346
1347
</script>
1348
1349
<h2>newline count</h2>
0 commit comments