Eleventy: Bug in Getting Started

Created on 20 Feb 2018  路  2Comments  路  Source: 11ty/eleventy

$ echo "<!doctype html><title>Page title</title>" > index.html
-bash: !doctype: event not found
documentation

Most helpful comment

You can use

echo '<!doctype html><title>Page title</title>' > index.html

instead.

I鈥檒l submit a pull request to fix it.

All 2 comments

You can use

echo '<!doctype html><title>Page title</title>' > index.html

instead.

I鈥檒l submit a pull request to fix it.

Thank you!

Was this page helpful?
0 / 5 - 0 ratings