π @community
GitHub Community
How can I customize my default Jekyll theme to my preferred layout or design? #21543
Answered
by
AlMcKinlay
osioke
asked this question in
Other Feature Feedback, Questions, & Ideas
Β·
6 comments
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
0 replies
0 replies
0 replies
0 replies
0 replies
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
