diff --git a/_config.md b/_config.md new file mode 100644 index 0000000..277b11e --- /dev/null +++ b/_config.md @@ -0,0 +1,9 @@ +All Libraries +============= + +To see all TypeScript libraries, go to +[typescriptlibs.org](https://typescriptlibs.org/). + + + + diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..a3ae92a --- /dev/null +++ b/_config.yml @@ -0,0 +1,38 @@ +# GitHub Pages config + +title: TypeScript Tester +description: TypeScript Tester +author: © TypeScriptLibs and Contributors +email: bug@typescriptlibs.org +github_username: typescriptlibs +rss: rss + +show_excerpts: false + +github: + private: true + +header_pages: + - SECURITY.md + - LICENSE.md + - _config.md + +include: + - LICENSE.md + - _config.md + +plugins: + - jekyll-feed + - jekyll-seo-tag + - jekyll-titles-from-headings + +theme: minima + +minima: + date_format: "%Y-%m-%d" + skin: classic + +titles_from_headings: + enabled: true + strip_title: true + collections: true diff --git a/package.json b/package.json index 19ac122..5dd0aea 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,8 @@ "files": [ "bin/", "lib/", - "LICENSE.txt", + "AUTHORS.md", + "LICENSE.md", "README.md" ], "peerDependencies": {