(One HTML Page per speaker)
それぞれのスピーカーは自分の発表を SNS で公開したい時にはホームページが役に立ちません。全てのスピーカーのページが洗えば ogp タグなどを付けることができます。
The Homepage is not helpful if a speaker wants to share his presentation at NodeFest. It would be better if every speaker had his own html page with ogp tags to share.
speakers.json のデータを使って npm run build スクリプトで以下のような HTML ストラクチャーがでったらいいと思います。
With npm run build it should create following structure based on the speakers.json data.
|- speakers.html → redirect to: "speakers/"
|- speakers/
| |- index.html → speaker list; on speaker click -> <speaker.id>/index.html
| \- martinheidegger/
| \- index.html → martinheidegger profile
| |...
(One HTML Page per speaker)
それぞれのスピーカーは自分の発表を SNS で公開したい時にはホームページが役に立ちません。全てのスピーカーのページが洗えば ogp タグなどを付けることができます。
The Homepage is not helpful if a speaker wants to share his presentation at NodeFest. It would be better if every speaker had his own html page with ogp tags to share.
speakers.jsonのデータを使ってnpm run buildスクリプトで以下のような HTML ストラクチャーがでったらいいと思います。With
npm run buildit should create following structure based on the speakers.json data.