Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Eleventy #196

Open
hysryt opened this issue Mar 6, 2022 · 1 comment
Open

Eleventy #196

hysryt opened this issue Mar 6, 2022 · 1 comment

Comments

@hysryt
Copy link
Owner

hysryt commented Mar 6, 2022

https://www.11ty.dev/
シンプルな静的サイトジェネレーター

https://web.dev/https://www.netlify.com/ など有名どころで使われているらしい。

  • EJS (.ejs)
  • Mustache (.mustache)
  • Handlebars (.hbs)
  • Markdown (.md)
  • Haml (.haml)
  • Pug (formerly Jade, .pug)
  • Nunjucks (.njk)

などからHTMLを生成できる。

@hysryt
Copy link
Owner Author

hysryt commented Mar 6, 2022

試す

echo '# Page header' > README.md
npx @11ty/eleventy

_site というフォルダが新しく作られ、その中にHTMLが生成された。

ちなみに npx でインストールしたパッケージは ~/.npm/_npx にインストールされる模様。
一時的にインストールしているだけだと思うので気づいたら消えてるかもしれない。

簡易サーバーを起動させることも可能

npx @11ty/eleventy --serve

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant