Skip to content

bravebunny/bravebunny.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brave Bunny

Based on Harp, and the Remedy theme.

Get started

npm install -g harp

git checkout source

harp server _harp

Now visit localhost:9000 in your browser.

Compile and deploy

./deploy.sh

Or perform the following steps individually:

git checkout master

git reset --hard HEAD~1

git merge source

harp compile _harp ./

git add --all

git commit -m "Compile harp"

git push origin master -f

git checkout source