Skip to content

Commit d3b6255

Browse files
committed
GH refinements
1 parent 947f4a7 commit d3b6255

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

docs/_config.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
title: LinkedQL
22
description: SQL, evolved — A reactive, version-aware database client.
3-
theme: jekyll-theme-cayman # or jekyll-theme-slate
4-
markdown: GFM
5-
url: "https://linked-db.github.io"
6-
baseurl: "/linked-ql"
3+
remote_theme: pages-themes/[email protected] # or pages-themes/[email protected]
74
plugins:
5+
- jekyll-remote-theme
86
- jekyll-seo-tag
97
- jekyll-sitemap
8+
markdown: GFM
9+
url: "https://linked-db.github.io"
10+
baseurl: "/linked-ql"

docs/style.scss

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
---
22
---
33

4-
@import "{{ site.theme }}";
4+
/* When using remote_theme, import the theme by name, not {{ site.theme }} */
5+
@import "jekyll-theme-slate"; /* or: jekyll-theme-cayman */
56

6-
/* Force dark palette (works regardless of system setting) */
7+
/* Dark palette */
78
body { background:#0e0e0e; color:#d8d8d8; }
8-
h1,h2,h3,h4,h5,h6 { color:#f5f5f5; }
9+
h1,h2,h3,h4 { color:#f5f5f5; }
910
a { color:#7bb8ff; }
1011
code, pre { background:#1a1a1a; color:#eee; }
1112
details summary { color:#fff; font-weight:600; cursor:pointer; }

0 commit comments

Comments
 (0)