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/
- Host: GitHub
- URL: https://github.com/danielgtaylor/gaaflora-website
- Owner: danielgtaylor
- Created: 2014-10-07T03:44:00.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2015-03-11T01:34:24.000Z (over 11 years ago)
- Last Synced: 2025-08-18T04:30:31.478Z (12 months ago)
- Language: HTML
- Size: 8.45 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.