Enable Netlify CLI for local builds and stuff
This commit is contained in:
parent
a6a118b5bd
commit
359a4046ac
3 changed files with 9 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -2,3 +2,6 @@ site/vendor
|
||||||
site/_site
|
site/_site
|
||||||
site/.bundle
|
site/.bundle
|
||||||
site/.jekyll-cache
|
site/.jekyll-cache
|
||||||
|
|
||||||
|
# Local Netlify folder
|
||||||
|
site/.netlify
|
||||||
|
|
|
@ -5,8 +5,9 @@ author:
|
||||||
email: dani@00dani.me
|
email: dani@00dani.me
|
||||||
description: "Bootstrap and simple management script for my dotfiles"
|
description: "Bootstrap and simple management script for my dotfiles"
|
||||||
url: 'https://dots.00dani.me'
|
url: 'https://dots.00dani.me'
|
||||||
|
exclude:
|
||||||
|
- netlify.toml
|
||||||
|
|
||||||
# Build settings
|
|
||||||
theme: minima
|
theme: minima
|
||||||
minima:
|
minima:
|
||||||
skin: auto
|
skin: auto
|
||||||
|
|
4
site/netlify.toml
Normal file
4
site/netlify.toml
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
[build]
|
||||||
|
base = "site/"
|
||||||
|
publish = "site/_site/"
|
||||||
|
command = "jekyll build"
|
Loading…
Reference in a new issue