Nice Page builder
Development is finished! Please use the successor gulp plugin.
開発を終了しました!後継の gulp プラグインをご利用ください。
Static site generator on Visual Studio Code extension.
VS Code エクステンションの静的サイトジェネレータです。
Overview 概要
- Generate html from template
- Separate common data shared by multiple pages into external files
- Site developers can freely add and call functions that return html strings
- Rewrite pages or add new pages based on aggregation of pages
- Rewrite pages or add new pages based on JSON files
- テンプレートからhtmlを生成します
- 複数のページで共有される共通データを外部ファイルに分ける
- サイト開発者が html 文字列を返す関数を自由に追加して呼ぶことができます
- ページの集計を元にしてページを書き換えたり新しいページを追加する
- JSONファイルを元にしてページを書き換えたり新しいページを追加する
settings.json example
{
"nicePageBuilder.tasks" : [{
"htmlRoot" : { "rootPath" : "source", "include" : "", "exclude" : "" },
"jsonList" : [
{ "path" : "jsons/comment.json", "name" : "comment" },
{ "path" : "jsons/tweet.json", "name" : "tweet" }
],
"output" : "R:/output"
}]
}
Links
Visual Studio Marketplace > Nice Page Builder
Enjoy!
| |