alexgaribay / octoflat

An Octopress theme based off Twitter Bootstrap v2 and Designmodo's Flat-UI
202 stars 52 forks source link

Rake generate fails #42

Open purezen opened 9 years ago

purezen commented 9 years ago

Executing rake generate after installing the theme fails and gives the following output:

## Generating Site with Jekyll
    error sass/screen.scss (Line 61 of sass/_syntax.scss: "html .gist .gist-file .gist-meta" failed to     @extend ".sans".
The selector ".sans" was not found.
Use "@extend .sans !optional" if the extend should be able to fail.
)
Compilation failed in 1 files.
Configuration file: /home/aditya/workspace/blog/octopress/_config.yml
            Source: source
       Destination: public
      Generating... 
     Build Warning: Layout 'nil' requested in blog/categories/self/atom.xml does not exist.
     Build Warning: Layout 'nil' requested in blog/categories/uptime/atom.xml does not exist.
     Build Warning: Layout 'nil' requested in atom.xml does not exist.
 Build Warning: Layout 'nil' requested in robots.txt does not exist.
 Build Warning: Layout 'nil' requested in blog/categories/self/atom.xml does not exist.
 Build Warning: Layout 'nil' requested in blog/categories/uptime/atom.xml does not exist.
                done.
 Auto-regeneration: disabled. Use --watch to enable.
purezen commented 9 years ago

This seems to fix it.

https://github.com/alexgaribay/octoflat/pull/43

jamesjtong commented 9 years ago

Hmm #43 does seem to fix it, however, is anyone else running into an issue where the date is not showing next to the calendar icon?

klausborges commented 9 years ago

It's generating ok but there's still thousands of build warnings with layout 'nil'

gizmocodes commented 8 years ago

Hate to reopen, but this wasn't fixed. Installing as git clone , when running the rake generate command it gives the same error: error sass/screen.scss (Line 61 of sass/_syntax.scss: "html .gist .gist-file .gist-meta" failed to @extend ".sans". The selector ".sans" was not found. Use "@extend .sans !optional" if the extend should be able to fail. ) If one ignores this, it then throws a Liquid Exception when jekyll serve'ing: Liquid Exception: Liquid syntax error: Unknown tag 'include_array' in _layouts/page.html jekyll 3.0.1 | Error: Liquid syntax error: Unknown tag 'include_array'

Ayoush commented 8 years ago

yes @jamesjtong I am getting that issue and even my Disqus is not loading