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