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

https://github.com/danielgtaylor/gaaflora-website

http://www.gaaflora.com/
https://github.com/danielgtaylor/gaaflora-website

Last synced: 6 months ago
JSON representation

http://www.gaaflora.com/

Awesome Lists containing this project

README

          

# Gaaflora Website
This is the source code which generates the webiste at http://www.gaaflora.com/

It is built using [Hexo](http://hexo.io/), a static site generator written in Javascript.

## Development
First, make sure you have Hexo installed:

```bash
$ sudo npm install -g hexo-cli
```

Next, install the dependencies:

```bash
$ cd gaaflora-website
$ npm install
```

Now you can run the site:

```bash
# Run a local server
$ hexo server

# Generate the website HTML
$ hexo generate

# Deply the website
$ hexo deploy
```

## License
Copyright © 2015 Daniel & Kari Taylor. All rights are reserved on website content, but the site generator code is released under an MIT license.