Skip to content

Commit 855253c

Browse files
committed
Add script to create post draft from template
1 parent ada0d20 commit 855253c

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
layout: post
3+
title: "Adding dynamic theme to minima"
4+
categories: []
5+
tags: []
6+
author:
7+
excerpt:
8+
published: false
9+
---
10+
11+
Write your content here...
12+
13+
Update `_config.yml` to add
14+
```
15+
# theme: minima
16+
remote_theme: jekyll/minima
17+
18+
plugins:
19+
- jekyll-feed
20+
- jekyll-remote-theme
21+
22+
minima:
23+
skin: auto
24+
```
25+
26+
References:
27+
- https://stackoverflow.com/questions/68518590/does-minima-dark-skin-work-on-github-pages
28+

0 commit comments

Comments
 (0)