mirror of
https://github.com/Aroy-Art/Aroy-Art-Site.git
synced 2024-12-26 17:04:23 +01:00
Compare commits
4 commits
87cf7f952f
...
d944dfbed9
Author | SHA1 | Date | |
---|---|---|---|
d944dfbed9 | |||
001ca56bf3 | |||
31005454f5 | |||
2d65c8b97b |
3 changed files with 27 additions and 9 deletions
BIN
assets/images/portfolio/Sketch/Sketch-003.png
Normal file
BIN
assets/images/portfolio/Sketch/Sketch-003.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 188 KiB |
20
config.yaml
20
config.yaml
|
@ -82,14 +82,18 @@ params:
|
||||||
######################### Social Icons ##########################
|
######################### Social Icons ##########################
|
||||||
# Nerd Fonts icon pack : https://www.nerdfonts.com/cheat-sheet
|
# Nerd Fonts icon pack : https://www.nerdfonts.com/cheat-sheet
|
||||||
social:
|
social:
|
||||||
|
- icon: nf nf-dev-git_branch
|
||||||
|
link: https://git.aroy-art.com
|
||||||
- icon: nf nf-fa-github_alt
|
- icon: nf nf-fa-github_alt
|
||||||
link: https://github.com/Aroy-Art
|
link: https://github.com/Aroy-Art
|
||||||
- icon: nf nf-fa-twitter
|
- icon: nf nf-md-matrix
|
||||||
link: https://twitter.com/AroyArt
|
link: https://matrix.to/#/@aroy:matrix.aroy-art.com
|
||||||
- icon: nf nf-fa-reddit_alien
|
#- icon: nf nf-fa-twitter
|
||||||
link: https://www.reddit.com/user/Aroy-Art/
|
# link: https://twitter.com/AroyArt
|
||||||
- icon: nf nf-fa-instagram
|
#- icon: nf nf-fa-reddit_alien
|
||||||
link: https://www.instagram.com/aroy_art22/
|
# link: https://www.reddit.com/user/Aroy-Art/
|
||||||
|
#- icon: nf nf-fa-instagram
|
||||||
|
# link: https://www.instagram.com/aroy_art22/
|
||||||
|
|
||||||
sketchfab:
|
sketchfab:
|
||||||
enable: true
|
enable: true
|
||||||
|
@ -99,7 +103,7 @@ params:
|
||||||
|
|
||||||
itchio:
|
itchio:
|
||||||
enable: true
|
enable: true
|
||||||
text: Find my projects on
|
text: Find my Game Jam's on
|
||||||
img: /images/logos/social-logos/itchio-logo-white.svg
|
img: /images/logos/social-logos/itchio-logo-white.svg
|
||||||
link: https://aroy.itch.io
|
link: https://aroy.itch.io
|
||||||
|
|
||||||
|
@ -132,7 +136,7 @@ markup:
|
||||||
title: true
|
title: true
|
||||||
renderer:
|
renderer:
|
||||||
hardWraps: false
|
hardWraps: false
|
||||||
unsafe: false
|
unsafe: false # Set to "true" if you need to use raw html in blog posts
|
||||||
xhtml: false
|
xhtml: false
|
||||||
highlight:
|
highlight:
|
||||||
anchorLineNos: true
|
anchorLineNos: true
|
||||||
|
|
|
@ -74,6 +74,20 @@ portfolio:
|
||||||
slideshow : true
|
slideshow : true
|
||||||
|
|
||||||
|
|
||||||
|
- name : Sketches
|
||||||
|
text_color : ""
|
||||||
|
bg_color : "#8a2be2"
|
||||||
|
portfolio_items:
|
||||||
|
|
||||||
|
# portfolio item loop
|
||||||
|
- name : Female Kitty
|
||||||
|
image : images/portfolio/Sketch/Sketch-003.png
|
||||||
|
tags : ["Krita"]
|
||||||
|
content :
|
||||||
|
link : "#"
|
||||||
|
slideshow : false
|
||||||
|
|
||||||
|
|
||||||
- name : 3D Art
|
- name : 3D Art
|
||||||
text_color : ""
|
text_color : ""
|
||||||
bg_color : "#a521c1"
|
bg_color : "#a521c1"
|
||||||
|
@ -104,7 +118,7 @@ portfolio:
|
||||||
# portfolio item loop
|
# portfolio item loop
|
||||||
- name : Arcade Machine
|
- name : Arcade Machine
|
||||||
image : images/portfolio/Other/20200616_125851.jpg
|
image : images/portfolio/Other/20200616_125851.jpg
|
||||||
tags : ["development"]
|
tags : ["Retro"]
|
||||||
content : My DIY arcade machine.
|
content : My DIY arcade machine.
|
||||||
link : "#"
|
link : "#"
|
||||||
slideshow : false
|
slideshow : false
|
||||||
|
|
Loading…
Reference in a new issue