yizeng / jekyll-theme-simple-texture

A gem-based responsive simple texture styled Jekyll theme.
https://yizeng.github.io/jekyll-theme-simple-texture/
MIT License
189 stars 216 forks source link

How can i write latex in blog. Help me. Thank you so much #16

Closed ThorPham closed 6 years ago

yizeng commented 6 years ago

@ThorPham Did mean using Latex to write articles or add a block of Latex code in an article?

ThorPham commented 6 years ago

@yizeng I have done it . But i want to change a little. I want to write code python in blog and background is white not black . How can i do that like this code highlight in link :+1: https://yous.be/whiteglass/about/ Thank you for your help. Your web is nice. i readly like it

yizeng commented 6 years ago

@ThorPham You will need to tweak the highlighter CSS/SASS. Try play around. It can be as easy as replacing the files, otherwise there could be other CSS changes to make.

Current theme: https://github.com/yizeng/jekyll-theme-simple-texture/blob/master/_sass/simple-texture/common/_highlight.scss

Whiteglass Theme: https://github.com/yous/whiteglass/blob/master/_sass/whiteglass/_syntax-highlighting.scss

ThorPham commented 6 years ago

Thank you so much. I will try