Browse Source

to copy hidden files ONLY, we must specify these manually

master
oDinZu 1 year ago
parent
commit
0c02f366ef
  1. 5
      generate-new-jekyll-site.sh

5
generate-new-jekyll-site.sh

@ -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…
Cancel
Save