Remove: old blog posts

This commit is contained in:
Aroy-Art 2022-02-25 10:59:55 +01:00
parent d3c7bba6d6
commit 0b8b3f68bb
Signed by: Aroy
GPG key ID: DB9689E9391DD156
24 changed files with 0 additions and 346 deletions

View file

@ -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>

View file

@ -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"]
+++

View file

@ -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
+++

View file

@ -1,3 +0,0 @@
+++
headless = true
+++

View file

@ -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

View file

@ -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` | | Dont 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. |

View file

@ -1,6 +0,0 @@
+++
title = "Docker Cheat Sheet"
subtitle = "This is my Docker commands sheat sheet."
date = "2020-12-02"
tags = ["docker", "cheat", "sheet"]
+++

View file

@ -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)

View file

@ -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"]
+++

View file

@ -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
```

View file

@ -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"]
+++

View file

@ -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>

View file

@ -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"]
+++

View file

@ -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
+++

View file

@ -1,3 +0,0 @@
+++
headless = true
+++

View file

@ -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

View file

@ -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` | | Dont 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. |

View file

@ -1,6 +0,0 @@
+++
title = "Docker Cheat Sheet"
subtitle = "This is my Docker commands sheat sheet."
date = "2020-12-02"
tags = ["docker", "cheat", "sheet"]
+++

View file

@ -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)

View file

@ -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"]
+++

View file

@ -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
```

View file

@ -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"]
+++