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
1e233f5
commit 12a99b1
Showing
6 changed files
with
39 additions
and
21 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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,10 +1,26 @@ | ||
--- | ||
title: Links | ||
links: | ||
- title: E-mail | ||
description: My E-mail Address. | ||
website: mailto:[email protected] | ||
image: img/mail.png | ||
- title: GitHub | ||
description: GitHub is the world's largest software development platform. | ||
website: https://github.com | ||
description: My GitHub Profile. | ||
website: https://github.com/rafidalhaque | ||
image: https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png | ||
- title: Twitter | ||
description: My Twitter Handle. | ||
website: https://twitter.com/rafidalhaque | ||
image: img/twitter.svg | ||
- title: Telegram | ||
description: My Telegram Channel. | ||
website: https://t.me/rafidalhaqueofficial | ||
image: img/telegram.png | ||
- title: LinkedIn | ||
description: My LinkedIn Profile. | ||
website: https://linkedin.com/in/rafidalhaque | ||
image: img/linkedin.png | ||
menu: | ||
main: | ||
weight: 4 | ||
|
@@ -13,21 +29,3 @@ menu: | |
|
||
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. |