Skip to content
This repository has been archived by the owner on Jun 3, 2022. It is now read-only.

Change essays/projects front page buttons to external links #92

Open
KimTholstorf opened this issue Mar 12, 2021 · 1 comment
Open

Change essays/projects front page buttons to external links #92

KimTholstorf opened this issue Mar 12, 2021 · 1 comment

Comments

@KimTholstorf
Copy link

Hi,

is it possible to add the feature to add external links in stead of the essay and projects sub page links.
Would love to have just the resume page and then external links to my other things.

@aniketsharma00411
Copy link

Change the href attribute of the anchor tag (<a>) to give external link.

For eg.: If you are using theme-home-builtin-1.html and want to give external link for essay, change the below

<a href="{{ site.baseurl}}/essays/">
    <button class="ui basic button">Essays ({{ num_essays }})</button>
</a>

to

<a href="www.example.com">
    <button class="ui basic button">Essays ({{ num_essays }})</button>
</a>

where, www.example.com is the link you want to give.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants