-
If prefetching is supported, is there a programmatic way to begin prefetching pages? Frameworks like gatsbyjs demand that you delineate links that shouldn't be prefetched.
-
The Generated javascript file from flowbite-svelte is 74kb
in the other hand the generated file from flowbite is almost 3.5kb
so why the output from flowbite-svelte is very bigger than flowbite
*…
-
Hi,
from 1.5 onwards the reload in the dev auto reload mode seems to be broken for elder routes on my system.
If this is a system configuration (Linux, Node 16.5) issue i can provide some more logs…
-
# Elder 블로그 커스터마이징 하기
Elder 기본 템플릿에 웹 폰트, 날짜 순 정렬, tooltip 같은 기능들을 추가해봅니다.
[https://twinstae.github.io/customize-elder-blog/](https://twinstae.github.io/customize-elder-blog/)
-
This will allow different post count and template for different index route
```js
config: {
routes: ['blog'],
postPerPage: 5,
indexTemplate: 'BlogIndex',
routeConfig: [ // defa…
-
I like how there's a demonstration of hooks, and some documentation. It'd be cool if that was the "advanced" section/post about hooks. It'd be great if there was a very simple hooks example -- some as…
-
There are no instructions/documentation on how to set up a developer environment, specifically for plugins, but for elderjs in general.
The immediate goal is to work on a plugin - which, when I try…
-
I have a following scenario:
There are some pages with several hydrated components.
However, I need two variants of site build: 'live-update' and 'static'.
Live-update will monitor some data from C…
-
I had some tags in my frontmatter like this:
```
---
draft: true
title: My Title
excerpt: My Excerpt
date: 2022-06-22
tags:
- One
- Two
---
```
Since my editor shows tabs as two spa…
-
Props must be JSON.stringify-able otherwise, unclear js error is thrown.
So it'll be better to have a function to validate the props and display the relevant error and suggested fix.
happy to do …