Imam Susanto
Imam Susanto
Supports for transition in each navigation 2 ways to configure: - Declared globally in config - Overriden in frontmatter For reference: https://nuxtjs.org/examples/routes-transitions/
Imagine we have this kind of content: ```markdown --- title: Hello World theme: '~layout/default.vue' --- # Hello World Here is some image ``` ### Morphing component We have this ``...
Current Structure ``` root ├── components │ └── component.vue ├── source │ ├── index.md // www.example.com │ ├── _draft-section │ │ └── some-markdown.md │ └── published-section │ ├── index.md //...
Currently the `$page->getContent()` function only allows markdown files to be rendered. ### Why? I've got a content like this: ```markdown --- extends: web: _layouts.post amp: _layouts.amp feed: _partials.feed-item title: My...
Mungkin perlu menambahkan resource related sama: 1. Accessibility (aria, accessible components) 2. Performance (lighthouse, rail, prpl, hydration, ssr/csr)
Feature Request: Support for Self Hosted image manipulation server (Thumbor, Imgproxy, Imaginary)
Please support the open source alternatives ### Thumbor Website: https://www.thumbor.org/ Github Repo: https://github.com/thumbor/thumbor ### Imgproxy Website: https://imgproxy.net/ Github Repo: https://github.com/imgproxy/imgproxy ### Imaginary Github Repo: https://github.com/h2non/imaginary
### Problem When starting out a new site, we sometimes find the config does not explain directly. Instead we go to the docs and find out there. Even in the...