Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

HTML Build a Blog with Jekyll and GitHub Pages Building and Customizing the Blog Adding Pagination

I keep getting the same error every time I do jekyll serve

How do I fix this problem?

āžœ Daniel_Design_Jekyll_Practice copy jekyll serve Configuration file: /Users/DanielMerrill/Desktop/portfolio/Daniel_Design_Jekyll_Practice copy/_config.yml Source: /Users/DanielMerrill/Desktop/portfolio/Daniel_Design_Jekyll_Practice copy Destination: /Users/DanielMerrill/Desktop/portfolio/Daniel_Design_Jekyll_Practice copy/_site Incremental build: disabled. Enable with --incremental Generating... Conversion error: Jekyll::Converters::Scss encountered an error while converting 'css/main.scss': Undefined mixin 'clearfix'. on line 8 jekyll 3.0.1 | Error: Undefined mixin 'clearfix'. on line 8

1 Answer

Jonathan Grieve
MOD
Jonathan Grieve
Treehouse Moderator 91,253 Points

It looks like you may have a problem with a SCSS file preventing you from creating a local server.

Try looking into fixing the mixin and try again. :)