From b973b40e3d54d4647ecff5f950b36263f7a7cd9d Mon Sep 17 00:00:00 2001 From: "Hernan G. Gonzalez" Date: Sat, 11 May 2024 18:38:47 -0300 Subject: [PATCH] update links --- content/categories/example-category/_index.md | 10 ------ content/page/links/index.md | 32 ++++++------------- 2 files changed, 10 insertions(+), 32 deletions(-) delete mode 100644 content/categories/example-category/_index.md diff --git a/content/categories/example-category/_index.md b/content/categories/example-category/_index.md deleted file mode 100644 index 678b089..0000000 --- a/content/categories/example-category/_index.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Example Category -description: A description of this category -image: - -# Badge style -style: - background: "#2a9d8f" - color: "#fff" ---- \ No newline at end of file diff --git a/content/page/links/index.md b/content/page/links/index.md index ef8bb3e..ad70caa 100644 --- a/content/page/links/index.md +++ b/content/page/links/index.md @@ -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. \ No newline at end of file +Nuestros sitios recomendados! \ No newline at end of file