octoflat
octoflat copied to clipboard
Rake generate fails
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.
This seems to fix it.
https://github.com/alexgaribay/octoflat/pull/43
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?
It's generating ok but there's still thousands of build warnings with layout 'nil'
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'
yes @jamesjtong I am getting that issue and even my Disqus is not loading