From 4b6edd0347e1bb84e0bd060f91a354d3239223b3 Mon Sep 17 00:00:00 2001 From: Pagwin Date: Mon, 19 Sep 2022 15:29:00 -0400 Subject: [PATCH] added a page with links to stuff --- config.toml | 10 ++++++++++ content/links/index.html | 10 ++++++++++ layouts/partials/author.html | 1 + 3 files changed, 21 insertions(+) create mode 100644 content/links/index.html diff --git a/config.toml b/config.toml index 71360b9..8f367e6 100644 --- a/config.toml +++ b/config.toml @@ -12,9 +12,19 @@ theme = "liquorice" name = "blog" url = "/blog/" [[menu.main]] + identifier = "links" + name = "links" + url = "/links/" + [[menu.main]] + parent = "links" identifier = "github" name = "github" url = "https://github.com/Pagwin-Fedora" + [[menu.main]] + parent = "links" + identifier = "linkedin" + name = "linkedin" + url = "https://www.linkedin.com/in/spencer-powell-pagwin/" [markup] [markup.goldmark] [markup.goldmark.renderer] diff --git a/content/links/index.html b/content/links/index.html new file mode 100644 index 0000000..13dbf7f --- /dev/null +++ b/content/links/index.html @@ -0,0 +1,10 @@ + + + + Github
+ Linkedin
+ blog rss feed
+ back to website homepage
+ sitemap + + diff --git a/layouts/partials/author.html b/layouts/partials/author.html index 523edff..8f16c78 100644 --- a/layouts/partials/author.html +++ b/layouts/partials/author.html @@ -4,5 +4,6 @@
rss github + linkedin