mirror of
https://github.com/Aroy-Art/Aroy-Art-Site.git
synced 2024-12-27 13:04:23 +01:00
Remove: old blog posts
This commit is contained in:
parent
d3c7bba6d6
commit
0b8b3f68bb
24 changed files with 0 additions and 346 deletions
|
@ -1,13 +0,0 @@
|
||||||
+++
|
|
||||||
title = "ANSI color codes"
|
|
||||||
subtitle = "The entire table of ANSI color codes."
|
|
||||||
|
|
||||||
date = "2020-12-02"
|
|
||||||
lastmod = "2020-12-16"
|
|
||||||
|
|
||||||
fragment = "content"
|
|
||||||
weight = 100
|
|
||||||
tags = ["ANSI", "color", "codes", "cheat", "sheet"]
|
|
||||||
+++
|
|
||||||
|
|
||||||
<script src="https://gist.github.com/Aroy-Art/c4b79c31720494d7fe97098481fbf029.js"></script>
|
|
|
@ -1,7 +0,0 @@
|
||||||
+++
|
|
||||||
title = "ANSI color codes"
|
|
||||||
subtitle = "The entire table of ANSI color codes."
|
|
||||||
|
|
||||||
date = "2021-01-21"
|
|
||||||
tags = ["ANSI", "color", "codes", "cheat", "sheet"]
|
|
||||||
+++
|
|
|
@ -1,10 +0,0 @@
|
||||||
+++
|
|
||||||
date = "2020-12-01"
|
|
||||||
lastmod = "2020-12-15"
|
|
||||||
fragment = "list" # declare list fragment
|
|
||||||
weight = 100
|
|
||||||
|
|
||||||
title = "Blog"
|
|
||||||
subtitle = "A list of all blog posts"
|
|
||||||
section = "blog" # section to pull the list of pages
|
|
||||||
+++
|
|
|
@ -1,3 +0,0 @@
|
||||||
+++
|
|
||||||
headless = true
|
|
||||||
+++
|
|
|
@ -1,13 +0,0 @@
|
||||||
+++
|
|
||||||
date = "2020-12-01"
|
|
||||||
fragment = "list" # declare list fragment
|
|
||||||
weight = 150
|
|
||||||
|
|
||||||
#title_align = "left" # Default is center, can be left, right or center
|
|
||||||
|
|
||||||
section = "blog" # section to pull the list of pages
|
|
||||||
tiled = true
|
|
||||||
display_date = true
|
|
||||||
collapsible = false
|
|
||||||
#count = 5
|
|
||||||
+++
|
|
Binary file not shown.
Before Width: | Height: | Size: 111 KiB |
|
@ -1,64 +0,0 @@
|
||||||
+++
|
|
||||||
title = "Docker Cheat Sheet"
|
|
||||||
subtitle = "This is my Docker commands sheat sheet."
|
|
||||||
|
|
||||||
date = "2020-12-02"
|
|
||||||
lastmod = "2020-12-16"
|
|
||||||
|
|
||||||
fragment = "content"
|
|
||||||
weight = 100
|
|
||||||
tags = ["docker", "cheat", "sheet"]
|
|
||||||
+++
|
|
||||||
|
|
||||||
![Header Image](Image-Docker-Command-Cheat-Sheet.png)
|
|
||||||
|
|
||||||
# A list of docker commands
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
### List images
|
|
||||||
|
|
||||||
``` bash
|
|
||||||
docker images [OPTIONS] [REPOSITORY[:TAG]]
|
|
||||||
```
|
|
||||||
|
|
||||||
#### Options
|
|
||||||
|
|
||||||
| Name, shorthand | Default | Description |
|
|
||||||
| :-------------- | :------:| --------------------------------------------------- |
|
|
||||||
| `--all , -a` | | Show all images (default hides intermediate images) |
|
|
||||||
| `--digests` | | Show digests |
|
|
||||||
| `--filter , -f` | | Filter output based on conditions provided |
|
|
||||||
| `--format` | | Pretty-print images using a Go template |
|
|
||||||
| `--no-trunc` | | Don’t truncate output |
|
|
||||||
| `--quiet , -q` | | Only show numeric IDs |
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
### Remove one or more containers
|
|
||||||
|
|
||||||
``` bash
|
|
||||||
docker rm [OPTIONS] CONTAINER [CONTAINER...]
|
|
||||||
```
|
|
||||||
|
|
||||||
#### Options
|
|
||||||
|
|
||||||
| Name, shorthand | Default | Description |
|
|
||||||
|:----------------|:-------:| ------------------------------------------------------- |
|
|
||||||
|`--force , -f` | | Force the removal of a running container (uses SIGKILL) |
|
|
||||||
|`--link , -l` | | Remove the specified link |
|
|
||||||
|`--volumes , -v` | | Remove anonymous volumes associated with the container |
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
### Stop one or more running containers
|
|
||||||
|
|
||||||
``` Bash
|
|
||||||
docker stop [OPTIONS] CONTAINER [CONTAINER...]
|
|
||||||
```
|
|
||||||
|
|
||||||
#### Options
|
|
||||||
|
|
||||||
| Name, shorthand | Default | Description |
|
|
||||||
|:----------------|:-------:| ------------------------------------------- |
|
|
||||||
|`--time , -t` | 10 | Seconds to wait for stop before killing it. |
|
|
|
@ -1,6 +0,0 @@
|
||||||
+++
|
|
||||||
title = "Docker Cheat Sheet"
|
|
||||||
subtitle = "This is my Docker commands sheat sheet."
|
|
||||||
date = "2020-12-02"
|
|
||||||
tags = ["docker", "cheat", "sheet"]
|
|
||||||
+++
|
|
|
@ -1,11 +0,0 @@
|
||||||
+++
|
|
||||||
title = "Hello World!"
|
|
||||||
subtitle = "Hello world! This is my first blog post."
|
|
||||||
fragment = "content"
|
|
||||||
weight = 100
|
|
||||||
tags = ["test", "test2"]
|
|
||||||
+++
|
|
||||||
|
|
||||||
Hello world! This is my first blog post.
|
|
||||||
|
|
||||||
![Demo Image](/images/header.jpg)
|
|
|
@ -1,7 +0,0 @@
|
||||||
+++
|
|
||||||
title = "Hello World!"
|
|
||||||
subtitle = "Hello world! This is my first blog post."
|
|
||||||
date = "2020-12-01"
|
|
||||||
draft = true
|
|
||||||
tags = ["test", "test2"]
|
|
||||||
+++
|
|
|
@ -1,33 +0,0 @@
|
||||||
+++
|
|
||||||
title = "Themes & Icons in KDE"
|
|
||||||
subtitle = "Where are themes and icons stored in KDE?"
|
|
||||||
fragment = "content"
|
|
||||||
weight = 100
|
|
||||||
date = "2020-12-13"
|
|
||||||
tags = ["kde", "themes", "theme", "icons", "icon", "krita"]
|
|
||||||
+++
|
|
||||||
|
|
||||||
### KDE Global
|
|
||||||
|
|
||||||
Systemwide themes and icons are placed in:
|
|
||||||
|
|
||||||
``` Path
|
|
||||||
/usr/share/plasma/desktoptheme/
|
|
||||||
/usr/share/icons/
|
|
||||||
```
|
|
||||||
|
|
||||||
User spesific themes and icons are placed in:
|
|
||||||
|
|
||||||
``` Path
|
|
||||||
~/.local/share/plasma/desktoptheme/
|
|
||||||
~/.local/share/icons/
|
|
||||||
```
|
|
||||||
|
|
||||||
#### Krita icons and themes
|
|
||||||
|
|
||||||
Icons and themes are storde in:
|
|
||||||
|
|
||||||
``` Path
|
|
||||||
~/.local/share/krita/color-schemes
|
|
||||||
~/.local/share/krita/preset_icons
|
|
||||||
```
|
|
|
@ -1,6 +0,0 @@
|
||||||
+++
|
|
||||||
title = "Themes & Icon in KDE"
|
|
||||||
subtitle = "Where are themes and icons stored in kde?"
|
|
||||||
date = "2020-12-13"
|
|
||||||
tags = ["kde", "themes", "theme", "icons", "icon"]
|
|
||||||
+++
|
|
|
@ -1,13 +0,0 @@
|
||||||
+++
|
|
||||||
title = "ANSI color codes"
|
|
||||||
subtitle = "The entire table of ANSI color codes."
|
|
||||||
|
|
||||||
date = "2020-12-02"
|
|
||||||
lastmod = "2020-12-16"
|
|
||||||
|
|
||||||
fragment = "content"
|
|
||||||
weight = 100
|
|
||||||
tags = ["ANSI", "color", "codes", "cheat", "sheet"]
|
|
||||||
+++
|
|
||||||
|
|
||||||
<script src="https://gist.github.com/Aroy-Art/c4b79c31720494d7fe97098481fbf029.js"></script>
|
|
|
@ -1,7 +0,0 @@
|
||||||
+++
|
|
||||||
title = "ANSI color codes"
|
|
||||||
subtitle = "The entire table of ANSI color codes."
|
|
||||||
|
|
||||||
date = "2021-01-21"
|
|
||||||
tags = ["ANSI", "color", "codes", "cheat", "sheet"]
|
|
||||||
+++
|
|
|
@ -1,10 +0,0 @@
|
||||||
+++
|
|
||||||
date = "2020-12-01"
|
|
||||||
lastmod = "2020-12-15"
|
|
||||||
fragment = "list" # declare list fragment
|
|
||||||
weight = 100
|
|
||||||
|
|
||||||
title = "Blog"
|
|
||||||
subtitle = "A list of all blog posts"
|
|
||||||
section = "blog" # section to pull the list of pages
|
|
||||||
+++
|
|
|
@ -1,3 +0,0 @@
|
||||||
+++
|
|
||||||
headless = true
|
|
||||||
+++
|
|
|
@ -1,13 +0,0 @@
|
||||||
+++
|
|
||||||
date = "2020-12-01"
|
|
||||||
fragment = "list" # declare list fragment
|
|
||||||
weight = 150
|
|
||||||
|
|
||||||
#title_align = "left" # Default is center, can be left, right or center
|
|
||||||
|
|
||||||
section = "blog" # section to pull the list of pages
|
|
||||||
tiled = true
|
|
||||||
display_date = true
|
|
||||||
collapsible = false
|
|
||||||
#count = 5
|
|
||||||
+++
|
|
Binary file not shown.
Before Width: | Height: | Size: 111 KiB |
|
@ -1,64 +0,0 @@
|
||||||
+++
|
|
||||||
title = "Docker Cheat Sheet"
|
|
||||||
subtitle = "This is my Docker commands sheat sheet."
|
|
||||||
|
|
||||||
date = "2020-12-02"
|
|
||||||
lastmod = "2020-12-16"
|
|
||||||
|
|
||||||
fragment = "content"
|
|
||||||
weight = 100
|
|
||||||
tags = ["docker", "cheat", "sheet"]
|
|
||||||
+++
|
|
||||||
|
|
||||||
![Header Image](Image-Docker-Command-Cheat-Sheet.png)
|
|
||||||
|
|
||||||
# A list of docker commands
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
### List images
|
|
||||||
|
|
||||||
``` bash
|
|
||||||
docker images [OPTIONS] [REPOSITORY[:TAG]]
|
|
||||||
```
|
|
||||||
|
|
||||||
#### Options
|
|
||||||
|
|
||||||
| Name, shorthand | Default | Description |
|
|
||||||
| :-------------- | :------:| --------------------------------------------------- |
|
|
||||||
| `--all , -a` | | Show all images (default hides intermediate images) |
|
|
||||||
| `--digests` | | Show digests |
|
|
||||||
| `--filter , -f` | | Filter output based on conditions provided |
|
|
||||||
| `--format` | | Pretty-print images using a Go template |
|
|
||||||
| `--no-trunc` | | Don’t truncate output |
|
|
||||||
| `--quiet , -q` | | Only show numeric IDs |
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
### Remove one or more containers
|
|
||||||
|
|
||||||
``` bash
|
|
||||||
docker rm [OPTIONS] CONTAINER [CONTAINER...]
|
|
||||||
```
|
|
||||||
|
|
||||||
#### Options
|
|
||||||
|
|
||||||
| Name, shorthand | Default | Description |
|
|
||||||
|:----------------|:-------:| ------------------------------------------------------- |
|
|
||||||
|`--force , -f` | | Force the removal of a running container (uses SIGKILL) |
|
|
||||||
|`--link , -l` | | Remove the specified link |
|
|
||||||
|`--volumes , -v` | | Remove anonymous volumes associated with the container |
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
### Stop one or more running containers
|
|
||||||
|
|
||||||
``` Bash
|
|
||||||
docker stop [OPTIONS] CONTAINER [CONTAINER...]
|
|
||||||
```
|
|
||||||
|
|
||||||
#### Options
|
|
||||||
|
|
||||||
| Name, shorthand | Default | Description |
|
|
||||||
|:----------------|:-------:| ------------------------------------------- |
|
|
||||||
|`--time , -t` | 10 | Seconds to wait for stop before killing it. |
|
|
|
@ -1,6 +0,0 @@
|
||||||
+++
|
|
||||||
title = "Docker Cheat Sheet"
|
|
||||||
subtitle = "This is my Docker commands sheat sheet."
|
|
||||||
date = "2020-12-02"
|
|
||||||
tags = ["docker", "cheat", "sheet"]
|
|
||||||
+++
|
|
|
@ -1,11 +0,0 @@
|
||||||
+++
|
|
||||||
title = "Hello World!"
|
|
||||||
subtitle = "Hello world! This is my first blog post."
|
|
||||||
fragment = "content"
|
|
||||||
weight = 100
|
|
||||||
tags = ["test", "test2"]
|
|
||||||
+++
|
|
||||||
|
|
||||||
Hello world! This is my first blog post.
|
|
||||||
|
|
||||||
![Demo Image](/images/header.jpg)
|
|
|
@ -1,7 +0,0 @@
|
||||||
+++
|
|
||||||
title = "Hello World!"
|
|
||||||
subtitle = "Hello world! This is my first blog post."
|
|
||||||
date = "2020-12-01"
|
|
||||||
draft = true
|
|
||||||
tags = ["test", "test2"]
|
|
||||||
+++
|
|
|
@ -1,33 +0,0 @@
|
||||||
+++
|
|
||||||
title = "Themes & Icons in KDE"
|
|
||||||
subtitle = "Where are themes and icons stored in KDE?"
|
|
||||||
fragment = "content"
|
|
||||||
weight = 100
|
|
||||||
date = "2020-12-13"
|
|
||||||
tags = ["kde", "themes", "theme", "icons", "icon", "krita"]
|
|
||||||
+++
|
|
||||||
|
|
||||||
### KDE Global
|
|
||||||
|
|
||||||
Systemwide themes and icons are placed in:
|
|
||||||
|
|
||||||
``` Path
|
|
||||||
/usr/share/plasma/desktoptheme/
|
|
||||||
/usr/share/icons/
|
|
||||||
```
|
|
||||||
|
|
||||||
User spesific themes and icons are placed in:
|
|
||||||
|
|
||||||
``` Path
|
|
||||||
~/.local/share/plasma/desktoptheme/
|
|
||||||
~/.local/share/icons/
|
|
||||||
```
|
|
||||||
|
|
||||||
#### Krita icons and themes
|
|
||||||
|
|
||||||
Icons and themes are storde in:
|
|
||||||
|
|
||||||
``` Path
|
|
||||||
~/.local/share/krita/color-schemes
|
|
||||||
~/.local/share/krita/preset_icons
|
|
||||||
```
|
|
|
@ -1,6 +0,0 @@
|
||||||
+++
|
|
||||||
title = "Themes & Icon in KDE"
|
|
||||||
subtitle = "Where are themes and icons stored in kde?"
|
|
||||||
date = "2020-12-13"
|
|
||||||
tags = ["kde", "themes", "theme", "icons", "icon"]
|
|
||||||
+++
|
|
Loading…
Reference in a new issue