File tree Expand file tree Collapse file tree
themes/hugo-theme-nix/layouts/partials Expand file tree Collapse file tree Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff line change 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 ">
Original file line number Diff line number Diff line change 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 ">
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 ">
Original file line number Diff line number Diff line change 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 }}">
Original file line number Diff line number Diff line change 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 }}
You can’t perform that action at this time.
0 commit comments