An open API service indexing awesome lists of open source software.

https://github.com/danielgtaylor/berry-gardener

BerryGardener.com website code
https://github.com/danielgtaylor/berry-gardener

Last synced: 7 months ago
JSON representation

BerryGardener.com website code

Awesome Lists containing this project

README

          

# Berry Gardener Website

This repository contains the code to generate the BerryGardener.com website. It is generated using a static site generator called Hexo.

## Usage

Make sure you have Node.js installed, then:

```sh
cd berry-gardener
npm install
npm install -g hexo
hexo server
```

Now you can develop and preview. When it comes time to deploy:

```sh
hexo deploy
```

## License

Content and photos are copyright 2016 Daniel G. Taylor. Code is licensed under an MIT license.