diff --git a/sass/dracula.scss b/sass/dracula.scss index 7b81bc1..3cb1b1b 100644 --- a/sass/dracula.scss +++ b/sass/dracula.scss @@ -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; diff --git a/templates/index.html b/templates/index.html index 7436104..879826c 100644 --- a/templates/index.html +++ b/templates/index.html @@ -6,7 +6,7 @@ {{ section.title }} | {{ config.title }} - + diff --git a/theme.toml b/theme.toml index 224a2a0..1770373 100644 --- a/theme.toml +++ b/theme.toml @@ -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" \ No newline at end of file +author = "Michael Barney" +homepage = "http://www.michaelbarney.com/" +repo = "https://github.com/MichaelBarney/LinkFree" \ No newline at end of file