https://github.com/adamgibbons/green-isle-capital
Static site generator for Green Isle Capital. Built with Metalsmith and Skeleton.
https://github.com/adamgibbons/green-isle-capital
metalsmith skeleton-css static-site-generator
Last synced: about 1 month ago
JSON representation
Static site generator for Green Isle Capital. Built with Metalsmith and Skeleton.
- Host: GitHub
- URL: https://github.com/adamgibbons/green-isle-capital
- Owner: adamgibbons
- Created: 2017-02-22T06:27:27.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-26T02:11:44.000Z (almost 8 years ago)
- Last Synced: 2025-02-16T14:55:55.047Z (3 months ago)
- Topics: metalsmith, skeleton-css, static-site-generator
- Language: JavaScript
- Homepage: http://green-isle-capital.s3-website-us-east-1.amazonaws.com/
- Size: 1.84 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Green Isle Capital
Static site generator built with [Metalsmith](http://www.metalsmith.io/) and [Skeleton](http://getskeleton.com/).
## Usage
Note - you must have node installed.
```
git clone [email protected]:adamgibbons/green-isle-capital.gitcd green-isle-capital
npm install
make
```The website is now compiled at `/build`, and you can view it locally by running a local/dev server. For example -
```
cd buildpython -m SimpleHTTPServer 4020
```Your site should now be running at [http://localhost:4020](http://localhost:4020)!