2022-02-14 09:23:25 +01:00
###################### Hugo configuration #######################
2022-03-19 15:40:27 +01:00
baseURL : "/"
2022-02-14 09:23:25 +01:00
languageCode : en-gb
title : Aroy Art
2023-02-14 19:28:28 +01:00
theme : Rinkusu
2022-02-14 09:23:25 +01:00
# Add an S on the end of titles
pluralizeListTitles : False
# Enable inline shortcodes in blog posts
enableInlineShortcodes : True
# Robot.txt file
enableRobotsTXT : True
2024-09-11 23:01:56 +02:00
# Summary length
summaryLength : 24
2022-02-14 09:23:25 +01:00
#################################################################
##################### Default Parameters ########################
params :
2022-03-19 14:00:04 +01:00
# Site html character set
2022-02-14 09:23:25 +01:00
charset : utf-8
# Theme color for Android browsers and Vivaldi
themeColor : '#ff00d4'
2022-03-10 19:40:34 +01:00
# Site Favicon in tabbar in browsers. (Path inside static folder)
favicon : favicon.png
2022-02-14 09:23:25 +01:00
# Site Logo
logo : /img/Furry-Aroy-Logo-2.1.png
author : Aroy
2024-02-12 19:31:01 +01:00
description : Welcome to the whimsical world of Aroy - a unique blend of a tech nerd and an artist, wrapped in the mysterious charm of a shy cat. This portfolio and blog serve as a window into the creative and technical pursuits of a feline enthusiast with a passion for both code and canvas.
2023-02-27 17:29:48 +01:00
copyright : Copyright © 2023 - Design & Content by Aroy
2024-09-15 22:23:03 +02:00
license : This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License if not other mentioned.
2022-02-14 09:23:25 +01:00
post_share : True
2023-05-25 19:56:15 +02:00
breadcrumbs : true
2022-02-14 09:23:25 +01:00
to_top_button : True
comments : True
2023-02-14 16:21:57 +01:00
# Set to true to fix some problems if built wih Netlify´ s build system
2023-02-27 15:53:50 +01:00
onNetlify : false
2023-02-14 16:21:57 +01:00
2022-03-19 14:00:04 +01:00
# Set how to format the date, eg; "2006-01-02", "Monday, Jan 2, 2006"
dateFormat : "2006-01-02"
2022-02-14 09:23:25 +01:00
# RSS Feed settings
RSS :
fullContents : True
rssLimit : 100
2024-09-15 21:31:37 +02:00
# Cookie-Box settings
2022-02-14 09:23:25 +01:00
cookies :
enable : true
2024-02-07 08:34:55 +01:00
expire_days : 90
2022-02-14 09:23:25 +01:00
#################################################################
############################ Plugins ############################
plugins :
2022-03-19 14:00:04 +01:00
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
2024-09-15 21:34:45 +02:00
- link : https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100;0,300;0,400;0,700;1,100;1,300;1,400;1,700&display=swap
2022-03-19 14:00:04 +01:00
- link : /plugins/lightbox/lightbox.min.css
js : # js plugins
- link : /plugins/bootstrap/bootstrap.bundle.min.js
2022-06-15 17:17:54 +02:00
- link : /plugins/jquery/jquery-3.6.0.min.js
2022-03-19 14:00:04 +01:00
- link : /plugins/slick/slick.min.js
- link : /plugins/magnific-popup/jquery.magnific-popup.min.js
2024-02-12 19:21:50 +01:00
- link : /plugins/masonry/masonry.pkgd.min.js
2022-03-19 14:00:04 +01:00
- link : /plugins/lazy-load/lozad.min.js
- link : /plugins/lightbox/lightbox.min.js
2022-02-14 09:23:25 +01:00
#################################################################
######################### Social Icons ##########################
# Nerd Fonts icon pack : https://www.nerdfonts.com/cheat-sheet
social :
2023-05-24 17:34:35 +02:00
- icon : nf nf-dev-git_branch
link : https://git.aroy-art.com
2022-02-14 09:23:25 +01:00
- icon : nf nf-fa-github_alt
link : https://github.com/Aroy-Art
2023-05-24 17:34:35 +02:00
- icon : nf nf-md-matrix
2024-10-29 21:00:21 +01:00
link : https://matrix.to/#/@aroy:aroy-art.com
2024-09-15 21:27:39 +02:00
- icon : nf nf-md-shark
link : https://fedi.aroy-art.com/@aroy
2023-05-24 17:34:35 +02:00
#- 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/
2022-02-14 09:23:25 +01:00
sketchfab :
enable : true
text : I am also on
img : /images/logos/social-logos/sketchfab-logo-text.png
link : https://sketchfab.com/Aroy-Art
2022-07-18 21:30:50 +02:00
itchio :
enable : true
2023-11-15 19:59:45 +01:00
text : Find my Game Jams on
2022-07-18 21:30:50 +02:00
img : /images/logos/social-logos/itchio-logo-white.svg
link : https://aroy.itch.io
2022-02-14 09:23:25 +01:00
utteranc :
enable : true
repo : Aroy-Art/Aroy-Art-Site-Comments
issue_term : pathname
label : Comment
theme : dark-blue
#################################################################
########################### Markup ##############################
markup :
2022-03-19 14:00:04 +01:00
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
2024-07-24 22:49:32 +02:00
unsafe : true # Set to "true" if you need to use raw html in blog posts
2022-03-19 14:00:04 +01:00
xhtml : false
highlight :
anchorLineNos : true
codeFences : true
guessSyntax : true
hl_Lines : ""
lineAnchors : ""
lineNoStart : 1
lineNos : false
lineNumbersInTable : true
noClasses : false
style : fruity
tabWidth : 4
tableOfContents :
endLevel : 3
ordered : false
startLevel : 2
2022-02-14 09:23:25 +01:00
#################################################################
############################ Outputs ############################
outputs :
home :
- HTML
- RSS
#################################################################
######################## Navigation bar #########################
menu :
2022-03-19 14:00:04 +01:00
main :
- name : Blog
pre : ""
2024-09-11 23:03:21 +02:00
url : blog/
2022-03-19 14:00:04 +01:00
weight : 1
- name : Portfolio
pre : ""
2024-09-11 23:03:21 +02:00
url : portfolio/
2022-03-19 14:00:04 +01:00
weight : 2
- name : About Me
pre : ""
2024-09-11 23:03:21 +02:00
url : about/
2022-03-19 14:00:04 +01:00
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
2022-02-14 09:23:25 +01:00
#################################################################
###################### Language Settings ########################
Language :
2022-03-19 14:00:04 +01:00
en :
languageName : EN
languageCode : en-gb
contentDir : content
weight : 1
home : Home
copyright : Copyright © 2022
2022-02-14 09:23:25 +01:00
#################################################################