This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# create a jekyll layout for starters | |
mkdir newWebsite | |
mkdir newWebsite/_layouts | |
mkdir newWebsite/_posts | |
mkdir newWebsite/_includes | |
mkdir newWebsite/_plugins | |
#the ignore folder needs to be added | |
#to the "exclude:" of the _config.yml | |
mkdir newWebsite/ignore |