-
It would be nice if layout=false passed to a partial (in the existing second arg I mean) would tell HarpJS not to wrap the partial in layout.
-
In the Current doc page (http://harpjs.com/docs/development/current), the EJS example has this:
```
```
The } at the end is invalid. This occurs twice in the code sample.
-
if you try to compile your current project in your current directory, harpjs deletes all your files in that directory :-(
```
ks:Harp kevinsimper$ harp init game
initialized project at /Users/kevinsi…
-
Fala pessoal.
Resolvi usar o [Harp](http://harpjs.com/) para desenvolver meu [novo site](https://github.com/LFeh/lfeh.github.io/tree/new-site) e estou razoavelmente avançado.
Porém, atualmente uso u…
-
... or to have harp correct the hyperlinks that may be in a document if it has to rewrite them?
The problem is that it currently harpjs breaks my links. If I have these two markdown files
file1.…
-
The "lib" usage of harp seems to be pretty sparsely documented. In the main `README` it is mentioned that you can set up a Harp application like this
``` js
var harp = require("harp")
harp.server(pro…
-
I'm trying to create a automatically generated table of contents in my documentation page. Basically I need to go through the documentation text, find the elements I'm interested in by name and add th…
-
This is something I tend to forget, so I wonder if others get tripped up on it. The docs for metadata state that when a page match is found that variables matched in _data.json will be available to th…
-
Is it by any means possible to have a file which will automatically list all files in the current directory? This would be really helpful, as I simple don't have the time to keep on writing links, etc…
-
The RSS is not being excluded from Layout even after mentioning in `_data.json` file about exclusion as shown below. Have tried both jade and EJS formats. Not Working in both.
```
{
"rss": {
…