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

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"