Skip to content

スピーカーごとの HTML ページ #155

Description

@martinheidegger

(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
|   |...

Metadata

Metadata

Assignees

No one assigned

    Labels

    🔥 話題になるこれできたら SNS や SEO さらに NodeFest が話題になる。

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions