feat: Add minimal content option for testing
Added a minimal content set so the site can be built and deployed without pulling in the full blog content, making it faster to test the build and deployment pipeline in isolation.
This commit is contained in:
parent
c69cff26df
commit
de518cf0b9
1 changed files with 2 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,3 +1,4 @@
|
||||||
book
|
book
|
||||||
blog/*
|
blog/*
|
||||||
content/*
|
content/*
|
||||||
|
content-minimal/*
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue