layout/partials/custom_head.html
https://sourcethemes.com/academic/docs/customization/#customize-style-css
config/_default/params.toml
custom.css
ssets/css/
config/_default/params.toml
plugins_css = [“custom”] 확장자없이
https://sourcethemes.com/academic/docs/writing-markdown-latex/#highlighting-options
highlight = false
config.toml | page front matter | highlighting enabled for page? |
---|---|---|
unset or true | unset or true | yes |
unset or true | false | no |
false | unset or false | no |
false | true | yes |
위의 표를 보면 config.toml이나 param.toml에 unset된 상태이고 page front matter 도 unset이면 기본으로 highlighting이 된다.