diff --git a/assets/img/linkedin.png b/assets/img/linkedin.png new file mode 100644 index 0000000..861cf90 Binary files /dev/null and b/assets/img/linkedin.png differ diff --git a/assets/img/mail.png b/assets/img/mail.png new file mode 100644 index 0000000..20d7518 Binary files /dev/null and b/assets/img/mail.png differ diff --git a/assets/img/telegram.png b/assets/img/telegram.png new file mode 100644 index 0000000..d955219 Binary files /dev/null and b/assets/img/telegram.png differ diff --git a/assets/img/twitter.svg b/assets/img/twitter.svg new file mode 100644 index 0000000..ddd89ce --- /dev/null +++ b/assets/img/twitter.svg @@ -0,0 +1,20 @@ + + + + + + + + + + + diff --git a/config/_default/params.toml b/config/_default/params.toml index 9853777..eeeeffc 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -4,7 +4,7 @@ mainSections = ["post"] rssFullContent = true [footer] -since = 2020 +since = 2022 customText = "" [dateFormat] diff --git a/content/page/links/index.md b/content/page/links/index.md index ef8bb3e..f76fb67 100644 --- a/content/page/links/index.md +++ b/content/page/links/index.md @@ -1,10 +1,26 @@ --- title: Links links: + - title: E-mail + description: My E-mail Address. + website: mailto:rafidalhaque@proton.me + 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. \ No newline at end of file