rm unused files

main
CrimsonTome 2022-09-04 14:48:22 +00:00 committed by Matt Clark
parent 8be171ab97
commit 56b8aff423
3 changed files with 0 additions and 18 deletions

1
.nvmrc
View File

@ -1 +0,0 @@
12

View File

@ -1,14 +0,0 @@
language: node_js
node_js:
- 12
before_script:
- npm install @11ty/eleventy -g
script: eleventy --pathprefix="/eleventy-base-blog/"
deploy:
local-dir: _site
provider: pages
skip-cleanup: true
github-token: $GITHUB_TOKEN # Set in travis-ci.org dashboard, marked secure
keep-history: true
on:
branch: master

View File

@ -1,3 +0,0 @@
[build]
publish = "_site"
command = "npm run build"