No description
  • SCSS 38.1%
  • Less 22.7%
  • HTML 18.7%
  • CSS 16.3%
  • Go 4%
  • Other 0.2%
Find a file
2023-01-10 10:12:05 +00:00
content Update python.md 2023-01-08 13:11:51 +00:00
layouts/partials creating new docs for templating feature 2021-06-09 15:09:25 +01:00
static docs: improve documentation and optimize screenshots 2022-07-31 14:07:20 +08:00
themes/default small fixes 2022-11-10 16:10:09 +00:00
.drone.yml upgrade hugo version 2022-10-26 15:25:03 +01:00
.gitignore upgrade hugo version 2022-10-26 15:25:03 +01:00
config.yaml update docs 2020-08-17 16:39:28 -04:00
LICENSE.md update readme 2020-08-18 08:46:58 -04:00
README.md (maint) Troubleshooting Windows users preview on highlight yaml (#516) 2021-11-16 10:36:53 +00:00

Build Status

This repository contains the source for docs.drone.io. To generate the documentation you will need to download and install the hugo static website engine. If you are following the Windows installation instructions 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 to preview the page.