Add sources, fixes somme minor issues

This commit is contained in:
June Hardy 2021-04-21 23:36:14 +02:00
parent 8519978856
commit 6793946320
3 changed files with 11 additions and 6 deletions

View File

@ -1,3 +1,8 @@
/*
Dracula style sheet is based on the work of Jmarcondes :
https://github.com/MichaelBarney/LinkFree/commits/master/Templates/draculaTheme/index.html
*/
:root {
--font-family: 'b612';
--font: 'b612', sans-serif;

View File

@ -6,7 +6,7 @@
<title>{{ section.title }} | {{ config.title }}</title>
<link rel="icon" href="img/{{ config.extra.avatar }}" type="image/x-icon">
<link rel="stylesheet" href="{{ config.extra.style }}">
<meta property="og:title" content="{{ section.title }}">
<meta property="og:title" content="{{ section.title }} | {{ config.title }}">
<meta property="og:type" content="website">
<meta property="og:image" content="{{ config.base_url }}/img/{{ config.extra.avatar }}">
<meta property="og:description" content="{{ config.description }}">

View File

@ -1,4 +1,4 @@
name = "linkRepo"
name = "ligilo"
description = "A LinkTree-like theme"
license = "EnergyDrink License"
homepage = ""
@ -15,12 +15,12 @@ demo = "https://june.lacoloc.cafe"
# The theme author info: you!
[author]
name = June"
name = "June"
homepage = "https://june.lacoloc.cafe"
# If this is porting a theme from another static site engine, provide
# the info of the original author here
[original]
author = "mdo"
homepage = "https://markdotto.com/"
repo = "https://www.github.com/mdo/hyde"
author = "Michael Barney"
homepage = "http://www.michaelbarney.com/"
repo = "https://github.com/MichaelBarney/LinkFree"