File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33title : TypeScript Tester
44description : A simple testing tool to run and test TypeScript code.
5- author : © TypeScriptLibs and Contributors
6-
7- email : bug@typescriptlibs.org
8- github_username : typescriptlibs
9- rss : rss
5+ author :
6+ name : © TypeScriptLibs and Contributors
7+ email : bug@typescriptlibs.org
108
119github :
1210 private : true
@@ -31,11 +29,14 @@ plugins:
3129
3230show_excerpts : false
3331
34- remote_theme : jekyll/minima@c6e74bb
32+ remote_theme : jekyll/minima@2e9c7c0
3533
3634minima :
3735 date_format : " %Y-%m-%d"
3836 skin : auto
37+ social_links :
38+ - { platform: github, user_url: "https://github.com/typescriptlibs/" }
39+ - { platform: rss, user_url: "feed.xml" }
3940
4041titles_from_headings :
4142 enabled : true
Original file line number Diff line number Diff line change 1+ a ,
2+ a :visited {
3+ color : #609 ;
4+ }
5+
6+ .site-header {
7+ border-top-color : #609 ;
8+ }
9+
10+ .feed-subscribe {
11+ display : none ;
12+ }
13+
14+
15+ @media (prefers-color-scheme : dark ) {
16+
17+ a ,
18+ a :visited {
19+ color : #C9F ;
20+ }
21+
22+ .site-header {
23+ border-top-color : #C9F ;
24+ }
25+
26+ }
You can’t perform that action at this time.
0 commit comments