diff --git a/config/_default/params.yaml b/config/_default/params.yaml index 36026d4..3fbd503 100644 --- a/config/_default/params.yaml +++ b/config/_default/params.yaml @@ -5,8 +5,8 @@ author: name: "Adam Matthews" image: headshot-sq.png - greeting: "Greetings, Welcome, Bonjour! :evergreen_tree:" - icon: ":wave:" + greeting: "Connect with me..." + # icon: ":wave:" ############################ ## Links @@ -14,7 +14,7 @@ author: links: - github: https://github.com/adamsthws -# - link: https://github.com/Chrede88/L1nkr#readme + # - link: https://github.com/Chrede88/L1nkr#readme - website: https://wonkatron.com # - x-twitter: - mastodon: https://mastodon.social/@wonkatron @@ -65,7 +65,7 @@ links: ############################ # between 2 & 6 columns are supported (both incl) -columns: 3 +columns: 5 ########################### ## Icon text @@ -81,6 +81,14 @@ icontext: true # add tooltips on all icons tooltip: true +############################## +## Monochromatic color scheme +############################## + +# all links will be slate-700 (or slate-50 in dark mode) +# https://tailwindcss.com/docs/customizing-colors +monochrome: true + ############################### ## OpenGraph & Twitter Cards ############################### diff --git a/config/_default/.params.yaml.swp b/layouts/partials/.footer.html.swp similarity index 81% rename from config/_default/.params.yaml.swp rename to layouts/partials/.footer.html.swp index 68d0080..40f0050 100644 Binary files a/config/_default/.params.yaml.swp and b/layouts/partials/.footer.html.swp differ diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html new file mode 100644 index 0000000..4790359 --- /dev/null +++ b/layouts/partials/footer.html @@ -0,0 +1,17 @@ +
+ {{/* Copyright */}} +

+ © + {{ now.Format "2006" }} + {{ .Site.Params.Author.name | markdownify | emojify }} +

+ + {{/* Powered by */}} + {{ $default := "Built with {hugo} & {l1nkr} - {source}" }} + {{ $default = replace $default "{l1nkr}" "L1nkr" | safeHTML }} + {{ $default = replace $default "{hugo}" "Hugo" | safeHTML }} + {{ $default = replace $default "{source}" "Source Code" | safeHTML }} +

+ {{ $default }} +

+
diff --git "a/layouts/partials/footer.html\357\200\272Zone.Identifier" "b/layouts/partials/footer.html\357\200\272Zone.Identifier" new file mode 100644 index 0000000..2d45b2b --- /dev/null +++ "b/layouts/partials/footer.html\357\200\272Zone.Identifier" @@ -0,0 +1,3 @@ +[ZoneTransfer] +ZoneId=3 +HostUrl=about:internet