website/content/page/links/index.md
filippo-ferrari 07e3f448ee feat: link section
added a brief explanation why it exists and what it will become
2024-03-07 20:56:48 +01:00

1.3 KiB

title links menu comments
Links
title description website image
GitHub GitHub is the world's largest software development platform. https://github.com https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png
title description website image
Tschunk recipe The original Tschunk recipe! What, no wayyyy https://entropia.de/Tschunk https://entropia.de/images/thumb/d/df/Chunk.jpg/170px-Chunk.jpg
main
weight params
4
icon
link
false

Just a reminder on how to add links to the footer of pages, since i already forgot twice, ignore the snippet.
Might use this section to paste every useful links i have laying around. Who knows.

To use this feature, add links section to frontmatter.
This page's frontmatter:

links:
  - title: GitHub
    description: GitHub is the world's largest software development platform.
    website: https://github.com
    image: https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png
  - title: TypeScript
    description: TypeScript is a typed superset of JavaScript that compiles to plain JavaScript.
    website: https://www.typescriptlang.org
    image: ts-logo-128.jpg

image field accepts both local and external images.