website-hadow.fr/_config.yml

31 lines
1.3 KiB
YAML
Raw Normal View History

2024-02-26 13:16:37 +01:00
title: <p id="title"></p>
<script>
let currenturl = (window.location.hostname);
currenturl = currenturl.substring(0,currenturl.lastIndexOf('.'));
if (currenturl.lastIndexOf('.') !== -1 ) {
currenturl = currenturl.substring(currenturl.lastIndexOf('.')+1);
}
document.getElementById("title").innerHTML = currenturl;
</script>
logo: /assets/img/logo.jpg
email: sam.hadow@inbox.lv
description: Please try contacting me through Matrix if you want to use end-to-end encryption
show_downloads: false
color-scheme: dark
plugins:
- jekyll-sitemap
- jemoji
sidebar:
- name: Matrix.org
icon: <img src = "./assets/icons/svg/matrix-org.svg" width="18" height="18" viewBox="0 0 1000 1000" preserveAspectRatio="xMidYMid meet" alt="Matrix logo"/>
link: https://matrix.org/
description: "@fire:hadow.fr"
- name: Gitea
icon: <img src = "./assets/icons/svg/github.svg" width="18" height="18" viewBox="0 0 1000 1000" preserveAspectRatio="xMidYMid meet" alt="Github logo"/>
link: https://git.hadow.fr/sam.hadow
description: git principal
- name: GitHub
icon: <img src = "./assets/icons/svg/github.svg" width="18" height="18" viewBox="0 0 1000 1000" preserveAspectRatio="xMidYMid meet" alt="Github logo"/>
link: https://github.com/fireleviathan