monal-im / monal-im.org

Hugo Website
MIT License
4 stars 1 forks source link

Submodule bump/changes sync, homepage post reappears #55

Closed wiseweb-works closed 5 months ago

wiseweb-works commented 6 months ago

Description This pull request focused on problem causing the fixed post on the homepage not to display. Also includes modifications/additions related to rss.xml file change and submodule theme changes. (This pull request related to #54)

Changes

  1. Modified rss.xml file deleted. The rss.xml file provided by the theme submodule has been updated and they have solved the problem causing the error. We no longer need to keep our modified version.

  2. Fixed an issue where our fixed post on the homepage was not displayed after recent updates. The problem was due to the constant changing of the variables defining the home page or the relative position it pointed to. Editing the config.yml file was solved the problem.

  3. Modified head.html and header.html files are synchronized with theme updates.

  4. The new major version (3.0) of the Hugo action, the one we use, has been released. I've updated the workflows accordingly.