amagaki icon indicating copy to clipboard operation
amagaki copied to clipboard

A high-performance TypeScript static website generator for building highly-interactive websites. Localization inbuilt. Flexible URLs. Content managed and templates separated.

Results 27 amagaki issues
Sort by recently updated
recently updated
newest added

The editor uses an `examples` key in the editor setting for creating screenshots and initial values when adding partials to a page. The page builder could allow for use the...

Basic icons are currently supported but should we have a way to defined multiple sizes and apple-touch-icons? ``` ``` https://github.com/blinkk/amagaki-plugin-page-builder/blob/main/src/page-builder.ts#L400

- See if we can serialize `TranslationString` without extra properties - Look into reducing the size of serialized documents, etc.

esbuild should not be packaged with the hydrator

When using the Google Sheets plugin and other similar workflows, including `!IfLocale`, locale identifiers are case sensitive. This can result in inconsistency across platforms and we can encounter trouble when...

Would be handy to allow plugins to add custom commands for things that are 'outside' of the normal workflow. For a translation plugin. You would not want a separate translation...

This doesn't work as we need it to: ``` $path: !IfEnvironment default: / prod: false # Page is not launched in en in prod yet. $localization: path: !IfEnvironment default: /intl/${doc.locale.id}/${doc.basename}/...

Using `!IfLocale` within yaml doesn't get evaluated if used within `pod.doc`. ``` {% set partial = pod.doc('/content/partials/footer.yaml').fields %} {{renderPartial.renderPartial(partial)}} ```

Deployment is failing as the benchmark files are too large. ``` /usr/bin/git push origin gh-pages remote: error: GH001: Large files detected. You may want to try Git Large File Storage...

We should add hooks for before and after rendering pages. Common use cases will be to transform the generated output outside of the template rendering process.