Skip to content

danielgtaylor/gaaflora-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gaaflora Website

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

It is built using Hexo, a static site generator written in Javascript.

Development

First, make sure you have Hexo installed:

$ sudo npm install -g hexo-cli

Next, install the dependencies:

$ cd gaaflora-website
$ npm install

Now you can run the site:

# 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.