nanoc is a static site generator, fit for building anything from a small personal blog to a large corporate web site.
3
votes
1answer
45 views
multiline code block in markdown adds unwanted tabs
today I'm implementing my page in nanoc (haml templates) and I wanted to write some posts in markdown, but when it goes to multiline code blocks something weird is happening - second line in code ...
0
votes
1answer
19 views
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 ...
1
vote
1answer
53 views
Nanoc + Bower = Error - Found 2 content files for
I'm using nanoc to generate an static site.
Recently I added Bower to manage front end dependencies.
When I add Bootstrap via Bower I place the package in /assets/bower/
The Bootstrap package ...
1
vote
1answer
28 views
nanoc does not find my PHP files on autocompile
I'm using nanoc to build a static website which has a PHP script for sending mails. Simplified structure:
/content/index.html
/content/contact.html
/content/mail.php
However, when I do a nanoc ...
-1
votes
1answer
43 views
Nanoc - compile output different to nanoc view
If you create a new nanoc site, and then run nanoc view, it works well. The CSS, pathing, and assets are correctly handled. However, when I run a nanoc compile, it's not handled the same way. I get ...
0
votes
1answer
54 views
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 ...
1
vote
1answer
86 views
nanoc: How can I pass options to pandoc-ruby?
I'm trying to use nanoc 3.5.0 with the pandoc filter that uses pandoc-ruby. Specifically, I'm not able to pass several options from my Rules file such that the final call to PandocRuby.convert() looks ...
0
votes
1answer
92 views
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/
...
1
vote
1answer
62 views
Nanoc - Skip file during compile/autocompile
I'm building a site with Nanoc and have one file (with it's own layout file) that reads all other files metadata, does some magic and saves the file. Unfortunately, this process takes a long time and ...
0
votes
2answers
66 views
Cache busting with nanoc
How to implement cache busting with Nanoc?
For instance, add MD5 checksums to all image/font/js/etc resource links on HTML and CSS files. For instance, if I had index.html and images/badger.jpg, I'd ...
1
vote
1answer
96 views
Nanoc long compile time
I'm using nanoc to generate documentation for my project. I have several files (~50) and layouts already created but currently I'm working on a single file. Strange thing is that it compiles this one ...
2
votes
1answer
53 views
undefined method `[]' for nil:NilClass when trying to display metadata in nanoc
(Ruby noob)
I'm using nanoc to generate a site. Here is my sample page with metadata:
---
title: abc
parameters:
abc: def
ghi: ijk
---
test
I know that I can have parameters one level up ...
3
votes
2answers
134 views
PHP code filter in Nanoc's HAML code
I wanted to make a contact form at my nanoc site and I need to put some php code in my .haml file - is there any way (filter maybe?) to easily achieve that or I have to save whole page as a .php (and ...
5
votes
1answer
197 views
How add own javascript file to nanoc?
again I have a problem with files in nanoc. This time I wanted to attach custom file slide.js to my blog but I cannot (don't know why - probably something is wrong with my routes). Here's my routes:
...
2
votes
2answers
220 views
How to generate pages for each tag in nanoc
I am new to nanoc. I am still finding my around it. I am able to get my site ready. Looks good and functions good too. But i need to have a tags area. I am able to achieve that with
<%= ...
1
vote
1answer
174 views
Nanoc is not compiling css
I wanted to use custom stylesheet path /stylesheets/stylesheet.css to use with nanoc but nanoc doesn't render css file in output folder. Here are my rules:
compile '/stylesheets/' do
filter :css
...
0
votes
2answers
54 views
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 ...
0
votes
2answers
72 views
How to redirect in nanoc
I am new to nanoc. I just setup by blog. All my posts are under /blog/post/Month/Post_name.html . But every-time I visit /post/ . Its shows me the apache file list view. Rather I want /blog/post/* to ...
0
votes
1answer
231 views
Nanoc changing the base path when deploying page in github
I have a simple static page app that i have built with nanoc and i want to deploy it as a github page.
Everything goes well except that the assets (like css, javascripts) and all the links in general ...
1
vote
1answer
78 views
How can I get Nanoc to compile the same item in more than one way?
I want to have Nanoc compile a single item in multiple formats - specifically, compile a Markdown file to both HTML and PDF. As far as I know, a single item can only match a single compilation rule.
...
1
vote
1answer
45 views
How can I use markdown for my main index file in a Nanoc site?
I want to rename content/index.html to content/index.md and use markdown, but my rule for /index/ is being ignored; nanoc show-rules shows it compiling it using more generic rules.
How do I set ...
6
votes
1answer
222 views
How can I get the nanoc SASS filter to use SCSS syntax?
In my nanoc site, I want to specify my styles using SCSS:
p {
em {
color: red;
}
}
... not SASS:
p
em
color: red
But if I try using SCSS, I get a compile error from the SASS ...
1
vote
2answers
137 views
Nokogiri installed but not found when using nanoc
I'm having a problem with a project using bundler and rbenv:
I'm in my projects root dir and enter
bundle install
which installs all bundles according to my Gemfile:
source 'http://rubygems.org'
...
2
votes
0answers
204 views
Which Static Web Generator should i use? [closed]
i know average ruby language. i sort out two static web generator Nanoc and Middleman
my requirements are:-
easy to customize
easy to learn
more resources to learn
so tell me which one will be ...
2
votes
0answers
91 views
Can't use variable for basic operations in Nanoc
I got a quite annoying problem tonight, and maybe someone here will be able to help me.
I'm building a static blog with nanoc, and currently making some helpers for next/previous articles (I included ...
2
votes
1answer
145 views
Encoding error with Japanese text using nanoc
I'm having trouble getting Japanese text to display properly on a website compiled using nanoc. I have the following markup in an HTML file, which is not going through any filters or layouts upon ...
0
votes
1answer
99 views
Caching with static sites - nanoc
I am using nanoc for one of my sites. I am wondering is there a way to do some good caching for the website. because everytime i update the page i need to hard refresh or refresh couple of times to ...
0
votes
1answer
275 views
how to create basic posts/blog with nanoc and then have it in the feed
I just started with nanoc. I am wondering if someone can give me start on how should i create blog posts and how to them in the feed?
a link to any guide/tutorial is fine too.
I know creating items ...
0
votes
2answers
133 views
Ruby gem for sending emails after a contact form is filled
I am using to nanoc to create a static website. We have a form in their, which i would like to be emailed once filled. Is there a way to do that ?is there a ruby gem for that ? or php any other easy ...
1
vote
2answers
521 views
Using nanoc to create a list of blog articles, sorted by month and year
Using nanoc to create a blog archive page, I'd like to display a list similar to what's shown at http://daringfireball.net/archive/
I'm running into problems based on the way blog articles in nanoc ...
0
votes
1answer
113 views
nanoc or ruby link_to questions
I have an href tag <li><a href="/"><span></span>Home</a></li> Which i need to convert to <li> <%= link_to('Home', '/Home/') %></li> But when I ...
0
votes
2answers
313 views
Creating a basic site with nanoc
I am new to nanoc and wondering if there any tutorials or guides which show how to create a basic site with nano?
A video tutorial would be great..
thanks
6
votes
5answers
868 views
What would be a python alternative to a system like nanoc?
Is there a python publishing system (have no idea whether this is an appropriate name for such a thing, but they're calling it that way) similar to nanoc? Generally, a thing which will convert a lot ...
1
vote
1answer
221 views
How do I create 'draft' items in nanoc?
I'd like to render posts to different folders depending on a status code in the metadata.
For example, if I have an attribute of status: draft I'd like for these items to be rendered to a folder ...
2
votes
2answers
243 views
How do I pass an extension to the Redcarpet Nanoc filter
I'm trying to filter content in Nanoc 3 using their :redcarpet filter. My code looks like the following (from the Rules file):
compile '/posts/*/' do
filter :redcarpet
layout 'default'
end
...
1
vote
1answer
203 views
Creating Items for an specific section
I'm building a website with nanoc. I have my main index file and now I want to add a article section with some articles I've written. So I use:
nanoc create_item articles
to create this new ...
0
votes
2answers
176 views
What to do?`nanoc compile` runs correctly. `bundle exec nanoc compile` does not
Wen I run nanoc compile on my nanoc site everything builds. When I run bundle exec nanoc compile I get this error message:
RuntimeError: Error processing : /markup/post/
undefined method `gsub!' ...
4
votes
1answer
626 views
nanoc and multiple layouts
is it possible to use multiple layouts for a specific (or all) item(s)?
For example, I have a couple of items, and I want to apply two different layouts to it. One with a green and one with a blue ...
1
vote
1answer
102 views
How to stop nanoc from skipping content pages
So I've set up a nanoc site and everything is going well, the only problem is that there is some data in a lib that changes on nearly every compile. When I type
nanoc compile
Nanoc skips ...
1
vote
1answer
176 views
How should I implement 302 redirect for website transition?
I have an old website that hasn't gotten much love over the years and that's about to change. The existing site is based on a 3.* version of an ASP.NET portal framework called DotNetNuke (DNN).
I'm ...
1
vote
1answer
100 views
Where does nanoc create my site on windows?
http://nanoc.stoneship.org/docs/3-getting-started/
I type nanoc create_site tutorial using cmd command line within a folder. It says it created the site but I can't find it in current directory where ...
1
vote
2answers
432 views
Nanoc layout compile Rules
I'm working with nanoc and I want my index.html to point to specific layout so I created that layout and it is called nosidebar.html
My Rules looks like:
compile 'index.html' do
layout ...
3
votes
2answers
1k views
Ruby / nanoc: How do I get a list of items to display in a page?
I fully admit I am a Ruby newb, and this question could come simply out of my ignorance for Ruby.
That being said, I'm getting started with the nanoc project (and loving it). I'd like to power my ...
0
votes
1answer
251 views
How to redefine layout for custom page
I use nice a site-generator on ruby nanoc (http://nanoc.stoneship.org/). I need to redefine the layout for rendering some pages. Maybe it can be determined directly in yaml config?
For example, I ...
0
votes
1answer
240 views
global variable in nanoc
I'm building a site with nanoc and cannot find out how to use a global variable that could be incremented on the compilation of each page.
The idea behind this is to get the list of all tags ...
3
votes
1answer
627 views
nanoc site tested with unicorn
I have a nanoc site (so, all static pages) that I'd like to test with unicorn.
The idea behind this is to host this site on heroku then.
The structure is then a rack application.
I have added a ...
5
votes
1answer
947 views
Merge items in nanoc
I have been trying to use nanoc for generating a static website. I need to organize a complex arrangement pages I want to keep my content DRY.
How does the concept of includes or merges work within ...