Skip to content

Commit

Permalink
Add GitHub Pages
Browse files Browse the repository at this point in the history
  • Loading branch information
sophiebremer committed Dec 6, 2022
1 parent 342ad96 commit 4eead2d
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 1 deletion.
9 changes: 9 additions & 0 deletions _config.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
All Libraries
=============

To see all TypeScript libraries, go to
[typescriptlibs.org](https://typescriptlibs.org/).



<script type="text/javascript">location.href="https://typescriptlibs.org/";</script>
38 changes: 38 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# GitHub Pages config

title: TypeScript Tester
description: TypeScript Tester
author: © TypeScriptLibs and Contributors
email: [email protected]
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
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
"files": [
"bin/",
"lib/",
"LICENSE.txt",
"AUTHORS.md",
"LICENSE.md",
"README.md"
],
"peerDependencies": {
Expand Down

0 comments on commit 4eead2d

Please sign in to comment.