-
I am trying to compile my app on harp js. here is my directory structure.
```
.
├── 404.html
├── _harp
│ ├── 404.jade
│ ├── _data.json
│ ├── _harp.json
│ ├── _layout.jade
│ ├── index.jade
│…
-
![screen shot 2016-04-27 at 14 07 41](https://cloud.githubusercontent.com/assets/208149/14851644/8ce177cc-0c81-11e6-9d50-52479e8c5efe.png)
-
I was reading http://harpjs.com/docs/development/current but I'm not sure where to put this piece below
```
{
path: ["articles", "hello-world"],
source: "hello-world"
}
```
is it in `_data.json`…
-
I can't figure out what configuration to use here, to ignore the `node_modules` folder. Currently if I install a new package the `browser-sync` reacts to hundreds of new files.
I'm proxying HarpJS wi…
-
We'll need a news system for the 2016 website. We had a reasonable system last year, so we'll want to bring that over to start with.
The previous issue was: https://github.com/cascadiajs/2015.cascad…
-
Would be really nice to be compatible but not have to use gem
-
I'm wondering if it's possible to use a JSON file to store global and/or individual template variables similar to how the Harp static site generator is doing? I don't want to lock myself into a "CMS" …
-
@matthewp
There is a module that we use to pack bundles after steal build:
https://github.com/whitecolor/steal-pack-bundles
1) Please take a look at it and maybe you would have some advice how it ca…
-
Hello
can I change folder 'public' to other ?
-
Replace alt attributes in icons on http://harpjs.com/
`Stylus` -> `Harp Platform`
`Heroku` -> `Nodejitsu`
Now:
``` html
```
Need:
```…