Skip to content

bppwrite/bppwrite.github.io

Repository files navigation

bppwrite.github.io

wercker status

SETUP

INSTALL

Install Hugo on OSX

Install Hugo on Windows

CLONE

Open a terminal and...

cd ~/wherever-you-want-it
git clone https://github.com/bppwrite/bppwrite.github.io.git

Now you have all of the source code for the site.

Checkout the dev branch. All developement is based on this branch.

git checkout dev

RUN

Run hugo and serve the site locally. Open a terminal and...

cd ~/wherever-you-cloned-it
hugo server

Now hugo is running and serving your site locally.

Contribute content changes

See the CONTRIBUTING document

Contribute web development changes

This set of steps can be ignored unless you're changing Sass or JavaScript files. If you are, see CONTRIBUTING-DEV. If you're looking to change website content (page copy, images, etc.), see above.