Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ara-framework/nova-static
- Owner: ara-framework
- License: mit
- Created: 2019-08-12T21:13:15.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-08-14T02:28:59.000Z (over 5 years ago)
- Last Synced: 2024-06-20T06:36:21.564Z (7 months 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
```