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
- Host: GitHub
- URL: https://github.com/danielgtaylor/berry-gardener
- Owner: danielgtaylor
- Created: 2016-04-21T04:09:48.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-04-27T02:53:34.000Z (over 9 years ago)
- Last Synced: 2024-10-05T22:02:19.795Z (almost 2 years ago)
- Language: HTML
- Homepage: http://www.BerryGardener.com
- Size: 36.4 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.