Merge pull request #8 from Aroy-Art/dev

Releies
This commit is contained in:
Aroy-Art 2020-12-15 12:38:36 +01:00 committed by GitHub
commit 12ab0e5b6c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 99 additions and 12 deletions

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -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` | | Dont truncate output |
| `--quiet , -q` | | Only show numeric IDs |
### Remove one or more containers
``` bash
docker rm [OPTIONS] CONTAINER [CONTAINER...]
```

View file

@ -0,0 +1,5 @@
+++
title = "Docker Cheat Sheet"
subtitle = "This is my Docker commands sheat sheet."
date = "2020-12-02"
+++

View file

@ -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.
![Demo Image](/images/header.jpg)

View file

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

View file

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

View file

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

6
content/search/index.md Normal file
View file

@ -0,0 +1,6 @@
+++
fragment = "search"
weight = 100
title = "Search"
background = "light"
+++