Skip to content

Commit 8bf8a6a

Browse files
author
Steven Flanders
committed
2 parents 68a528a + d323c21 commit 8bf8a6a

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.config.yml

-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ exclude:
2525
- Gemfile
2626
- Gemfile.lock
2727
- 'manifest.json'
28-
- 'package.sh'
2928
- 'serve.sh'
3029
- 'tmp'
3130
# markdown_ext: "markdown,mkdown,mkdn,mkd,md"

.gitattributes

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
_config.yml export-ignore
44
.gitattributes export-ignore
55
.gitignore export-ignore
6-
package.sh export-ignore
6+
# package.sh export-ignore
77
serve.sh export-ignore
88
404.html export-ignore
99
/docs export-ignore

_config.yml

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
theme: jekyll-theme-minimal

0 commit comments

Comments
 (0)