Skip to content

Commit ef8e08b

Browse files
authored
Merge pull request #3004 from msk-nightly/master
Adding academia.org to the homepage sidebar and emphasizing the need for a public repo
2 parents 0778a24 + b507858 commit ef8e08b

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
1. Register a GitHub account if you don't have one and confirm your e-mail (required!)
99
1. Click the "Use this template" button in the top right.
10-
1. On the "New repository" page, enter your repository name as "[your GitHub username].github.io", which will also be your website's URL.
10+
1. On the "New repository" page, enter your public repository name as "[your GitHub username].github.io", which will also be your website's URL.
1111
1. Set site-wide configuration and add your content.
1212
1. Upload any files (like PDFs, .zip files, etc.) to the `files/` directory. They will appear at https://[your GitHub username].github.io/files/example.pdf.
1313
1. Check status by going to the repository settings, in the "GitHub pages" section

_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ author:
3232
email : "[email protected]"
3333

3434
# Academic websites
35+
academia : # URL
3536
arxiv : # URL - Update with the correct link to your profile
3637
googlescholar : "https://scholar.google.com/citations?user=PS_CX0AAAAAJ"
3738
impactstory : # URL

_includes/author-profile.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ <h3 class="author__name">{{ author.name }}</h3>
3838
{% endif %}
3939

4040
<!-- Font Awesome and Academicons icons / Academic websites -->
41+
{% if author.academia %}
42+
<li><a href="{{ author.academia }}"><i class="ai ai-academia ai-fw icon-pad-right" aria-hidden="true"></i>Academia</a></li>
43+
{% endif %}
4144
{% if author.arxiv %}
4245
<li><a href="{{ author.arxiv }}"><i class="ai ai-arxiv ai-fw icon-pad-right"></i>arXiv</a></li>
4346
{% endif %}

0 commit comments

Comments
 (0)