Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/datawookie/www-exegetic-biz
- Owner: datawookie
- Created: 2018-11-24T03:17:49.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-19T06:20:33.000Z (over 3 years ago)
- Last Synced: 2024-11-12T04:04:29.277Z (2 months ago)
- Language: HTML
- Homepage: https://www.exegetic.biz
- Size: 12.2 MB
- Stars: 0
- Watchers: 2
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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
```