We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8c9310 commit ae53f0dCopy full SHA for ae53f0d
_config.yml
@@ -10,8 +10,6 @@ github_username: MichaelCurrin
10
url: "https://michaelcurrin.github.io"
11
baseurl: "/code-cookbook"
12
13
-theme: minima
14
-
15
# TODO
16
google_analytics:
17
@@ -20,15 +18,6 @@ header_pages:
20
18
- recipes/index.md
21
19
- about.md
22
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
32
exclude:
33
- docs/
34
- vendor/
@@ -39,6 +28,16 @@ exclude:
39
- Makefile
40
- README.md
41
+### Theme boilerplate
+
+plugins:
+ - jekyll-remote-theme
35
36
+remote_theme: MichaelCurrin/minima
37
38
+titles_from_headings:
+ strip_title: true
42
defaults:
43
- scope:
44
path: ""
0 commit comments