I’m a software developer at MediaGeniX where Smalltalk is my main weapon. I am rather good at Ruby, C, Objective-C and Smalltalk.
For anything else, check out my cv.
|
May
17 |
|
awarded | Yearling |
|
Feb
18 |
|
comment |
Why can't I get Nanoc to compile my site on Windows 8? Does the static data source that comes with nanoc 3.5.x crash too? |
|
Feb
1 |
|
answered | nanoc: How can I pass options to pandoc-ruby? |
|
Feb
1 |
|
accepted | Check presence of loaded Gemfile |
|
Jan
31 |
|
asked | Check presence of loaded Gemfile |
|
Jan
26 |
|
answered | Pretty URL via separate folder and index.html file inside or rule in .htaccess |
|
Jan
22 |
|
comment |
How to generate pages for each tag in nanoc Thanks for pointing that out! I fixed my original answer. |
|
Jan
22 |
|
revised |
How to generate pages for each tag in nanoc Fix “def preprocess” vs “preprocess do” |
|
Jan
22 |
|
comment |
Nanoc long compile time Pygmentize is awfully slow. A direct replacement is pygments.rb, which is a lot faster (already mentioned above). Take a look at pull request #100 for developer.github.com to get an idea of the speedup! I personally use CodeRay though, works fine as well. Can you give an idea of the speedup you got now? |
|
Jan
22 |
|
answered | Nanoc long compile time |
|
Dec
25 |
|
comment |
How add own javascript file to nanoc? Instead of using ".js" you can also use item[:extension], which is the original file extension. Additionally, the #compile block does not need to return anything, so the nil is not useful.
|
|
Dec
14 |
|
awarded | Citizen Patrol |
|
Dec
14 |
|
comment |
Sort articles based on time and not date in nanoc That is not a nanoc answer. |
|
Dec
14 |
|
answered | How to generate pages for each tag in nanoc |
|
Dec
13 |
|
answered | Nanoc is not compiling css |
|
Dec
13 |
|
comment |
Sort articles based on time and not date in nanoc Then I am guessing some article’s :time attribute is nil.
|
|
Dec
12 |
|
answered | Sort articles based on time and not date in nanoc |
|
Dec
5 |
|
answered | How to redirect in nanoc |
|
Nov
26 |
|
awarded | Commentator |
|
Nov
26 |
|
comment |
Nanoc changing the base path when deploying page in github The answer to that question is in my answer. Use the relativize_paths filter to relativize paths in HTML and CSS.
|