ソースを参照

Use theme that supports dark mode

godalming123 1 年間 前
コミット
3cf50061b2
コミット者のEメールアドレスに関連付けられたアカウントが存在しません
共有1 個のファイルを変更した4 個の追加1 個の削除を含む
  1. 4
    1
      _config.yml

+ 4
- 1
_config.yml ファイルの表示

@@ -2,7 +2,10 @@ title: Light
2 2
 description: GNU/Linux application to control backlights
3 3
 google_analytics: 
4 4
 show_downloads: true
5
-theme: jekyll-theme-minimal
5
+
6
+remote_theme: "godalming123/minimal"
7
+plugins:
8
+- jekyll-remote-theme # add this line to the plugins list if you already have one
6 9
 
7 10
 gems:
8 11
   - jekyll-mentions