mattpopovich / mattpopovich.com

Source code for https://mattpopovich.com
https://mattpopovich.com
MIT License
0 stars 0 forks source link

Some dynamic things on the site aren't working #34

Closed mattpopovich closed 1 year ago

mattpopovich commented 1 year ago

No interaction when moving mouse on left pillar

No "last updated" time on posts

etc.

mattpopovich commented 1 year ago

I believe the "updated" is not working because of the git permission issues in the container:

fatal: detected dubious ownership in repository at '/workspaces/mattpopovich.com'
To add an exception for this directory, call:

        git config --global --add safe.directory /workspaces/mattpopovich.com

EDIT: This is confirmed in https://github.com/mattpopovich/mattpopovich.com/commit/ff18008102fd266eeb2b784c99417d3a0fe5a54d

mattpopovich commented 1 year ago

The interaction on the left pillar makes me think we are missing a js file or something. I tried to build the site on a different computer that builds jekyll-theme-chirpy with interaction and there was no interaction for mattpopovich.com

mattpopovich commented 1 year ago

Left pillar interaction was an issue with upstream repo, fixed in https://github.com/cotes2020/jekyll-theme-chirpy/issues/849