VOOZH about

URL: https://github.com/orgs/community/discussions/21543

⇱ How can I customize my default Jekyll theme to my preferred layout or design? Β· community Β· Discussion #21543 Β· GitHub


Skip to content

πŸ‘ @community
GitHub Community

How can I customize my default Jekyll theme to my preferred layout or design? #21543

Answered by AlMcKinlay

Hi there,

You can add custom css and html files into your Jekyll site.

From this page on github help, you can create a scss/css file at /assets/css/style.scss and add the following to the top of the file:

---
---

@import "{{ site.theme }}";

Then any custom css can be put after these lines in this file and it will be included in your site.

Replies: 6 comments

πŸ‘ Image
AlMcKinlay

0 replies

πŸ‘ Image
osioke
Author

0 replies
0 replies

πŸ‘ Image
osioke
Author

0 replies
0 replies

πŸ‘ Image
osioke
Author

0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.