Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ara-framework/nova-static

Nova Static is an tool to Server Side Include (SSI) views in static sites using Hypernova
https://github.com/ara-framework/nova-static

Last synced: 4 days ago
JSON representation

Nova Static is an tool to Server Side Include (SSI) views in static sites using Hypernova

Awesome Lists containing this project

README

        

# Nova Static
Nova Static is an tool to Server Side Include (SSI) views in static sites using [Hypernova](https://github.com/airbnb/hypernova)

## Environment Variables

```
HYPERNOVA_BATCH=http://hypernova:3000/batch
STATIC_FOLDER=./public
```

## Install

Dowload package
```
go get github.com/ara-framework/nova-static/nova-static
```

Install package
```
go install github.com/ara-framework/nova-static/nova-static
```

Export Path

```
export PATH="$PATH:$GOPATH/bin"
```

## Run

```
$ nova-static
```