to copy hidden files ONLY, we must specify these manually

This commit is contained in:
oDinZu 2022-12-18 17:23:52 -05:00
parent 4ae5690fea
commit 0c02f366ef

View File

@ -79,10 +79,13 @@ touch ./_data/menus.yml
touch ./_data/socials.yml touch ./_data/socials.yml
touch ./_data/global.yml touch ./_data/global.yml
pwd
# add default contents to each file with another bash script # add default contents to each file with another bash script
cp -vf ./st-jekyll-bootstrap/templates/* ./ 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 # add default contents to each file with another bash script
cp -vf ./st-jekyll-bootstrap/templates/pages/* ./pages/ cp -vf ./st-jekyll-bootstrap/templates/pages/* ./pages/