Conversation
Pickup minor bug fixes, security updates, etc.
Dark mode - we used custom colors and will need to rethink that prior to implementing dark mode.
Move directory structure to match docsy preferred naming.
Fix image-gallery to reflect new location.
Cleanup image-gallery shortcode to use page resources.
Fixes issue with image placement on home page and brings css in line with Docsy standards.
- Remove unused parts of cover.html, simplify where possible. - Remove unused shortcodes.
Moved favicons to a standard location, regenerated them all from the logoWindows.svg file. Revised favicon.html to serve up the appropriate icon. .svg and .ico are preferred formats.
|
The new site works well in Firefox and Chrome on Linux and Android but I've notice a few issues. With the dark theme the color of text in code blocks is nearly invisible because of the low contrast with the background. See for example here. Also, when the window width on the desktop is short and I click Finally, the Medley logo is missing from the annual report pages. |
masinter
left a comment
There was a problem hiding this comment.
perused the sources but didn't test.
but LGTM.
|
I see dangling text/an open paren at the head of https://github.com/Interlisp/Interlisp.github.io/blob/main/content/en/history/bibliography/_index.md, which is not yet a file included in this PR. I've never liked having two Zotero links in the sentence. Please change it to Thanks. |
Move logo from html <img/> to Hugo figure shortcode. This fixes the issues with the base url.
|
After commit 052122d the Medley logo in the annual reports is not fixed on the staging site. |
|
At commit 5e15bd0 the Medley logo does show up on the 2025 annual report but the page also downloads the file U_65Ft2C.html: U_65Ft2C.html The 2024 report shows a left brace
|
Removed the feedback buttons and the footer stating when the page was last updated and the associated commit.
5abde22 to
d275681
Compare
I'm fine with eliminating it. I don't think we have ever gotten feedback from it. I've made the appropriate updates to the I also disabled the git commit information that was appearing at the bottom of the page. It might be useful for a developer, but serves no useful purpose to users of the site. |
Thanks for the eagle eyes. I missed the extra left brace when editing. I think it should all be correct. |
This is a problem because the font color is custom. It matches our navbar color and the primary color on the home page. I can break that logic when dark mode is enabled and use a different font color. It's not at the top of my to-do list right now. If we feel this is a major flaw, we can disable dark mode and resolve this later. |



Needs the readme updated. But getting close to complete.