The project itself has a very good documentation.
- 11tybundle - huge link collection
- Awesome Eleventy
- 11ty Plugin Repository
The project itself has a very good documentation.
function el() { | |
mkdir "$1" | |
cd "$1" | |
git init | |
mkdir -p src/_data/ | |
mkdir src/_includes/ | |
# Populate .gitignore | |
echo "# Node" >> .gitignore |