From 518714902d898dc616d5b2ec2976a4773cd23264 Mon Sep 17 00:00:00 2001 From: Aroy-Art <39088602+Aroy-Art@users.noreply.github.com> Date: Tue, 15 Dec 2020 11:33:09 +0100 Subject: [PATCH 1/8] Added search index --- content/search/index.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 content/search/index.md diff --git a/content/search/index.md b/content/search/index.md new file mode 100644 index 0000000..af27958 --- /dev/null +++ b/content/search/index.md @@ -0,0 +1,6 @@ ++++ +fragment = "search" +weight = 100 +title = "Search" +background = "light" ++++ From f2d83dcbeaebec8fdd380c825f204480a08ac9a8 Mon Sep 17 00:00:00 2001 From: Aroy-Art <39088602+Aroy-Art@users.noreply.github.com> Date: Tue, 15 Dec 2020 12:04:28 +0100 Subject: [PATCH 2/8] Updated footer --- config.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/config.toml b/config.toml index 4a47bd8..0b71fb0 100644 --- a/config.toml +++ b/config.toml @@ -106,14 +106,14 @@ lastmod = ["lastmod", ":git", "date"] weight = 30 [[menu.copyright_footer]] - url = "/about" - name = "About Me" + url = "/blog" + name = "Blog" weight = 10 -#[[menu.copyright_footer]] -# url = "#" -# name = "Another Link" -# weight = 30 +[[menu.copyright_footer]] + url = "/about" + name = "About Me" + weight = 20 [[menu.footer_social]] weight = 10 From c34d699945678dbe98d57461351d5bbf25330db4 Mon Sep 17 00:00:00 2001 From: Aroy-Art <39088602+Aroy-Art@users.noreply.github.com> Date: Tue, 15 Dec 2020 12:25:31 +0100 Subject: [PATCH 3/8] Fixed error massage --- content/_global/404.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/_global/404.md b/content/_global/404.md index ed28d90..0055402 100644 --- a/content/_global/404.md +++ b/content/_global/404.md @@ -5,7 +5,7 @@ weight = 150 #title = "" # default i18n "404.title" #subtitle = "" # default i18n "404.subtitle" -#redirect_text = "" # default i18n "404.direction" +redirect_text = "You can always go back to my main page" # default i18n "404.direction" #button_text = "" # default i18n "404.button" #redirect_url = "" # default / From eded38c2b9a1ea7a28312ac34dda3bb61fe5d3e8 Mon Sep 17 00:00:00 2001 From: Aroy-Art <39088602+Aroy-Art@users.noreply.github.com> Date: Tue, 15 Dec 2020 12:26:54 +0100 Subject: [PATCH 4/8] Updated About Me --- content/about/item1.md | 2 +- content/about/item2.md | 9 ++++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/content/about/item1.md b/content/about/item1.md index 9be7897..d8d62f1 100644 --- a/content/about/item1.md +++ b/content/about/item1.md @@ -7,7 +7,7 @@ background = "light" align = "left" title = "Who am I" -subtitle = "I am a self-taught artist and programmer and I do a lot of hardware work as well." +subtitle = "I am a self-taught artist and programmer who lives in northern Sweden, and I do a lot of hardware work as well." # Subtitle pre and post item #pre = "" diff --git a/content/about/item2.md b/content/about/item2.md index a44c409..d7b2ae0 100644 --- a/content/about/item2.md +++ b/content/about/item2.md @@ -1,13 +1,16 @@ +++ fragment = "item" -#disabled = false +disabled = false + date = "2017-10-04" +lastmod = "2020-12-15" + weight = 110 background = "light" align = "right" -#title = "" -subtitle= "I am Levi Mattiasson and i am mostly going under the name EDUDD22." +title = "" +subtitle= "I am Levi Mattiasson and i am mostly going under the name Aroy." # Subtitle pre and post item #pre = "" From e8c59390119386bee3669395bc309f9c0582bf35 Mon Sep 17 00:00:00 2001 From: Aroy-Art <39088602+Aroy-Art@users.noreply.github.com> Date: Tue, 15 Dec 2020 12:29:59 +0100 Subject: [PATCH 5/8] Updated Hello world post --- content/blog/hello-world/content.md | 7 ++++++- content/blog/hello-world/index.md | 3 +++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/content/blog/hello-world/content.md b/content/blog/hello-world/content.md index 281fbe4..03c3afb 100644 --- a/content/blog/hello-world/content.md +++ b/content/blog/hello-world/content.md @@ -1,6 +1,11 @@ +++ +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. \ No newline at end of file +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 index c64ceb7..be60fa5 100644 --- a/content/blog/hello-world/index.md +++ b/content/blog/hello-world/index.md @@ -1,4 +1,7 @@ +++ 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 From 6530df1855ee8ac55f84025dc470fa64216c1ddc Mon Sep 17 00:00:00 2001 From: Aroy-Art <39088602+Aroy-Art@users.noreply.github.com> Date: Tue, 15 Dec 2020 12:32:46 +0100 Subject: [PATCH 6/8] Updated blog index --- content/blog/_index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/blog/_index.md b/content/blog/_index.md index c008801..8e43857 100644 --- a/content/blog/_index.md +++ b/content/blog/_index.md @@ -1,8 +1,10 @@ +++ 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 From a675eae4abdda2bb2b584af7943ce59b6b2a3424 Mon Sep 17 00:00:00 2001 From: Aroy-Art <39088602+Aroy-Art@users.noreply.github.com> Date: Tue, 15 Dec 2020 12:36:04 +0100 Subject: [PATCH 7/8] Added post Docker Cheat Sheet --- content/blog/docker-cheat-sheet/content.md | 33 ++++++++++++++++++++++ content/blog/docker-cheat-sheet/index.md | 5 ++++ 2 files changed, 38 insertions(+) create mode 100644 content/blog/docker-cheat-sheet/content.md create mode 100644 content/blog/docker-cheat-sheet/index.md diff --git a/content/blog/docker-cheat-sheet/content.md b/content/blog/docker-cheat-sheet/content.md new file mode 100644 index 0000000..b227e22 --- /dev/null +++ b/content/blog/docker-cheat-sheet/content.md @@ -0,0 +1,33 @@ ++++ +title = "Docker Cheat Sheet" +#subtitle = "This is my Docker commands sheat sheet." +date = "2020-12-02" +fragment = "content" +weight = 100 +tags = ["docker", "cheat", "sheet"] ++++ + +# 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...] +``` diff --git a/content/blog/docker-cheat-sheet/index.md b/content/blog/docker-cheat-sheet/index.md new file mode 100644 index 0000000..3406b0f --- /dev/null +++ b/content/blog/docker-cheat-sheet/index.md @@ -0,0 +1,5 @@ ++++ +title = "Docker Cheat Sheet" +subtitle = "This is my Docker commands sheat sheet." +date = "2020-12-02" ++++ \ No newline at end of file From c68d07a841f2f3e68b311f202b5502d329cefcd9 Mon Sep 17 00:00:00 2001 From: Aroy-Art <39088602+Aroy-Art@users.noreply.github.com> Date: Tue, 15 Dec 2020 12:36:34 +0100 Subject: [PATCH 8/8] Added post "Themes & Icons in KDE" --- content/blog/icon-themes-kde/content.md | 24 ++++++++++++++++++++++++ content/blog/icon-themes-kde/index.md | 6 ++++++ 2 files changed, 30 insertions(+) create mode 100644 content/blog/icon-themes-kde/content.md create mode 100644 content/blog/icon-themes-kde/index.md diff --git a/content/blog/icon-themes-kde/content.md b/content/blog/icon-themes-kde/content.md new file mode 100644 index 0000000..1ea4143 --- /dev/null +++ b/content/blog/icon-themes-kde/content.md @@ -0,0 +1,24 @@ ++++ +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"] ++++ + +### 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/ +``` diff --git a/content/blog/icon-themes-kde/index.md b/content/blog/icon-themes-kde/index.md new file mode 100644 index 0000000..4099be2 --- /dev/null +++ b/content/blog/icon-themes-kde/index.md @@ -0,0 +1,6 @@ ++++ +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