36 lines
1.6 KiB
YAML
36 lines
1.6 KiB
YAML
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
|
|
description:
|
|
show_downloads: false
|
|
color-scheme: dark
|
|
plugins:
|
|
- jekyll-sitemap
|
|
- jemoji
|
|
|
|
sidebar:
|
|
- name: sam.hadow@inbox.lv
|
|
icon: <img src = "./assets/icons/svg/envelope-square.svg" width="18" height="18" viewBox="0 0 1000 1000" preserveAspectRatio="xMidYMid meet" alt="Email logo"/>
|
|
link: mailto:sam.hadow@inbox.lv
|
|
description: <a href="/pgp-key.txt">openPGP public key</a>, prefer Matrix if you want to use E2EE
|
|
- 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.to/#/@fire:hadow.fr
|
|
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="Gitea logo"/>
|
|
link: https://git.hadow.fr/sam.hadow
|
|
description: main git
|
|
- 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/Sam-Hadow
|
|
include:
|
|
- .well-known/
|