Merge pull request #20 from Aroy-Art/Theme-Immigration

Theme immigration
This commit is contained in:
Aroy-Art 2022-03-19 13:57:41 +01:00 committed by GitHub
commit 63de2d574b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
65 changed files with 383 additions and 4537 deletions

14
.gitignore vendored
View file

@ -1,2 +1,12 @@
/public
/tmp
#################
# -- Folders -- #
#################
.vscode/
public/
resources/_gen/
Tmp/
#################
# --- Files --- #
#################
.hugo_build.lock

5
.gitmodules vendored
View file

@ -1,3 +1,6 @@
[submodule "themes/syna"]
path = themes/syna
url = https://git.okkur.org/syna
url = https://github.com/okkur/syna.git
[submodule "themes/BioTech"]
path = themes/BioTech
url = https://github.com/Aroy-Art/BioTech.git

View file

@ -1,2 +1,5 @@
# EDUDD22-Site
# Aroy-Art.com
[![Netlify Status](https://api.netlify.com/api/v1/badges/17a4ec01-7490-42df-822b-b5b6f808bca7/deploy-status)](https://app.netlify.com/sites/aroy-art/deploys)
My Home page / Portfolio / Blog

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 225 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 356 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 256 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 290 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 712 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 897 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 MiB

194
config.yaml Normal file
View file

@ -0,0 +1,194 @@
###################### Hugo configuration #######################
baseURL: ""
languageCode: en-gb
title: Aroy Art
theme: BioTech
favicon: img/favicon.png
# Add an S on the end of titles
pluralizeListTitles: False
# Enable inline shortcodes in blog posts
enableInlineShortcodes: True
# Robot.txt file
enableRobotsTXT: True
#################################################################
##################### Default Parameters ########################
params:
# Site character set
charset: utf-8
# Theme color for Android browsers and Vivaldi
themeColor: '#ff00d4'
# Site Favicon in tabbar in browsers. (Path inside static folder)
favicon: favicon.png
# Site Logo
logo: /img/Furry-Aroy-Logo-2.1.png
author: Aroy
description: I am a furry artist and programmer.
copyright: Copyright © 2022 - Design & Content by Aroy
license: This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.
post_share: True
breadcrumbs: False
to_top_button: True
comments: True
# RSS Feed settings
RSS:
fullContents: True
rssLimit: 100
# preloader:
# enable: false
# preloader: /img/avatar-512.png
cookies:
enable: true
expire_days: 7
#################################################################
############################ Plugins ############################
plugins:
css: # css plugins
- link: /plugins/bootstrap/bootstrap.min.css
- link: /plugins/nerd-fonts/nerd-fonts-generated.min.css
- link: /plugins/magnific-popup/magnific-popup.css
- link: /plugins/slick/slick.css
- link: https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,200;0,500;0,700;1,200;1,500;1,700&display=swap #https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap
- link: /plugins/lightbox/lightbox.min.css
js: # js plugins
- link: /plugins/bootstrap/bootstrap.bundle.min.js
- link: /plugins/jquery/jquery.min.js
- link: /plugins/slick/slick.min.js
- link: /plugins/magnific-popup/jquery.magnific-popup.min.js
- link: /plugins/masonry/masonry.js
- link: /plugins/lazy-load/lozad.min.js
- link: /plugins/lightbox/lightbox.min.js
#################################################################
######################### Social Icons ##########################
# Nerd Fonts icon pack : https://www.nerdfonts.com/cheat-sheet
social:
- icon: nf nf-fa-github_alt
link: https://github.com/Aroy-Art
- icon: nf nf-fa-twitter
link: https://twitter.com/AroyArt
- icon: nf nf-fa-reddit_alien
link: https://www.reddit.com/user/Aroy-Art/
- icon: nf nf-fa-instagram
link: https://www.instagram.com/aroy_art22/
sketchfab:
enable: true
text: I am also on
img: /images/logos/social-logos/sketchfab-logo-text.png
link: https://sketchfab.com/Aroy-Art
utteranc:
enable: true
repo: Aroy-Art/Aroy-Art-Site-Comments
issue_term: pathname
label: Comment
theme: dark-blue
#################################################################
########################### Markup ##############################
markup:
defaultMarkdownHandler: goldmark
goldmark:
extensions:
definitionList: true
footnote: true
linkify: true
strikethrough: true
table: true
taskList: true
typographer: true
parser:
autoHeadingID: true
autoHeadingIDType: github
attribute:
block: false
title: true
renderer:
hardWraps: false
unsafe: false
xhtml: false
highlight:
anchorLineNos: true
codeFences: true
guessSyntax: false
hl_Lines: ""
lineAnchors: ""
lineNoStart: 1
lineNos: false
lineNumbersInTable: true
noClasses: false
style: fruity
tabWidth: 4
tableOfContents:
endLevel: 3
ordered: false
startLevel: 2
#################################################################
############################ Outputs ############################
outputs:
home:
- HTML
- RSS
#################################################################
######################## Navigation bar #########################
menu:
main:
- name: Blog
pre: ""
url: blog
weight: 1
- name: Portfolio
pre: ""
url: portfolio
weight: 2
- name: About Me
pre: ""
url: about
weight: 3
- name: Contact
pre: '#'
url: contact
weight: 4
more:
- name: Archive
pre: ""
url: archive
weight: 3
- name: Link Tree
pre: ""
url: link_tree
weight: 1
#################################################################
###################### Language Settings ########################
Language:
en:
languageName: EN
languageCode: en-gb
contentDir: content
weight: 1
home: Home
copyright: Copyright © 2022
#################################################################

View file

@ -1,16 +0,0 @@
+++
date = "2020-12-01"
fragment = "404"
weight = 150
#title = "" # default i18n "404.title"
#subtitle = "" # default i18n "404.subtitle"
redirect_text = "You can always go back to my main page" # default i18n "404.direction"
#button_text = "" # default i18n "404.button"
#redirect_url = "" # default /
[asset]
image = "logo.svg"
width = "500px" # optional - will default to image width
#height = "150px" # optional - will default to image height
+++

View file

@ -1,10 +0,0 @@
+++
fragment = "copyright"
#disabled = true
date = "2020-12-01"
weight = 1250
copyright = "" # default: Copyright $Year .Site.params.name
attribution = true # enable attribution by setting it to true
background = "dark"
+++

View file

@ -1,20 +0,0 @@
+++
fragment = "footer"
#disabled = true
date = "2020-12-01"
weight = 1200
background = "secondary"
menu_title = "Index"
[asset]
title = "Logo Title"
image = "logo.svg"
text = "Logo Subtext"
url = "#"
+++
#### I am also on
---
[![](/images/logo-sketchfab-grey.png "https://sketchfab.com/Aroy-Art")](https://sketchfab.com/Aroy-Art)
---

View file

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

View file

@ -1,19 +0,0 @@
+++
fragment = "nav"
disabled = false
date = "2020-12-01"
weight = 0
background = "dark"
search = true
sticky = true
#[repo_button]
# url = "https://github.com/okkur/syna"
# text = "Star" # default: "Star"
# icon = "fab fa-github" # defaults: "fab fa-github"
# Branding options
[asset]
image = "logo.svg"
text = "EDUDD22"
+++

View file

@ -1,21 +0,0 @@
+++
fragment = "list"
weight = 150
title = "New posts"
subtitle = " "
title_align = "center" # Default is center, can be left, right or center
background = "secondary"
count = 2 # Default value is 10
section = "/blog" # Default value is current section
#summary = true # Default value is true
images = true # Default value is true
#read_more = true # Default value is empty (empty: show when content is truncated, false to never show, true to always show)
tiled = true # Default value is false
display_date = true # Default is false
collapsible = false # Default value is false
subsections = true # Default to true. Shows subsection branch pages
subsection_leaves = true # Default to false. Shows subsection leaf pages
+++

View file

@ -1,51 +0,0 @@
+++
fragment = "contact"
#disabled = true
date = "2020-12-01"
weight = 1100
#background = "light"
form_name = "defaultContact"
title = "Contact Me"
# subtitle = "*not working on demo page*"
# PostURL can be used with backends such as mailout from caddy
post_url = "https://example.com/mailout" #default: formspree.io
email = "mail@example.com"
button = "Send Button" # defaults to theme default
netlify = true
# Optional google captcha
#[recaptcha]
# sitekey = ""
[message]
success = "" # defaults to theme default
#error = "" # defaults to theme default
# Only defined fields are shown in contact form
[fields.name]
text = "Your Name *"
#error = "" # defaults to theme default
[fields.email]
text = "Your Email *"
#error = "" # defaults to theme default
#[fields.phone]
# text = "Your Phone *"
# #error = "" # defaults to theme default
[fields.message]
text = "Your Message *"
#error = "" # defaults to theme default
# Optional hidden form fields
# Fields "page" and "site" will be autofilled
[[fields.hidden]]
name = "page"
[[fields.hidden]]
name = "someID"
value = "example.com"
+++

View file

@ -1,11 +0,0 @@
+++
fragment = "discord-fragment"
#disabled = false
align = "center"
background = "secondary"
title = "Discord Info"
weight = 180
date = 2021-01-20
+++

View file

@ -1,34 +0,0 @@
+++
fragment = "hero"
#disabled = true
date = "2020-12-01"
weight = 50
background = "light" # can influence the text color
particles = true
title = "Aroy"
subtitle = "I am a hobby programmer and artist."
[header]
image = "header.jpg"
[asset]
image = "logo.svg"
width = "500px" # optional - will default to image width
#height = "150px" # optional - will default to image height
[[buttons]]
text = "Portfolio"
url = "/portfolio"
color = "info" # primary, secondary, success, danger, warning, info, light, dark, link - default: primary
#[[buttons]]
# text = "Download"
# url = "https://github.com/okkur/syna/releases"
# color = "primary"
[[buttons]]
text = "Blog"
url = "/blog"
color = "primary"
+++

View file

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

View file

@ -1,9 +0,0 @@
+++
fragment = "sample-custom-fragment"
disabled = true
date = "2020-12-01"
weight = 1000
background = "light"
draft = true
+++

View file

@ -1,4 +0,0 @@
+++
title = "About Me"
date = "2020-12-01"
+++

View file

@ -1,23 +0,0 @@
+++
fragment = "item"
disabled = false
date = "2020-12-15"
lastmod = "2020-12-16"
weight = 80
background = "light"
align = "left"
title = "Who am I"
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 = ""
#post = ""
[asset]
image = "art/furry-aroy.png"
+++
I have a keen eye for detail and this comes in handy when working with electronics, imaging, programming and game design. The software I commonly work with is Blender, Krita, Godot Engine and Unreal Engine. In programming I am most familiar with Godots GDscript but I am familiar with Python, Html, CSS and JavaScript as well. My dream is to one day work with game design, level design or something similar.

View file

@ -1,23 +0,0 @@
+++
fragment = "item"
disabled = false
date = "2017-10-04"
lastmod = "2020-12-16"
weight = 110
background = "light"
align = "right"
title = ""
subtitle= "I am Levi Mattiasson and I am mostly going under the name Aroy."
# Subtitle pre and post item
#pre = ""
#post = ""
[asset]
image = "art/eyes1e.png"
+++
Ever since I was a kid I have been interested in technology and I took many devices apart. When I was 11 years old I took apart a computer and put it together again. Since then I have built a lot of computers and I have helped a lot of people with their computers and other electronics. For a while I was an active writer on a German Linux wiki. I can speak German, Swedish and English.

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

13
content/contact.md Normal file
View file

@ -0,0 +1,13 @@
---
title: Contact 📨️
menu: main
toc: false
authorBox: false
breadcrumb: false
comments: false
share: false
contact: true
page: true
---
Ingin menyampaikan aspirasi kepada saya, atau ingin menghubungi saya ataupun juga ingin berkenalan/ngobrol bisa saja dengan mengisi form dibawah ini:<br>

View file

@ -1,4 +0,0 @@
+++
title = "Portfolio"
date = "2020-12-16"
+++

View file

@ -1,25 +0,0 @@
+++
fragment = "item"
disabled = false
date = "2020-12-15"
lastmod = "2020-12-16"
weight = 80
background = "light"
align = "left"
title = "Portfolio"
subtitle = "This is my portfolio, these images are made in Blender, Krita, Inkscape, Godot Engine and Ureal Engine"
# Subtitle pre and post item
#pre = ""
#post = ""
[asset]
image = "art/furry-aroy.png"
+++
Godot Engine and Unreal Engine are my tools for creating games and programs.
Krita is my primary tool for creating UI design's, creating artwork and image editing.
Blender is my primary tool for 3D editing and I use it for creating 3D assets and animating.

View file

@ -1,12 +0,0 @@
+++
fragment = "items"
disabled = false
date = "2020-12-16"
weight = 110
background = "light"
title = "My 3D Models"
subtitle= ""
title_align = "center" # Default is center, can be left, right or center
+++

View file

@ -1,21 +0,0 @@
+++
#title = "Column 1"
weight = 10
#[asset]
# icon = "fas fa-random"
# url = "#"
+++
---
<div class="sketchfab-embed-wrapper">
<iframe title="A 3D model" width="360" height="270" src="https://sketchfab.com/models/414d405bf42b4ba4a8c6fbede16dd4ef/embed?autostart=0&amp;ui_controls=1&amp;ui_infos=1&amp;ui_inspector=1&amp;ui_stop=1&amp;ui_watermark=1&amp;ui_watermark_link=1" frameborder="0" allow="autoplay; fullscreen; vr" mozallowfullscreen="true" webkitallowfullscreen="true"></iframe>
<p style="font-size: 13px; font-weight: normal; margin: 5px; color: #4A4A4A;">
<a href="https://sketchfab.com/3d-models/low-poly-female-414d405bf42b4ba4a8c6fbede16dd4ef?utm_medium=embed&utm_source=website&utm_campaign=share-popup" target="_blank" style="font-weight: bold; color: #1CAAD9;">Low Poly Female</a>
by <a href="https://sketchfab.com/Aroy-Art?utm_medium=embed&utm_source=website&utm_campaign=share-popup" target="_blank" style="font-weight: bold; color: #1CAAD9;">Aroy</a>
on <a href="https://sketchfab.com?utm_medium=embed&utm_source=website&utm_campaign=share-popup" target="_blank" style="font-weight: bold; color: #1CAAD9;">Sketchfab</a>
</p>
</div>
---

View file

@ -1,21 +0,0 @@
+++
#title = "Column 2"
weight = 20
#[asset]
# icon = "fas fa-random"
# url = "#"
+++
---
<div class="sketchfab-embed-wrapper">
<iframe title="A 3D model" width="360" height="270" src="https://sketchfab.com/models/67aa8a81ba8c42fa9efd40cf4483813f/embed?autostart=0&amp;ui_controls=1&amp;ui_infos=1&amp;ui_inspector=1&amp;ui_stop=1&amp;ui_watermark=1&amp;ui_watermark_link=1" frameborder="0" allow="autoplay; fullscreen; vr" mozallowfullscreen="true" webkitallowfullscreen="true"></iframe>
<p style="font-size: 13px; font-weight: normal; margin: 5px; color: #4A4A4A;">
<a href="https://sketchfab.com/3d-models/low-poly-battery-02-67aa8a81ba8c42fa9efd40cf4483813f?utm_medium=embed&utm_source=website&utm_campaign=share-popup" target="_blank" style="font-weight: bold; color: #1CAAD9;">Low Poly Battery 02</a>
by <a href="https://sketchfab.com/Aroy-Art?utm_medium=embed&utm_source=website&utm_campaign=share-popup" target="_blank" style="font-weight: bold; color: #1CAAD9;">Aroy</a>
on <a href="https://sketchfab.com?utm_medium=embed&utm_source=website&utm_campaign=share-popup" target="_blank" style="font-weight: bold; color: #1CAAD9;">Sketchfab</a>
</p>
</div>
---

View file

@ -1,21 +0,0 @@
+++
#title = "Column 3"
weight = 30
#[asset]
# icon = "fas fa-random"
# url = "#"
+++
---
<div class="sketchfab-embed-wrapper">
<iframe title="A 3D model" width="360" height="270" src="https://sketchfab.com/models/2c4f7bad2e6f4feeac080af60b462576/embed?autostart=0&amp;ui_controls=1&amp;ui_infos=1&amp;ui_inspector=1&amp;ui_stop=1&amp;ui_watermark=1&amp;ui_watermark_link=1" frameborder="0" allow="autoplay; fullscreen; vr" mozallowfullscreen="true" webkitallowfullscreen="true"></iframe>
<p style="font-size: 13px; font-weight: normal; margin: 5px; color: #4A4A4A;">
<a href="https://sketchfab.com/3d-models/low-poly-oak-tree-01-2c4f7bad2e6f4feeac080af60b462576?utm_medium=embed&utm_source=website&utm_campaign=share-popup" target="_blank" style="font-weight: bold; color: #1CAAD9;">Low Poly Oak Tree 01</a>
by <a href="https://sketchfab.com/Aroy-Art?utm_medium=embed&utm_source=website&utm_campaign=share-popup" target="_blank" style="font-weight: bold; color: #1CAAD9;">Aroy</a>
on <a href="https://sketchfab.com?utm_medium=embed&utm_source=website&utm_campaign=share-popup" target="_blank" style="font-weight: bold; color: #1CAAD9;">Sketchfab</a>
</p>
</div>
---

View file

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

28
data/about.yml Normal file
View file

@ -0,0 +1,28 @@
about:
title: "About Me"
subtitle: "I am a furry artist and programmer."
sections:
- title: Who am I
subtitle: I am a self-taught programmer and artist who lives in northern Sweden, and I do a lot of hardware work as well.
content: >-
I have a keen eye for detail and this comes in handy when working with electronics,
imaging, programming and game design. The software I commonly work with is Godot Engine,
Blender and Krita. In programming I am most familiar with Godots GDscript but I am
familiar with Python, Html, CSS and JavaScript as well. My dream is to one day work
with game design, level design or something similar.
image: images/portfolio/Art/image-2.png
align: left
- title:
subtitle: I am Levi and I am mostly going under the name Aroy.
content: >-
Ever since I was a kid I have been interested in technology and I took many devices apart.
When I was 11 years old I took apart a computer and put it together again. Since then
I have built a lot of computers and I have helped a lot of people with their computers
and other electronics. For a while I was an active writer on a German Linux wiki.
I can speak German, Swedish and English.
image: images/portfolio/Art/eyes1e-outline.png
align: right

12
data/banner.yml Normal file
View file

@ -0,0 +1,12 @@
banner:
enable : true
bg_image_webp : "/images/header-small.jpg"
bg_image : "/images/header-small.jpg"
icon : ""
title : "Aroy"
content: "I am a furry programmer and artist."
button:
enable : true
label : "Explore"
link : "#navigation"

98
data/portfolio.yml Normal file
View file

@ -0,0 +1,98 @@
#################################### portfolio ###############################
portfolio:
enable : true
title : My Works
image_loaded_plugin : "/plugins/image-loaded/imagesloaded.pkgd.min.js"
portfolio_categories:
- name : 2D Art
text_color : "#a521c1"
bg_color : "#57cbcc"
portfolio_items:
- name : Cyborg Cat
image : images/portfolio/Art/Skiss-01-V21.png
tags : ["Krita", "2D", "Cyborg"]
content :
link : ""
# portfolio item loop
- name : Aroy icon version 2
image : images/portfolio/Art/image-5.png
tags : [""]
content :
link : ""
# portfolio item loop
- name : Aroy icon version 2
image : images/portfolio/Art/image-3.png
tags : [""]
content :
link : ""
# portfolio item loop
- name : Aroy Character version 1
image : images/portfolio/Art/image-2.png
tags : ["Furry", "Characters"]
content :
link : ""
# portfolio item loop
- name : Furry Robot Girl
image : images/portfolio/Art/image-1.png
tags : ["Robot", "Characters", "Art", "Furry"]
content :
link : ""
# portfolio item loop
- name : Robot Cat
image : images/portfolio/Art/image-0.png
tags : ["Cat", "Robot"]
content :
link : ""
- name : Black Eye
image : images/portfolio/Art/eyes1e-outline.png
tags : ["Krita"]
content :
link : ""
- name : 3D Art
text_color : ""
bg_color : "#a521c1"
portfolio_items:
# portfolio item loop
- name : Campfire 1
image : images/portfolio/Godot/Godot-001.png
tags : ["Game", "Godot", "Development", "3D"]
content : Campfire scene made in Godot.
link : "#"
# portfolio item loop
- name : Campfire 2
image : images/portfolio/Godot/Godot-003.png
tags : ["Game", "Godot", "Development", "3D"]
content : Campfire scene made in Godot.
link : "#"
- name : Other
text_color : ""
bg_color : "#8a2be2"
portfolio_items:
# portfolio item loop
- name : Arcade Machine
image : images/portfolio/Other/20200616_125851.jpg
tags : ["development"]
content : My DIY arcade machine.
link : "#"
# # portfolio item loop
# - name :
# image :
# tags : ["", ""]
# content :
# link : ""

15
data/post_share.yml Normal file
View file

@ -0,0 +1,15 @@
# Disable or enable individual sharing buttons
post_share:
facebook: False
twitter: True
tumblr: False
email: True
pinterest: False
linkedin: False
reddit: True
xing: False
whatsapp: True
hackernews: False
vk: False
telegram: True

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.7 KiB

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 215 KiB

After

Width:  |  Height:  |  Size: 16 KiB

File diff suppressed because it is too large Load diff

Before

Width:  |  Height:  |  Size: 292 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 367 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 501 KiB

After

Width:  |  Height:  |  Size: 984 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 MiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 293 KiB

View file

Before

Width:  |  Height:  |  Size: 7.3 KiB

After

Width:  |  Height:  |  Size: 7.3 KiB

View file

@ -0,0 +1 @@
<svg viewBox="0 0 2000 414" xmlns="http://www.w3.org/2000/svg"><g fill="#555"><path d="m604 128.3q-37.9 0-37.91 25a19 19 0 0 0 9.39 17q9.39 5.91 44 17t48.52 25.31q13.92 14.08 13.91 43.3 0 37.22-22.6 56.32t-59.13 19.13q-27.12 0-66.42-8.35l-12.52-2.43 4.87-37.21q46.59 6.28 71.29 6.27 36.87 0 36.87-30.61c0-7.4-2.84-13.22-8.53-17.39s-17-8.69-33.9-13.56q-40.36-11.47-56.84-27.29t-16.53-44q0-35.46 21.56-52.85t59.12-17.39q25.74 0 65.39 7l12.46 2.39-3.81 37.94q-49.02-5.56-69.19-5.58z"/><path d="m762.94 327.2h-46.61v-243.41h46.61v138.39l17.73-3.13 34.43-65.72h52.17l-45.21 82.42 47.65 91.45h-52.52l-35.13-67.81-19.12 3.11z"/><path d="m939.1 283.22q8.17 7.13 23.46 7.14 32.36 0 57.74-2.09l9.75-1 .68 34.42q-40 9.74-72.34 9.74-39.3 0-57-20.87t-17.73-67.8q0-93.54 76.86-93.54 75.81 0 75.81 78.58l-3.46 32.34h-102.3q.35 15.94 8.53 23.08zm51.29-58.6q0-20.87-6.61-29t-23.12-8.16q-16.54 0-23.3 8.51t-7.14 28.68z"/><path d="m1166 193h-42.78v71.29c0 6.95.18 11.89.51 14.79a12 12 0 0 0 3.83 7.46q3.3 3.14 10.25 3.13l26.43-.69 2.09 37.19c-15.54 3.49-27.34 5.22-35.48 5.22q-31.29 0-42.77-14.1t-11.48-52v-72.35h-20.5v-39.61h20.5v-48.33h46.6v48.33h42.8z"/><path d="m1261.31 149.16q18.11 0 46.27 5.56l9.37 2.09-1.39 36.86q-27.46-2.78-40.69-2.78-24 0-31.81 10.26t-7.83 38.77q0 28.52 7.83 39.13t32.16 10.61l40.34-2.78 1.39 37.19q-37.2 7.32-56.68 7.3-38.61 0-55.48-21.72t-16.88-69.73q0-48 17.39-69.37t56.01-21.39z"/><path d="m1398 327.2h-46.61v-243.41h46.61v77.89q24-12.52 43.12-12.52 34.79 0 48 20.52t13.2 63.32v94.2h-46.6v-93.2q0-21.91-5.2-32.51t-20.87-10.61a92 92 0 0 0 -27.14 4.17l-4.51 1.39z"/><path d="m1598.66 193v134.2h-46.6v-134.2h-18.78v-39.67h18.78v-7.63q0-37.56 11.12-51.81t39.67-14.26q12.53 0 32.34 3.48l7.29 1-.7 37.9q-15.3-.69-25.73-.69t-13.91 5.56c-2.34 3.71-3.48 10.09-3.48 19.13v7.3h42.08v39.69z"/><path d="m1801.07 207.58v72.33c.46 5.58 1.39 9.45 2.78 11.66s4.29 3.77 8.7 4.68l-1.4 35.12q-17.73 0-28.35-2.42a63.92 63.92 0 0 1 -21.38-9.75 115.66 115.66 0 0 1 -51.12 12.17q-53.94 0-53.91-57 0-27.79 14.94-39.46t45.91-13.74l37.21-2.78v-10.81c0-7.19-1.64-12.1-4.87-14.79s-8.48-4-15.65-4l-65.38 2.78-1.39-32.34q37.2-10.08 70.76-10.08t48.34 13.91q14.84 13.94 14.81 44.52zm-78.25 45.9q-19.48 1.74-19.48 20.86t17 19.13a112.66 112.66 0 0 0 28.86-4.17l5.22-1.39v-37.21z"/><path d="m1929.73 149.16q36.52 0 53.39 20t16.88 71.47q0 51.44-19.48 71.1t-67.12 19.66q-15 0-54.62-3.48l-13.21-1.39v-242.73h46.6v74.76q22.26-9.39 37.56-9.39zm-16.33 140.5q23.31 0 31.3-11.31t8-40.52q0-46.94-29.22-46.93a98.3 98.3 0 0 0 -26.43 3.48l-4.87 1.05v92.84q15.99 1.39 21.22 1.39z"/></g><path d="m207 14.27c-106.72 0-193.2 86.51-193.2 193.19s86.49 193.19 193.2 193.19 193.22-86.5 193.22-193.19-86.49-193.19-193.22-193.19z" fill="#fff"/><path d="m207 0c-114.32 0-207 92.68-207 207s92.68 207 207 207 207-92.68 207-207-92.63-207-207-207zm-18 330.18-89.22-51.51v-103.93l89.22 48.26zm15.9-131.69-105.6-56 105.6-61 105.61 61zm105.7 80.37-88.91 51.34v-106.84l88.91-48z" fill="#1caad9"/></svg>

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

View file

@ -0,0 +1 @@
<svg viewBox="0 0 2000 2000" xmlns="http://www.w3.org/2000/svg"><path d="m1000 69c-515.52 0-933.28 417.84-933.28 933.24s417.76 933.29 933.28 933.29 933.36-417.89 933.36-933.29-417.84-933.24-933.36-933.24z" fill="#fff"/><path d="m1000 0c-552.32 0-1000 447.72-1000 1000s447.68 1000 1000 1000 1000-447.72 1000-1000-447.6-1000-1000-1000zm-86.88 1595.07-431.12-248.86v-502l431.12 232.79zm76.8-636.19-510.08-270.38 510.08-294.5 510.16 294.5zm510.48 388.29-429.52 248v-516.17l429.52-232z" fill="#1faad8"/></svg>

After

Width:  |  Height:  |  Size: 504 B

1
themes/BioTech Submodule

@ -0,0 +1 @@
Subproject commit 8edb21d178c9a8341fcf890254a750f17451e38b