소스 검색

Use theme that supports dark mode

godalming123 3 년 전
부모
커밋
3cf50061b2
No account linked to committer's email
1개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. 4
    1
      _config.yml

+ 4
- 1
_config.yml 파일 보기

2
 description: GNU/Linux application to control backlights
2
 description: GNU/Linux application to control backlights
3
 google_analytics: 
3
 google_analytics: 
4
 show_downloads: true
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
 gems:
10
 gems:
8
   - jekyll-mentions
11
   - jekyll-mentions