acetate
acetate copied to clipboard
A flexible, fast and easy to extend static site generator for Node
Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 9.12.0 to 10.4.1. Release notes Sourced from highlight.js's releases. 10.4.1 Security fixes: (fix) Exponential backtracking fixes for: Josh Goebel cpp handlebars gams perl jboss-cli r erlang-repl powershell...
Bumps [lodash.merge](https://github.com/lodash/lodash) from 4.6.1 to 4.6.2. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/configuring-github-dependabot-security-updates) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Chris Coyer has a a [Serverless for Front-End Developers](https://serverless.css-tricks.com/) site. In a recent [article](https://css-tricks.com/the-power-of-serverless-v2-0-now-an-open-source-gatsby-site-hosted-on-netlify/), he said he's open to PR's. The [GitHub Repo](https://github.com/CSS-Tricks/serverless) has a section for static site generators....
Hey Pat, **Request**: It would be helpful to allow for configuration while running acetate in server/watch mode to have a pathname in addition to `host` and `port`. **Description**: When normally...
Hi @patrickarlt & @paulcpederson !, I'm starting with Acetate and I don't know how I can properly build [my site](https://github.com/hhkaos/arcgis-marketplace/tree/gh-pages). E.g.: when I run `node -e \"require('grunt').tasks(['deploy']);\"` my page [landing.html](https://github.com/hhkaos/arcgis-marketplace/blob/gh-pages/src/landing.html)...
I've put quite a bit of work into making Acetates existing helper API as simple as possible. Mostly by removing things from what you can do with Nunjucks. Right now...
- `mode:server:ready` - `mode:watcher:ready`
Pretty easy with the new query stuff. 1. Create a query of all pages 2. Use that query to build an index in [lunr.js](http://lunrjs.com/) 3. Output the index as part...
It looks like everyone in the Node community is using https://github.com/mashpie/i18n-node so we can use that for translation. We can register a custom global to wrap the translation function so...
A sitemap extension would be extremely simple now with the query interface and a few metadata options like `changefreq` and `priority`.