-
I am trying to follow official doc to use tailwind css using the premade plugin
https://gridsome.org/plugins/gridsome-plugin-tailwindcss
I added the plugin to my project using yarn
yarn a…
-
Hi, using this code to get everything in the authors datasource always returns every entry
from all my datasources.
The query is:
```
query {
allAuthorEntries {
edges {
node {
…
-
## Summary
Provide the ability to adapt TinaCMS so it will integrate into other applications without the requirement that they also be react-based applications.
### Motivation
Many static sit…
-
## Description
If you're referencing own, internal dependencies (not node_modules) that do not exist, Gridsome answers with:
```
This dependency was not found:
* ~/layouts/Default.vue in ./s…
-
## Description
On the homepage of a Gridsome site using vue-remark plugin I am seeing it load every markdown pages contents up even when not needed, on large sites with hundreds of markdown files t…
-
I just installed the plugin and configured it, when I try to run my development server I get an error:
```
TypeError: Cannot read property 'text/markdown' of undefined
at new NetlifyPaths (/ho…
-
[Netlify](https://www.netlifycms.org/docs/add-to-your-site/#configuration) states that it's config.yml needs to go in the 'static file location'.
For Gridsome this should be: /static
In the [docs…
dizid updated
5 years ago
-
Images on the Index page always maintain their aspect ratio when Responsively scaled. But when the same image is added to a content page, Responsive scaling squishes the image out of aspect. Here's th…
-
I have looked at the related issues and believe this is different enough to warrant it's own issue. I have tried this on Node `v13.9.0`, `v12.16.1`, `v11.15.0` with the same results.
Following the …
-
## Description
I'm building a Gatsby site with a WordPress and ACF backend. I've been following the example closely to build my decoupled site, in particular, [the template files for post.js and pa…