Skip to content

Commit

Permalink
add social media
Browse files Browse the repository at this point in the history
  • Loading branch information
rafidalhaque committed Jul 17, 2022
1 parent 1e233f5 commit 12a99b1
Show file tree
Hide file tree
Showing 6 changed files with 39 additions and 21 deletions.
Binary file added assets/img/linkedin.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/mail.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/telegram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions assets/img/twitter.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion config/_default/params.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ mainSections = ["post"]
rssFullContent = true

[footer]
since = 2020
since = 2022
customText = ""

[dateFormat]
Expand Down
38 changes: 18 additions & 20 deletions content/page/links/index.md
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
Expand All @@ -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.

0 comments on commit 12a99b1

Please sign in to comment.