Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
53 changes: 53 additions & 0 deletions .ipynb_checkpoints/README-checkpoint.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
[![Build Status](https://cloud.drone.io/api/badges/drone/docs/status.svg)](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.
<br>
You will not be able to see any yaml syntax highlighting when previewing the docs at http://localhost:1313/ on a Windows machine.
<br>
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.
31 changes: 31 additions & 0 deletions .ipynb_checkpoints/config-checkpoint.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
baseURL: https://docs.drone.io
languageCode: en-us
title: Drone CI / CD
theme: default

googleAnalytics: "UA-34247933-4"

markup:
goldmark:
extensions:
definitionList: true
footnote: true
linkify: true
strikethrough: true
table: true
taskList: true
typographer: true
parser:
attribute: true
autoHeadingID: true
renderer:
hardWraps: false
unsafe: true
xHTML: false

tableOfContents:
endLevel: 3
startLevel: 1

pygmentsUseClasses: true
pygmentsCodefences: true
Empty file.
1 change: 1 addition & 0 deletions WoeUSB
Submodule WoeUSB added at 4c1f1c
6 changes: 6 additions & 0 deletions static/.ipynb_checkpoints/Untitled-checkpoint.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"cells": [],
"metadata": {},
"nbformat": 4,
"nbformat_minor": 5
}
Empty file.
6 changes: 6 additions & 0 deletions static/Untitled.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"cells": [],
"metadata": {},
"nbformat": 4,
"nbformat_minor": 5
}
Empty file added static/untitled.txt
Empty file.
Empty file added untitled.md
Empty file.