to copy hidden files ONLY, we must specify these manually
This commit is contained in:
parent
4ae5690fea
commit
0c02f366ef
@ -79,10 +79,13 @@ touch ./_data/menus.yml
|
||||
touch ./_data/socials.yml
|
||||
touch ./_data/global.yml
|
||||
|
||||
pwd
|
||||
# add default contents to each file with another bash script
|
||||
cp -vf ./st-jekyll-bootstrap/templates/* ./
|
||||
|
||||
# to copy hidden files ONLY, we must specify these manually
|
||||
cp -vf ./st-jekyll-bootstrap/templates/.gitignore ./
|
||||
cp -vf ./st-jekyll-bootstrap/templates/.drone.yml ./
|
||||
|
||||
# add default contents to each file with another bash script
|
||||
cp -vf ./st-jekyll-bootstrap/templates/pages/* ./pages/
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user