generated from CaiJimmy/hugo-theme-stack-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
92bfbc0
commit b973b40
Showing
2 changed files
with
10 additions
and
32 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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! |