matsuyoshi30 / harbor

Simple and minimal personal blog theme.
MIT License
186 stars 68 forks source link

How does bundle.js gets generated? #79

Closed hasan-hasanov closed 4 years ago

hasan-hasanov commented 4 years ago

Hi,

Thanks for the great theme. I want to change some things but it seems to always end up in bundle.js javascript file. How does this file gets generated? How can I edit it in human readable language and regenerate it?

The thing I want to do is to remove Roboto font and replace it with Helvetica for example.

Best Regards

matsuyoshi30 commented 4 years ago

@hasan-hasanov Hi! Thanks for your comment.

JavaScript source file is in static/src directory. And if you want to change fonts, please check CSS file which is in static/css.

How generate bundle.js is in README, so you could find this helpful!

hasan-hasanov commented 4 years ago

Thank you for answering.

I will close the issue.

Have a nice day! :)