curtiscde / hugo-theme-massively

Massively theme for Hugo static site generator
https://hugo-theme-massively.netlify.app
Other
155 stars 138 forks source link

Add customCSS feature #52

Closed UtkarshVerma closed 5 years ago

UtkarshVerma commented 6 years ago

This PR adds custom CSS feature to this theme. The usage is simple, define customCSS list under params in config file as follows:

[params]
customCSS = ["<absolute path to CSS>", "/static/test.css", "<or simply some link off the internet>"]

Multiple CSS loading is supported. I hope this solves #19 .

curtiscde commented 5 years ago

Apologies for the late response, and thank you for the contribution!

Could you please update the README to include a description of this configuration value and how it's used (customCSS without an example doesn't explain whether this is a list of URLs, or styles themselves for example), and also bump the minor version number in the package.json.

UtkarshVerma commented 5 years ago

I had unknowingly deleted this repo's fork while I was deleting the Hacktoberfest forks. Therefore all the commits are now lost. I also don't plan on creating another PR because I'm not developing at the moment.