{"id":26018523,"url":"https://github.com/moonwave99/waffel","last_synced_at":"2025-03-06T06:21:20.788Z","repository":{"id":29993807,"uuid":"33541258","full_name":"moonwave99/waffel","owner":"moonwave99","description":"Yet another static generator, here to help you with more concrete use cases than just your personal blog.","archived":false,"fork":false,"pushed_at":"2024-04-10T00:23:32.000Z","size":61882,"stargazers_count":37,"open_issues_count":3,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-28T10:51:07.269Z","etag":null,"topics":["brunch","nodejs","static-site-generator"],"latest_commit_sha":null,"homepage":"https://moonwave99.github.io/waffel","language":"CoffeeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/moonwave99.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-04-07T12:17:22.000Z","updated_at":"2024-02-15T21:27:38.000Z","dependencies_parsed_at":"2024-06-21T14:08:15.346Z","dependency_job_id":"34cd0a5d-9a45-4e7a-8b87-372d773a6797","html_url":"https://github.com/moonwave99/waffel","commit_stats":null,"previous_names":[],"tags_count":33,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moonwave99%2Fwaffel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moonwave99%2Fwaffel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moonwave99%2Fwaffel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moonwave99%2Fwaffel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/moonwave99","download_url":"https://codeload.github.com/moonwave99/waffel/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242157900,"owners_count":20081155,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["brunch","nodejs","static-site-generator"],"created_at":"2025-03-06T06:21:20.192Z","updated_at":"2025-03-06T06:21:20.776Z","avatar_url":"https://github.com/moonwave99.png","language":"CoffeeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Waffel\n\nStatic site generation done ~~right~~ _tasty_.\n\nYet another static generator, here to help you with more concrete use cases than just _your personal blog_.\n\n## Getting Started\n\nI strongly recommend you to use Waffel with [Brunch](http://brunch.io/), starting with the [brunch-with-waffel](https://github.com/moonwave99/brunch-with-waffel) skeleton:\n\n    # in case you do not have Brunch installed yet\n    $ npm install brunch -g\n\n    $ brunch new path/to/project --skeleton https://github.com/moonwave99/brunch-with-waffel\n    $ cd path/to/project\n    $ npm install\n    $ bower install\n    $ npm start\n\nVisit [`http://localhost:3333`](http://localhost:3333) and you ready to go!\n\nPlease have a look at the examples here above or at [the doc](http://moonwave99.github.io/waffel/docs/), in order to get a better grasp on how can Waffel be useful to you.\n\n---\n\n## FAQ\n\n\u003e Does Waffel work with different front matter formats (e.g. JSON, TOML,…) rather than YAML?\n\nNot at the moment, though I would be glad to [receive a PR](https://github.com/moonwave99/waffel) in order to make front matter format configurable!\n\n\u003e Is there any CLI tool?\n\nNo, because [brunch](http://brunch.io/), [gulp](http://gulpjs.com/) and [grunt](http://gruntjs.com/) all make a wonderful job at that.\n\n\u003e Does Waffel handle the compilation/concatenation/minification of my CSS/JS code?\n\nNo, because [brunch](http://brunch.io/), [gulp](http://gulpjs.com/) and [grunt](http://gruntjs.com/) all make a wonderful job at that.\n\n\u003e Can I change template language?\n\nNot at the moment, because I like [Nunjucks](https://mozilla.github.io/nunjucks/)'s expressiveness a lot, and the possibility to **chain filters** (that allows me to use more logic in templates, since there is no controller layer actually).\n\n\u003e Does Waffel provide support for a complex relational model?\n\nWaffel doesn't know anything about your data schema. But as all the loaded data is exposed in the templates via the `data` property, you can deal with any sort of composition (e.g. `data.users[post.author]`). It is the price to pay for not having to write a schema, but I don't find it very expensive : ))\n\nIn case you really need a complex query mechanism, chances are that you need a different stack.\n\n\u003e Are there plugins? Is there a way to write any?\n\nWriting a plugin for such a specific tool usually ends up in following a narrow DSL, with no real benefit on top of the hassle.  \nYou can include even complicate **filters** and **helpers**, that can be used all over the HTML template codes.\n\nNevertheless, have a look at the examples up here, they may help you to achieve your goal!\n\n---\n\n## Test\n\nStare at the green fields via:\n\n    $ npm run test\n\n---\n\n## License\n\nThe MIT License (MIT)\n\nCopyright (c) 2019 Diego Caponera\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoonwave99%2Fwaffel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmoonwave99%2Fwaffel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoonwave99%2Fwaffel/lists"}