Skip to content

Commit

Permalink
update links
Browse files Browse the repository at this point in the history
  • Loading branch information
hernangonzalez committed May 11, 2024
1 parent 92bfbc0 commit b973b40
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 32 deletions.
10 changes: 0 additions & 10 deletions content/categories/example-category/_index.md

This file was deleted.

32 changes: 10 additions & 22 deletions content/page/links/index.md
Original file line number Diff line number Diff line change
@@ -1,33 +1,21 @@
---
title: Links
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
menu:
main:
weight: 4
params:
icon: link
links:
- title: Rust Lang
description: A language empowering everyone to build reliable and efficient software.
website: https://www.rust-lang.org
image: https://www.rust-lang.org/static/images/rust-logo-blk.svg
- title: Rustlings
description: Small exercises to get you used to reading and writing Rust code.
website: https://rustlings.cool
image: https://www.rust-lang.org/static/images/rust-logo-blk.svg

comments: false
---

To use this feature, add `links` section to frontmatter.

This page's frontmatter:

```yaml
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.
Nuestros sitios recomendados!

0 comments on commit b973b40

Please sign in to comment.