Prevent project files from being generated
This commit is contained in:
parent
334d9de215
commit
df6f86b611
|
@ -61,3 +61,11 @@ credits: 'Freelancer is a free to use, open source Bootstrap theme created by <a
|
||||||
# Build settings
|
# Build settings
|
||||||
markdown: kramdown
|
markdown: kramdown
|
||||||
permalink: pretty
|
permalink: pretty
|
||||||
|
|
||||||
|
#for posts
|
||||||
|
defaults:
|
||||||
|
- scope:
|
||||||
|
path: ""
|
||||||
|
type: "posts"
|
||||||
|
values:
|
||||||
|
permalink: ""
|
||||||
|
|
Loading…
Reference in New Issue