I've followed this tutorial and the following ones to create a Github Pages website with Jekyll. Now I have the minima
theme, but it seems to be a different version from the official repo, as the parameters in the repo's _config.yml
don't work on mine (e.g. for the Twitter link I have a twitter_username
parameter while the repo's twitter
under social_links
doesn't work).
What is weird is that in the footer I have the title
parameter repeated twice, as it renders in both the footer-heading
and p-name
elements in the index.html
. Is there any way to change what is rendered to those elements in the html?