initial commit
This commit is contained in:
30
_config.yml
Normal file
30
_config.yml
Normal file
@@ -0,0 +1,30 @@
|
||||
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
|
||||
Reference in New Issue
Block a user