sjaakvandenberg / flexy

A responsive theme for Hexo
https://svdb.co/
103 stars 40 forks source link

Jade renamed to pug #5

Closed dreavega closed 4 years ago

dreavega commented 8 years ago

when I try "npm i -S hexo-renderer-jade" the command line tells me to replace jade with pug, but that command isnt recognized... Any suggestions? Really like this theme btw! Going to use it for my portfolio 👍

sjaakvandenberg commented 8 years ago

Ah, you're right, Jade has indeed been renamed to Pug. hexo-renderer-pug is available instead, but I haven't gotten around to upgrading and testing it. hexo-renderer-jade should still work in the meanwhile though.

Thanks for the compliment! Glad you like it :)

dreavega commented 8 years ago

Yea no worries, i figured it out! Might want to mention to install: "npm install pug" before cloning to avoid running into any problems. :)

sjaakvandenberg commented 4 years ago

Should this issue still be relevant, feel free to open a PR with a code improvement.