rriemann / html5-up-landed-middleman4

This is an adaption of the the template Landed by HTML5 UP (http://html5up.net/landed).
Other
9 stars 6 forks source link

Missing files (?) #1

Closed VirtuaCreative closed 8 years ago

VirtuaCreative commented 8 years ago

Hey there,

I'm trying to use your template, but apparently there are some files missing. You import them to main.css.scss but actually they are not there:

@import 'font-awesome-sprockets';
@import 'font-awesome';
...
    @import 'skel/dist/_skel';

So the layout crashes.

Am I doing something wrong? I'm experienced in Jekyll, but new to Middleman.

I'm serving "mdm" with bundler: bundle exec middleman server

rriemann commented 8 years ago

I will try to have a look this afternoon or tomorrow. In principle, theses files should be part of some gems and middleman should find them not in the source folder of the template, but in a folder installed by the gem.

rriemann commented 8 years ago

Can you please post your Gemfile.lock? I cannot reproduce the error.

VirtuaCreative commented 8 years ago

Worked. Thanks!

VirtuaCreative commented 8 years ago

Accually, the "left-sidebar" layout is displaying two footers. But I removed from the left-sidebar.html.slim and it's ok now.