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

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

Open
martinheidegger opened this issue Nov 9, 2018 · 0 comments
Open

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

martinheidegger opened this issue Nov 9, 2018 · 0 comments
Labels
🔥 話題になる これできたら SNS や SEO さらに NodeFest が話題になる。

Comments

@martinheidegger
Copy link
Contributor

martinheidegger commented Nov 9, 2018

(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
|   |...
@martinheidegger martinheidegger added the 🔥 話題になる これできたら SNS や SEO さらに NodeFest が話題になる。 label Nov 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔥 話題になる これできたら SNS や SEO さらに NodeFest が話題になる。
Projects
None yet
Development

No branches or pull requests

1 participant