aksakalli / jekyll-doc-theme

Jekyll theme for creating project documentation websites
https://aksakalli.github.io/jekyll-doc-theme/
MIT License
290 stars 264 forks source link

Customize CSS #14

Closed taehyeok-jang closed 6 years ago

taehyeok-jang commented 6 years ago

Had trouble while customizing CSS.

As the post (https://help.github.com/articles/customizing-css-and-html-in-your-jekyll-theme/) from Github Pages official explains how to, I followed it. But /assets/css/style.scss does not work.

And I also tried to understand how default CSS codes are generated from bootstrap, bootswatch. There are many parts that seems to be related to generate CSS, especially at directory _sass/~~/_variable.scss. So I didn't have any idea where to insert inner structured SCSS code in those.

Can you guys give me the solution to simply customize my Github Pages? :)

aksakalli commented 6 years ago

have you checked the documentation for themes and customization?

If you just need to add a CSS line, you can add it to css/main.scss.

taehyeok-jang commented 6 years ago

oh, I passed the detail in the document even though I checked it. thanks!