- Find a project
- Find an objective - issue already present, created new, fecture, bug
- Fork and clone the project
git clone https://github.com/avinal/git-session
devices: ( | |
{ | |
name: "MX Master 3S"; | |
smartshift: | |
{ | |
on: true; | |
threshold: 30; | |
torque: 50; | |
}; | |
hiresscroll: |
<html class="fixed overflow-hidden h-full dark" data-lt-installed="true" lang="en"><head><script>try{if(!('theme' in localStorage)){localStorage.theme=window.matchMedia('(prefers-color-scheme:dark)').matches?'dark':'light'}if(localStorage.theme==='dark'){document.querySelector('html').classList.add('dark')}}catch(_){}</script><meta name="viewport" content="width=device-width"><meta charset="utf-8"><link rel="apple-touch-icon" sizes="180x180" href="/favicons/apple-touch-icon.png?v=3"><link rel="icon" type="image/png" sizes="32x32" href="/favicons/favicon-32x32.png?v=3"><link rel="icon" type="image/png" sizes="16x16" href="/favicons/favicon-16x16.png?v=3"><link rel="manifest" href="/favicons/site.webmanifest?v=3"><link rel="mask-icon" href="/favicons/safari-pinned-tab.svg?v=3" color="#38bdf8"><link rel="shortcut icon" href="/favicons/favicon.ico?v=3"><meta name="apple-mobile-web-app-title" content="Tailwind Play"><meta name="application-name" content="Tailwind Play"><meta name="msapplication-TileColor" content= |
openapi: 3.0.0 | |
info: | |
title: Tekton Results API Specification | |
version: v1alpha2 | |
description: >- | |
Tekton Results aims to help users logically group CI/CD workload history and | |
separate out long term result storage away from the Pipeline controller. | |
This allows you to: | |
* Provide custom Result metadata about your CI/CD workflows not available in |
title | date | tags | category | description | image | |||
---|---|---|---|---|---|---|---|---|
This is a test file |
2022-12-31 23:15 |
|
blog |
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. |
# starship configurations | |
# ~/.config/starship.toml | |
# Which is equivalent to | |
format = """ | |
$username\ | |
$hostname\ | |
$localip\ | |
$kubernetes\ | |
$directory\ | |
$vcsh\ |
[character] | |
success_symbol = "[➜](bold green) " | |
error_symbol = "[✗](bold red) " | |
[[battery.display]] | |
threshold = 20 | |
style = "bold red" | |
[cmd_duration] | |
format = "ran for [$duration](bold pink)" |