A base template for jekyll
-
Get the files in this repository
note: look at the contents of any script you run on beforehand
curl -s https://raw.githubusercontent.com/Haroenv/simple-jekyll/master/install.sh | bash /dev/stdin -
Fill in the
_config.yml -
Go ahead and do the rest
Add an alias of this script to your ~/.bash_profile like this
# simple jekyll template alias #
# github.com/Haroenv/simple-jekyll #
####################################
alias template='curl -s https://raw.githubusercontent.com/Haroenv/simple-jekyll/master/install.sh | bash /dev/stdin'or any alias you want.
- vanilla javascript
- scss
- jekyll
- git
- fancy meta-tags
- flexible configuration
WTFPL