<prxq>
looks like a mistake operating the comment form
alerante has joined #nanoc
<guardian>
maybe
<guardian>
ddfreyne: would you agree with adding a setting that tells nanoc where to look for custom commands?
jugglinmike has joined #nanoc
FunkyPenguin has quit [Ping timeout: 255 seconds]
irsol has quit [Ping timeout: 264 seconds]
FunkyPenguin has joined #nanoc
irsol has joined #nanoc
irsol has quit [Remote host closed the connection]
irsol has joined #nanoc
irsol has quit [Remote host closed the connection]
irsol has joined #nanoc
Tobia_Tesan has joined #nanoc
FunkyPenguin has quit [Ping timeout: 250 seconds]
FunkyPenguin has joined #nanoc
ics has joined #nanoc
<Tobia_Tesan>
Hi, excuse me − what would be a correct way of declaring a global variable, like my site′s title ("My Awesome Recipes" or something like that) and then recall that in layouts/content pages? Thanks!
<Tobia_Tesan>
I tried defining a global variable in default.rb but can′t seem to recall it.
ics has quit [Ping timeout: 245 seconds]
<alerante>
Tobia_Tesan: you can define it at the top level of nanoc.yaml and refer to it as @config[:varname]
ics has joined #nanoc
<Tobia_Tesan>
Sorry again − is there some sort of autoslugify function I can use in the routing rules? Something like route "*" do∖ item.identifier = item[:year]+item[:month]+slugify(item[:title]) ?