Skip to content

Commit ae53f0d

Browse files
committed
chore: Update _config.yml
1 parent b8c9310 commit ae53f0d

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

_config.yml

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ github_username: MichaelCurrin
1010
url: "https://michaelcurrin.github.io"
1111
baseurl: "/code-cookbook"
1212

13-
theme: minima
14-
1513
# TODO
1614
google_analytics:
1715

@@ -20,15 +18,6 @@ header_pages:
2018
- recipes/index.md
2119
- about.md
2220

23-
plugins:
24-
- jekyll-feed
25-
- jekyll-sitemap
26-
- jekyll-titles-from-headings
27-
- jekyll-optional-front-matter
28-
29-
titles_from_headings:
30-
strip_title: true
31-
3221
exclude:
3322
- docs/
3423
- vendor/
@@ -39,6 +28,16 @@ exclude:
3928
- Makefile
4029
- README.md
4130

31+
### Theme boilerplate
32+
33+
plugins:
34+
- jekyll-remote-theme
35+
36+
remote_theme: MichaelCurrin/minima
37+
38+
titles_from_headings:
39+
strip_title: true
40+
4241
defaults:
4342
- scope:
4443
path: ""

0 commit comments

Comments
 (0)