Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/datawookie/www-exegetic-biz

Website for Exegetic Analytics
https://github.com/datawookie/www-exegetic-biz

Last synced: 20 days ago
JSON representation

Website for Exegetic Analytics

Awesome Lists containing this project

README

        

Based on https://startbootstrap.com/template-overviews/full-slider/.

## Deploying (Production)

Set the following environment variables:

- `HUGO_ENV` = `production`
- `HUGO_VERSION` = `0.42`

## Deployed Site

- - production
- - development

## Serving Site Locally

```
hugo server --disableFastRender
```

With draft content.

```
hugo server --disableFastRender -D
```