https://github.com/drone/docs
Documentation for the Drone Continuous Integration project
https://github.com/drone/docs
hacktoberfest hacktoberfest2021
Last synced: 11 months ago
JSON representation
Documentation for the Drone Continuous Integration project
- Host: GitHub
- URL: https://github.com/drone/docs
- Owner: drone
- License: other
- Created: 2014-02-07T06:27:21.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2024-06-07T22:46:52.000Z (about 2 years ago)
- Last Synced: 2024-08-14T10:16:01.107Z (almost 2 years ago)
- Topics: hacktoberfest, hacktoberfest2021
- Language: SCSS
- Homepage:
- Size: 7.11 MB
- Stars: 114
- Watchers: 11
- Forks: 222
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
[](https://cloud.drone.io/drone/docs)
This repository contains the source for [docs.drone.io](http://docs.drone.io).
To generate the documentation you will need to download and install the [hugo](https://gohugo.io/overview/installing/) static website engine.
If you are following the [Windows installation instructions](https://gohugo.io/getting-started/installing/#chocolatey-windows) you will need the extended version.
Generate the documentation:
```
$ hugo
| EN
-------------------+------
Pages | 869
Paginator pages | 0
Non-page files | 1
Static files | 43
Processed images | 0
Aliases | 355
Sitemaps | 1
Cleaned | 0
Total in 926 ms
```
Generate the documentation and serve at `localhost:1313`:
```
$ hugo server -b http://localhost:1313 -w
| EN
-------------------+------
Pages | 869
Paginator pages | 0
Non-page files | 1
Static files | 43
Processed images | 0
Aliases | 355
Sitemaps | 1
Cleaned | 0
Built in 379 ms
Web Server is available at http://localhost:1313/ (bind address 127.0.0.1)
Press Ctrl+C to stop
```
**For Windows Users**
We have found an issue with `highlight yaml` on Hugo.
You will not be able to see any yaml syntax highlighting when previewing the docs at http://localhost:1313/ on a Windows machine.
If run into this issue, you can try running Hugo on [WSL](https://docs.microsoft.com/en-us/windows/wsl/install) to preview the page.