Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/violinist-dev/docs
Documentation for Violinist
https://github.com/violinist-dev/docs
Last synced: 1 day ago
JSON representation
Documentation for Violinist
- Host: GitHub
- URL: https://github.com/violinist-dev/docs
- Owner: violinist-dev
- License: mit
- Created: 2018-03-15T18:33:18.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-26T18:58:31.000Z (11 days ago)
- Last Synced: 2024-10-26T20:55:43.855Z (11 days ago)
- Language: HTML
- Homepage: https://docs.violinist.io/
- Size: 699 KB
- Stars: 0
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docs.violinist.io
Documentation for Violinist## Requirements
[Hugo](https://gohugo.io/)
## Adding a new doc page
```
$ hugo new
```## Development mode
```
$ hugo server -D
```The docs will probably be available on [http://localhost:1313/](http://localhost:1313/)
## Build the docs
The docs are built automatically when you open a PR, and again on the default branch. So you do not need to incude any generated assets in your PR