jekyll-serif-theme icon indicating copy to clipboard operation
jekyll-serif-theme copied to clipboard

Having trouble using as a GitHub Pages remote theme

Open eculler opened this issue 10 months ago • 2 comments

When I add the following to my configuration file:

remote_theme: zerostaticthemes/jekyll-serif-theme
baseurl: username.github.io/site-repo/

I get this error:

Error: Invalid CSS after " margin-top: math": expected ";", was ".div($hamburger..." on line 60 Remote Theme: Cleaning up /tmp/jekyll-remote-theme-20240327-8-19mxtv2

which seems to be related to either the version of hamburgers or the version of sass. It's discussed here: https://issueantenna.com/repo/jonsuh/hamburgers/issues/116

Just a heads up that this is not working with remote_theme.

eculler avatar Mar 27 '24 01:03 eculler

I'm trying to use this theme right now. I'm on master, latest commit, and I'm running into the same error.

missingfaktor avatar Apr 08 '24 18:04 missingfaktor

@missingfaktor @eculler I have been able to solve the issue. I have created a merge request with the fix: https://github.com/zerostaticthemes/jekyll-serif-theme/pull/103/files

ivgomezarnedo avatar May 17 '24 16:05 ivgomezarnedo