How to maintain a agile styles for different kind of pages in Jekyll? Dynamic style generation? -
there several different kinds of pages in jekyll blog, , want design personalized style each kind of page.
however, there not differences between styles, can generated template few modification, such change of page width, change of background color, etc. if create every style file in _layout, difficult change when need modify common parts of them.
one solution use {% include xx %}, still requires n+ file n style little differences. looking somehow change parameter passing style file , generate style dynamic. there in jekyll or better solutions exist?
Comments
Post a Comment