normal-coder / drone-docs

Documentation for the Drone Continuous Integration project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Documentation for the Drone Continuous Integration project

License:Other


Languages

Language:SCSS 38.1%Language:Less 22.7%Language:HTML 18.7%Language:CSS 16.3%Language:Go 4.0%Language:Shell 0.2%