mirror of
https://github.com/Pagwin-Fedora/website.git
synced 2025-07-17 22:25:42 +00:00
added a page with links to stuff
This commit is contained in:
parent
2d0fe4e0cf
commit
4b6edd0347
3 changed files with 21 additions and 0 deletions
10
config.toml
10
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]
|
||||
|
|
10
content/links/index.html
Normal file
10
content/links/index.html
Normal 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>
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue