Enable Netlify CLI for local builds and stuff

This commit is contained in:
Danielle McLean 2023-11-01 14:13:13 +11:00
parent a6a118b5bd
commit 359a4046ac
Signed by: 00dani
GPG key ID: 52C059C3B22A753E
3 changed files with 9 additions and 1 deletions

3
.gitignore vendored
View file

@ -2,3 +2,6 @@ site/vendor
site/_site
site/.bundle
site/.jekyll-cache
# Local Netlify folder
site/.netlify

View file

@ -5,8 +5,9 @@ author:
email: dani@00dani.me
description: "Bootstrap and simple management script for my dotfiles"
url: 'https://dots.00dani.me'
exclude:
- netlify.toml
# Build settings
theme: minima
minima:
skin: auto

4
site/netlify.toml Normal file
View file

@ -0,0 +1,4 @@
[build]
base = "site/"
publish = "site/_site/"
command = "jekyll build"