Skip to content
This repository was archived by the owner on May 2, 2021. It is now read-only.

Commit 7d9c6bb

Browse files
committed
clean uo
1 parent c097319 commit 7d9c6bb

File tree

3 files changed

+11
-55
lines changed

3 files changed

+11
-55
lines changed

Diff for: README.md

+11-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
1-
# Fevr Jekyll site
1+
# FEVR Eleventy site
22

33
This is the new Fevr static website.
44

55
## Usage
6-
build with `bundle exec jekyll serve`
6+
7+
```
8+
npm install
9+
10+
# development
11+
npm run serve
12+
13+
# production
14+
npm run build
15+
```

Diff for: gulpfile.js

-47
This file was deleted.

Diff for: package.json

-6
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,10 @@
1818
"devDependencies": {
1919
"@11ty/eleventy": "^0.10.0",
2020
"@11ty/eleventy-plugin-rss": "^1.0.7",
21-
"del": "^5.1.0",
2221
"eslint": "^6.8.0",
2322
"eslint-config-prettier": "^6.10.0",
2423
"eslint-plugin-node": "^11.0.0",
2524
"eslint-plugin-prettier": "^3.1.2",
26-
"gulp": "^4.0.2",
27-
"gulp-image-resize": "^0.13.1",
28-
"gulp-imagemin": "^7.1.0",
29-
"gulp-rename": "^2.0.0",
30-
"imagemin": "^7.0.1",
3125
"js-yaml": "^3.13.1",
3226
"luxon": "^1.22.0",
3327
"prettier": "^1.19.1"

0 commit comments

Comments
 (0)