diff --git a/.ipynb_checkpoints/README-checkpoint.md b/.ipynb_checkpoints/README-checkpoint.md new file mode 100644 index 00000000..fe63f48c --- /dev/null +++ b/.ipynb_checkpoints/README-checkpoint.md @@ -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. +
+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. \ No newline at end of file diff --git a/.ipynb_checkpoints/config-checkpoint.yaml b/.ipynb_checkpoints/config-checkpoint.yaml new file mode 100644 index 00000000..64859a2c --- /dev/null +++ b/.ipynb_checkpoints/config-checkpoint.yaml @@ -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 diff --git a/.ipynb_checkpoints/untitled-checkpoint.md b/.ipynb_checkpoints/untitled-checkpoint.md new file mode 100644 index 00000000..e69de29b diff --git a/WoeUSB b/WoeUSB new file mode 160000 index 00000000..4c1f1c97 --- /dev/null +++ b/WoeUSB @@ -0,0 +1 @@ +Subproject commit 4c1f1c9718218c5a22d945a72ed78a2b4a4977eb diff --git a/static/.ipynb_checkpoints/Untitled-checkpoint.ipynb b/static/.ipynb_checkpoints/Untitled-checkpoint.ipynb new file mode 100644 index 00000000..363fcab7 --- /dev/null +++ b/static/.ipynb_checkpoints/Untitled-checkpoint.ipynb @@ -0,0 +1,6 @@ +{ + "cells": [], + "metadata": {}, + "nbformat": 4, + "nbformat_minor": 5 +} diff --git a/static/.ipynb_checkpoints/untitled-checkpoint.txt b/static/.ipynb_checkpoints/untitled-checkpoint.txt new file mode 100644 index 00000000..e69de29b diff --git a/static/Untitled.ipynb b/static/Untitled.ipynb new file mode 100644 index 00000000..363fcab7 --- /dev/null +++ b/static/Untitled.ipynb @@ -0,0 +1,6 @@ +{ + "cells": [], + "metadata": {}, + "nbformat": 4, + "nbformat_minor": 5 +} diff --git a/static/untitled.txt b/static/untitled.txt new file mode 100644 index 00000000..e69de29b diff --git a/untitled.md b/untitled.md new file mode 100644 index 00000000..e69de29b