added a page with links to stuff

This commit is contained in:
Pagwin 2022-09-19 15:29:00 -04:00
parent 2d0fe4e0cf
commit 4b6edd0347
3 changed files with 21 additions and 0 deletions

View file

@ -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]

10
content/links/index.html Normal file
View file

@ -0,0 +1,10 @@
<html>
<head></head>
<body>
<a href="https://github.com/Pagwin-Fedora">Github</a><br/>
<a href="https://www.linkedin.com/in/spencer-powell-pagwin/">Linkedin</a><br/>
<a href="/index.xml">blog rss feed</a><br/>
<a href="/">back to website homepage</a><br/>
<a href="/sitemap.xml">sitemap</a>
</body>
</html>

View file

@ -4,5 +4,6 @@
<br>
<a class="connections" href="{{ .Site.BaseURL }}/index.xml"><img src="{{ .Site.BaseURL }}/img/rss-icon.jpg" alt="rss" width="24px" height="24px"></img></a>
<a class="connections" href="https://github.com/Pagwin-Fedora"><img src="{{ .Site.BaseURL }}/img/github-icon.jpg" alt="github" width="24px" height="24px"></img></a>
<a class="connections" href="https://www.linkedin.com/in/spencer-powell-pagwin/"><img src="{{ .Site.BaseURL }}/img/linkedin-icon.png" alt="linkedin" width="24px" height="24px"></a>
</div>
</div>