hugo-tranquilpeak-theme icon indicating copy to clipboard operation
hugo-tranquilpeak-theme copied to clipboard

Fixed errors on npm install, and customized profile CSS

Open TechGeek01 opened this issue 4 years ago • 2 comments

When I initially cloned this repo, npm install gave me some errors when it built. I was able to fix them with npm audit fix, which updated a bunch of the npm dependencies. The original commit from my repo that fixes this issue is b2906d0.

Additionally, for my own blog, I felt the profile picture, especially if this is meant also as a sort of portfolio as well as a blog, is kind of small, both on the sidebar, and on the card. This has been changed, to make them more adequately fill the space, and make better use of the profile picture itself, since it's kind of hard to see a clear photo at 110x110px on the card. This is still hardcoded, but this addresses some complaints found in #401 and #417

TechGeek01 avatar Jun 30 '20 03:06 TechGeek01

Running npm audit found some vulnerabilities again, so I've fixed this with e415e6c.

TechGeek01 avatar Jul 09 '20 21:07 TechGeek01

Post reading time has been added to post meta in 4ec97b1.

TechGeek01 avatar Jul 10 '20 07:07 TechGeek01