Broken webpage link?

Hi folks!

I’m using the academic theme for my personal website (https://github.com/chriscastille6/website) (see also: cmcastille.netlify.com).

One of my tabs at the top of the website is a “Publications” tab. It seems to be broken…as in, when I click on it, nothing happens.

Additionally, when I add new publications, they do not appear. I recently uploaded a file (“IdealPersonalityIOP”) that is not showing up on my homepage.

Any guidance is appreciated!

Chris

The link you define in your config file is incorrect:

In your HTML the page section has an id of publications.

<section id="publications" class="home-section">

Change that in your config and it will work.

In the publication widget it says:

# Selected Publications widget.
# This widget displays publications from `content/publication/` which have
# `selected = true` in their `+++` front matter.

Your publications have set as selected = false will not show.

I’m glad we were able to help ya, but that theme is advanced, and has theme-specific features that most folks here won’t use or know. My recommendation is to seek support from the developers and others in the Academic theme ecosystem. :slight_smile:

Thanks! I’ll keep that in mind in the future!