Questions tagged [nanoc]

nanoc is a static site generator, fit for building anything from a small personal blog to a large corporate web site.

nanoc is a static site generator written in Ruby, fit for building anything from a small personal blog to a large corporate web site.

Notable sites using it

96 questions
0
votes
1 answer

Dump format error while compiling site

When compiling my site in nanoc on the console, I'm receiving this error: ArgumentError: dump format error for symbol(0x20). Here's the full crash.log: http://pastebin.com/nrT0gwQh What's causing this error?
sneakycrow
  • 67
  • 1
  • 1
  • 10
0
votes
0 answers

nanoc error on compilation

I keep receiving this error on compilation all of a sudden! I upgraded ruby (ruby 2.0.0p195) and nanoc (3.6.4) but it did not resolve it. Macs-MacBook:folder mac$ nanoc Loading site data… Captain! We’ve been hit! Message: ArgumentError: dump…
user985409
  • 1,355
  • 3
  • 9
  • 18
0
votes
1 answer

Using Nanoc with Bower and CoffeeScript

I had to use the static datasource for Bower packages because Nanoc (filesystem_unified datasource) does not allow multiple files with same filename and different extension. But the static datasource treats each item as binary and does not allow me…
thedev
  • 2,816
  • 8
  • 34
  • 47
0
votes
1 answer

Why can't I get Nanoc to compile my site on Windows 8?

I've updated to Windows 8, and my same site used to compile in Windows 7, and still does compile on another Windows 7 machine, but I can't get it working. This is the output from the console when I attempt to nanoc compile things: nanoc…
James Ford
  • 1,543
  • 2
  • 15
  • 31
0
votes
1 answer

Pretty URL via separate folder and index.html file inside or rule in .htaccess

I have static site (html + css) generated by nanoc. It works under Apache. I want use pretty url instead of .html suffix at the end. Like this: http://domain.ru http://domain.ru/page/page1/ http://domain.ru/page/page2/ instead of…
aleksandr
  • 77
  • 1
  • 10
0
votes
2 answers

Sort articles based on time and not date in nanoc

i am new to ruby and nanoc. I am trying to sort articles based on time. So I get more accurate results on my blog. This is what I am using in my sorted_articles_time.rb file under /helpers/ def sorted_articles_time articles.sort_by do |a| …
user1758162
  • 171
  • 8
1 2 3 4 5 6
7