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

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.

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

cd 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 build

python -m SimpleHTTPServer 4020
```

Your site should now be running at [http://localhost:4020](http://localhost:4020)!