jekyllt / jasper2

Full-featured Jekyll port of Ghost's default theme Casper v2 👻
https://jekyllt.github.io/jasper2/
MIT License
763 stars 659 forks source link

Getting rid of node/gulp? #101

Closed trickkiste closed 3 years ago

trickkiste commented 4 years ago

How can I get rid of node and gulp? The added dependencies make deployment rather tedious.

muratcorlu commented 4 years ago

I think it'll be enough to just fix CSS urls in default.html and 404.html by replacing built with css like:

    <link rel="stylesheet" type="text/css" href="{{ site.baseurl }}assets/css/screen.css" />
    <link rel="stylesheet" type="text/css" href="{{ site.baseurl }}assets/css/screen.edited.css" />
    <link rel="stylesheet" type="text/css" href="{{ site.baseurl }}assets/css/syntax.css" />
geotheory commented 1 year ago

This is good but the footer disappears. Any idea why @muratcorlu

muratcorlu commented 1 year ago

TBH, I have no clue. This is a really old answer that even I’m not use this theme anymore.

Did you check which css rule is hiding footer?

geotheory commented 1 year ago

No worries. I'll see if I can identify the issue.