zhonger / jekyll-theme-H2O-ac

🎉 A Jekyll theme for researchers and maintainers based on H2O theme.
https://h2o-ac.lisz.me
MIT License
39 stars 24 forks source link

[Feature] Custom CSS and JS files #27

Open zhonger opened 2 months ago

zhonger commented 2 months ago

Description

Sometimes users may want to customize some CSS style or JavaScript. For example, a customized 404 page or font size of the top menu.

Until now, it can only be changed in the theme source files. It should be defined by users according to their needs in the config.yml file or meta info in the page:

----
css:
- https://example.com/custom.css
- https://example.com/custom2.css
js:
- https://example.com/custom.js
- https://example.com/custom2.js
----