From 833e25622f79f0aed6afca975501e2614e9ed105 Mon Sep 17 00:00:00 2001 From: zenobit Date: Mon, 20 Mar 2023 19:53:22 +0100 Subject: [PATCH] Create _config.yml --- _config.yml | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 _config.yml diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..badebda --- /dev/null +++ b/_config.yml @@ -0,0 +1,33 @@ +# Theme supports custom buttons +buttons: + - text: oSoWoSo + href: https://osowoso.xyz + +# remote theme +remote_theme: oSoWoSo/cayman-vb-dark + +# web title +title: oSoWoSo + +# web desription +description: DistroHopper + +# Header buttons for downloads from github repo +#show_downloads: true + +# Header buttons link to github repo +show_github: true + +# Header buttons for google analytics +#google_analytics: + +# web PNG favicon +favicon: assets/img/osowoso.png + +# Icon shown in header. From Fontawesome https://fontawesome.com/icons?m=free +#icon: fas fa-pencil-alt + +# Colour gradient for the header +#header-colours: +# right: "#8a108c" +# left: "#cc580c"