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: 10 months ago
JSON representation
Nova Static is an tool to Server Side Include (SSI) views in static sites using Hypernova
- Host: GitHub
- URL: https://github.com/ara-framework/nova-static
- Owner: ara-framework
- License: mit
- Created: 2019-08-12T21:13:15.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-08-14T02:28:59.000Z (over 6 years ago)
- Last Synced: 2025-02-22T08:49:22.067Z (about 1 year ago)
- Language: Go
- Homepage:
- Size: 1.95 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```