https://github.com/synw/dsreports
Create static reports for Dataswim with Hugo
https://github.com/synw/dsreports
Last synced: 2 months ago
JSON representation
Create static reports for Dataswim with Hugo
- Host: GitHub
- URL: https://github.com/synw/dsreports
- Owner: synw
- License: mit
- Created: 2018-02-06T08:56:14.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-06T09:12:52.000Z (over 7 years ago)
- Last Synced: 2025-02-19T12:51:11.265Z (3 months ago)
- Language: CSS
- Size: 1.66 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dsreports
Assemble html files to create static reports with [Hugo](https://gohugo.io/).
This was built to generate reports for the [Dataswim](https://github.com/synw/dataswim) library
but can be used for other tasks. It is basically a boilerplate for Hugo.It uses the [Bulma](http://bulma.io/) css framework
## Usage
To copy the Hugo base site to the current directory:
```
python3 -m dsreports
```
Then go to `site/layouts/partials` and add html files.Run `hugo server` to enable autoreload
Run `hugo` to build the static site: it will be located in `site/public`