Skip to content

Commit 0cc43c0

Browse files
committed
Add google scholar
1 parent 0b1c65c commit 0cc43c0

7 files changed

Lines changed: 12 additions & 0 deletions

File tree

hugo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ languageCode = "en-us"
1515

1616
[params]
1717
GithubID = "https://github.com/VeenDuco/"
18+
GoogleScholarID = "https://scholar.google.com/citations?user=HKLbfYsAAAAJ&hl=nl&oi=ao"
1819
# TwitterID = "your_twitter"
1920
LinkedInID = "https://www.linkedin.com/in/duco-veen-162931b4/"
2021
# MediumID = "your_medium"

public/404.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818

1919

2020
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v6.7.1/css/all.css" integrity="sha384-QI8z31KmtR+tk1MYi0DfgxrjYgpTpLLol3bqZA/Q1Y8BvH+6k7/Huoj38gQOaCS7" crossorigin="anonymous">
21+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/academicons@1.9.1/css/academicons.min.css"/>
2122

2223

2324
<link rel="stylesheet" href="http://localhost:1313/css/nix.css">

public/categories/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919

2020

2121
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v6.7.1/css/all.css" integrity="sha384-QI8z31KmtR+tk1MYi0DfgxrjYgpTpLLol3bqZA/Q1Y8BvH+6k7/Huoj38gQOaCS7" crossorigin="anonymous">
22+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/academicons@1.9.1/css/academicons.min.css"/>
2223

2324

2425
<link rel="stylesheet" href="http://localhost:1313/css/nix.css">

public/index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818

1919

2020
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v6.7.1/css/all.css" integrity="sha384-QI8z31KmtR+tk1MYi0DfgxrjYgpTpLLol3bqZA/Q1Y8BvH+6k7/Huoj38gQOaCS7" crossorigin="anonymous">
21+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/academicons@1.9.1/css/academicons.min.css"/>
2122

2223

2324
<link rel="stylesheet" href="http://localhost:1313/css/nix.css">
@@ -82,6 +83,9 @@ <h1 id="user-name">Duco Veen</h1>
8283
<div class="row">
8384
<div class="col-xs-12 user-social text-center">
8485

86+
<a href="https://scholar.google.com/citations?user=https%3a%2f%2fscholar.google.com%2fcitations%3fuser%3dHKLbfYsAAAAJ%26hl%3dnl%26oi%3dao" title="Google Scholar"><i class="ai ai-google-scholar fa-3x" aria-hidden="true"></i></a>
87+
88+
8589

8690

8791

public/tags/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919

2020

2121
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v6.7.1/css/all.css" integrity="sha384-QI8z31KmtR+tk1MYi0DfgxrjYgpTpLLol3bqZA/Q1Y8BvH+6k7/Huoj38gQOaCS7" crossorigin="anonymous">
22+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/academicons@1.9.1/css/academicons.min.css"/>
2223

2324

2425
<link rel="stylesheet" href="http://localhost:1313/css/nix.css">

themes/hugo-theme-nix/layouts/partials/head.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717

1818
<!-- Font Awesome -->
1919
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v6.7.1/css/all.css" integrity="sha384-QI8z31KmtR+tk1MYi0DfgxrjYgpTpLLol3bqZA/Q1Y8BvH+6k7/Huoj38gQOaCS7" crossorigin="anonymous">
20+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/academicons@1.9.1/css/academicons.min.css"/>
2021

2122
<!-- Custom CSS -->
2223
<link rel="stylesheet" href="{{ "css/nix.css" | absURL }}">

themes/hugo-theme-nix/layouts/partials/social.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
{{ with .Site.Params.GoogleScholarID }}
2+
<a href="https://scholar.google.com/citations?user={{.}}" title="Google Scholar"><i class="ai ai-google-scholar fa-3x" aria-hidden="true"></i></a>
3+
{{ end }}
14
{{ with .Site.Params.GnuPGFingerprint }}
25
<a href="https://keys.openpgp.org/search?q={{.}}" title="GPG"><i class="fas fa-unlock-alt fa-3x" aria-hidden="true"></i></a>
36
{{ end }}

0 commit comments

Comments
 (0)