Skip to content

Commit 3f58994

Browse files
committed
Update GitHub pages
1 parent e965034 commit 3f58994

2 files changed

Lines changed: 33 additions & 6 deletions

File tree

_config.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,9 @@
22

33
title: TypeScript Tester
44
description: 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

119
github:
1210
private: true
@@ -31,11 +29,14 @@ plugins:
3129

3230
show_excerpts: false
3331

34-
remote_theme: jekyll/minima@c6e74bb
32+
remote_theme: jekyll/minima@2e9c7c0
3533

3634
minima:
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

4041
titles_from_headings:
4142
enabled: true

_sass/minima/custom-styles.scss

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
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+
}

0 commit comments

Comments
 (0)