https://github.com/prest/doc-template
Public pREST Documentation/Site
https://github.com/prest/doc-template
docs documentation hugo prest site
Last synced: about 1 year ago
JSON representation
Public pREST Documentation/Site
- Host: GitHub
- URL: https://github.com/prest/doc-template
- Owner: prest
- License: mit
- Created: 2017-08-30T23:26:39.000Z (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2022-11-08T17:51:36.000Z (over 3 years ago)
- Last Synced: 2024-04-14T05:33:37.187Z (about 2 years ago)
- Topics: docs, documentation, hugo, prest, site
- Language: HTML
- Homepage: https://postgres.rest
- Size: 15.4 MB
- Stars: 8
- Watchers: 15
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pREST Documentation Template
Documentation content is in the main repository ([here](https://github.com/prest/prest/tree/master/docs))
## Contributing
Clone this repository:
```
git clone git@github.com:prest/prest.git
git clone git@github.com:prest/prest.github.io.git
```
Copy `docs` folder from `prest/prest` repository to this repository with folder name `content` and run the webserver on port 1313:
```
hugo server -D
```