Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,20 +1,16 @@
BUILD_DIR = ./build
HARP_FILE = ./node_modules/.bin/harp

help:
@echo "Usage"
@echo " make install - install all NPM packages"
@echo " make run - run the site locally for development"
@echo " make deploy - build the site and deploy it to GitHub Pages"

install:
chmod +x ./bin/deploy.sh
npm install

run:
@$(HARP_FILE) server
npm run start

deploy:
@echo "Compiling site..."
$(HARP_FILE) compile -o $(BUILD_DIR)
npm run build
./bin/deploy.sh
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"stylus"
],
"scripts": {
"start": "harp server"
"start": "harp server",
"build": "harp compile -o ./build"
}
}
7 changes: 0 additions & 7 deletions public/_data.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,6 @@
"link": "http://www.workinthealps.co.uk",
"display_link": "workinthealps.co.uk"
},
"atalantas": {
"title": "Atalanta's Society",
"objective": "Redesign and rebuild their website, adding event and membership management",
"completed": "January 2015",
"link": "https://www.atalantas.org",
"display_link": "atalantas.org"
},
"oxbikebox": {
"title": "OxBikeBox",
"link": "https://oxbikebox.com",
Expand Down
Binary file removed public/images/atalantas.jpg
Binary file not shown.