Skip to content

Commit 946b94c

Browse files
authored
Add command to generate static HTML from Markdown q
Added command for generating static HTML from Markdown files using Eleventy.
1 parent 11beb42 commit 946b94c

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

pages/bash/index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1339,6 +1339,11 @@ <h2>http server</h2>
13391339

13401340
# or with basicauth
13411341
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+
13421347
</script>
13431348

13441349
<h2>newline count</h2>

0 commit comments

Comments
 (0)