From bd063dfd1eef516dcd337ff93b4349542ab4f3eb Mon Sep 17 00:00:00 2001 From: isaq82760-cell Date: Sat, 8 Aug 2026 11:09:52 +0000 Subject: [PATCH] Pending changes exported from your codespace --- .ipynb_checkpoints/README-checkpoint.md | 53 +++++++++++++++++++ .ipynb_checkpoints/config-checkpoint.yaml | 31 +++++++++++ .ipynb_checkpoints/untitled-checkpoint.md | 0 .../Untitled-checkpoint.ipynb | 6 +++ .../untitled-checkpoint.txt | 0 static/Untitled.ipynb | 6 +++ static/untitled.txt | 0 untitled.md | 0 8 files changed, 96 insertions(+) create mode 100644 .ipynb_checkpoints/README-checkpoint.md create mode 100644 .ipynb_checkpoints/config-checkpoint.yaml create mode 100644 .ipynb_checkpoints/untitled-checkpoint.md create mode 100644 static/.ipynb_checkpoints/Untitled-checkpoint.ipynb create mode 100644 static/.ipynb_checkpoints/untitled-checkpoint.txt create mode 100644 static/Untitled.ipynb create mode 100644 static/untitled.txt create mode 100644 untitled.md diff --git a/.ipynb_checkpoints/README-checkpoint.md b/.ipynb_checkpoints/README-checkpoint.md new file mode 100644 index 000000000..fe63f48c8 --- /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 000000000..64859a2ca --- /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 000000000..e69de29bb diff --git a/static/.ipynb_checkpoints/Untitled-checkpoint.ipynb b/static/.ipynb_checkpoints/Untitled-checkpoint.ipynb new file mode 100644 index 000000000..363fcab7e --- /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 000000000..e69de29bb diff --git a/static/Untitled.ipynb b/static/Untitled.ipynb new file mode 100644 index 000000000..363fcab7e --- /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 000000000..e69de29bb diff --git a/untitled.md b/untitled.md new file mode 100644 index 000000000..e69de29bb