diff --git a/content/blog/ANSI-color-codes/content.md b/content/blog/ANSI-color-codes/content.md deleted file mode 100644 index 1cf38a0..0000000 --- a/content/blog/ANSI-color-codes/content.md +++ /dev/null @@ -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"] -+++ - - diff --git a/content/blog/ANSI-color-codes/index.md b/content/blog/ANSI-color-codes/index.md deleted file mode 100644 index 8c49ae8..0000000 --- a/content/blog/ANSI-color-codes/index.md +++ /dev/null @@ -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"] -+++ diff --git a/content/blog/_index.md b/content/blog/_index.md deleted file mode 100644 index 8e43857..0000000 --- a/content/blog/_index.md +++ /dev/null @@ -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 -+++ \ No newline at end of file diff --git a/content/blog/_index/index.md b/content/blog/_index/index.md deleted file mode 100644 index 2ae2541..0000000 --- a/content/blog/_index/index.md +++ /dev/null @@ -1,3 +0,0 @@ -+++ -headless = true -+++ \ No newline at end of file diff --git a/content/blog/_index/list.md b/content/blog/_index/list.md deleted file mode 100644 index 9fb48db..0000000 --- a/content/blog/_index/list.md +++ /dev/null @@ -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 -+++ \ No newline at end of file diff --git a/content/blog/docker-cheat-sheet/Image-Docker-Command-Cheat-Sheet.png b/content/blog/docker-cheat-sheet/Image-Docker-Command-Cheat-Sheet.png deleted file mode 100644 index e8cf80f..0000000 Binary files a/content/blog/docker-cheat-sheet/Image-Docker-Command-Cheat-Sheet.png and /dev/null differ diff --git a/content/blog/docker-cheat-sheet/content.md b/content/blog/docker-cheat-sheet/content.md deleted file mode 100644 index 23e650f..0000000 --- a/content/blog/docker-cheat-sheet/content.md +++ /dev/null @@ -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. | diff --git a/content/blog/docker-cheat-sheet/index.md b/content/blog/docker-cheat-sheet/index.md deleted file mode 100644 index 10140a8..0000000 --- a/content/blog/docker-cheat-sheet/index.md +++ /dev/null @@ -1,6 +0,0 @@ -+++ -title = "Docker Cheat Sheet" -subtitle = "This is my Docker commands sheat sheet." -date = "2020-12-02" -tags = ["docker", "cheat", "sheet"] -+++ \ No newline at end of file diff --git a/content/blog/hello-world/content.md b/content/blog/hello-world/content.md deleted file mode 100644 index 03c3afb..0000000 --- a/content/blog/hello-world/content.md +++ /dev/null @@ -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) diff --git a/content/blog/hello-world/index.md b/content/blog/hello-world/index.md deleted file mode 100644 index be60fa5..0000000 --- a/content/blog/hello-world/index.md +++ /dev/null @@ -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"] -+++ \ No newline at end of file diff --git a/content/blog/icon-themes-kde/content.md b/content/blog/icon-themes-kde/content.md deleted file mode 100644 index 3a12944..0000000 --- a/content/blog/icon-themes-kde/content.md +++ /dev/null @@ -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 -``` diff --git a/content/blog/icon-themes-kde/index.md b/content/blog/icon-themes-kde/index.md deleted file mode 100644 index 4099be2..0000000 --- a/content/blog/icon-themes-kde/index.md +++ /dev/null @@ -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"] -+++ \ No newline at end of file diff --git a/content/post/ANSI-color-codes/content.md b/content/post/ANSI-color-codes/content.md deleted file mode 100644 index 1cf38a0..0000000 --- a/content/post/ANSI-color-codes/content.md +++ /dev/null @@ -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"] -+++ - - diff --git a/content/post/ANSI-color-codes/index.md b/content/post/ANSI-color-codes/index.md deleted file mode 100644 index 8c49ae8..0000000 --- a/content/post/ANSI-color-codes/index.md +++ /dev/null @@ -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"] -+++ diff --git a/content/post/_index.md b/content/post/_index.md deleted file mode 100644 index 8e43857..0000000 --- a/content/post/_index.md +++ /dev/null @@ -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 -+++ \ No newline at end of file diff --git a/content/post/_index/index.md b/content/post/_index/index.md deleted file mode 100644 index 2ae2541..0000000 --- a/content/post/_index/index.md +++ /dev/null @@ -1,3 +0,0 @@ -+++ -headless = true -+++ \ No newline at end of file diff --git a/content/post/_index/list.md b/content/post/_index/list.md deleted file mode 100644 index 9fb48db..0000000 --- a/content/post/_index/list.md +++ /dev/null @@ -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 -+++ \ No newline at end of file diff --git a/content/post/docker-cheat-sheet/Image-Docker-Command-Cheat-Sheet.png b/content/post/docker-cheat-sheet/Image-Docker-Command-Cheat-Sheet.png deleted file mode 100644 index e8cf80f..0000000 Binary files a/content/post/docker-cheat-sheet/Image-Docker-Command-Cheat-Sheet.png and /dev/null differ diff --git a/content/post/docker-cheat-sheet/content.md b/content/post/docker-cheat-sheet/content.md deleted file mode 100644 index 23e650f..0000000 --- a/content/post/docker-cheat-sheet/content.md +++ /dev/null @@ -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. | diff --git a/content/post/docker-cheat-sheet/index.md b/content/post/docker-cheat-sheet/index.md deleted file mode 100644 index 10140a8..0000000 --- a/content/post/docker-cheat-sheet/index.md +++ /dev/null @@ -1,6 +0,0 @@ -+++ -title = "Docker Cheat Sheet" -subtitle = "This is my Docker commands sheat sheet." -date = "2020-12-02" -tags = ["docker", "cheat", "sheet"] -+++ \ No newline at end of file diff --git a/content/post/hello-world/content.md b/content/post/hello-world/content.md deleted file mode 100644 index 03c3afb..0000000 --- a/content/post/hello-world/content.md +++ /dev/null @@ -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) diff --git a/content/post/hello-world/index.md b/content/post/hello-world/index.md deleted file mode 100644 index be60fa5..0000000 --- a/content/post/hello-world/index.md +++ /dev/null @@ -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"] -+++ \ No newline at end of file diff --git a/content/post/icon-themes-kde/content.md b/content/post/icon-themes-kde/content.md deleted file mode 100644 index 3a12944..0000000 --- a/content/post/icon-themes-kde/content.md +++ /dev/null @@ -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 -``` diff --git a/content/post/icon-themes-kde/index.md b/content/post/icon-themes-kde/index.md deleted file mode 100644 index 4099be2..0000000 --- a/content/post/icon-themes-kde/index.md +++ /dev/null @@ -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"] -+++ \ No newline at end of file