2,817 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
43
views
can't add new tags or set image preview from decap Cms blog backend
I've created a Portfolio with a blog using netlify and decap Cms as backend.
When trying to create a new post from the backend I can't add new or existig tags.
I'm given only this list
And if I try ...
0
votes
0
answers
118
views
Problem setting public supabase URL and ANON KEY Supabase
While following this idea: https://github.com/alanagoyal/alanagoyal I’ve been trying to use this theme to create a blog with Jekyll and GitHub Pages. After correctly setting the Supabase URL and Anon ...
0
votes
2
answers
162
views
Insert record into many-to-many relationship [duplicate]
I want to create a database for my blog website where I have many posts and categories. A post can have many categories and a category can have many posts. I couldn't figure out how to implement it in ...
-1
votes
1
answer
183
views
Issues with Wix REST API returning a 403
I'm trying, what on the surface seems a very simple GET request to the Wix REST API via Postman.
Followed the documentation and generated an API key with the requisite permissions and an Account ID.
...
0
votes
2
answers
312
views
How to open listing items in a new tab when using reveal.js slide shows?
Update: This question was submitted as a request on the https://github.com/quarto-dev/quarto-cli/discussions/12276!
I'm working on a Quarto blog where each post consists of a reveal.js slide show. My ...
-1
votes
1
answer
52
views
Highlight.js: Single line code block with scroll-x
I have set up Highlighterjs with my NextJS@13+ page routing, but the code block is taking single line with scroll-x. Look at the image...
If i remove the useEffect the highliger is gone, but the line ...
1
vote
0
answers
93
views
How can I implement highlight.js in my react-quill?
I used code-block module in react quill but I want to add highlight to tag with inner code tag. I want to add class for different programming language, but Just after I am entering something in my ...
0
votes
0
answers
38
views
Navigation in quarto blog or book
I have created the shell of a Quarto blog for educational purposes. I plan some entries to be within categories and then within, sequential lessons.
So in category A, I might have post A1, A2, A3......
1
vote
1
answer
489
views
I want to make Dynamic Blog Details Page using Next.js 15 App routing and it should be SSR compatible so better for SEO and I am getting below error
I want to make Dynamic Blog Details page for my Next.js website, and below code is working fine during browse under development and in localhost:3000, but when I try to make build then I am getting ...
-1
votes
1
answer
49
views
A problem with WordPress that creates a white space for itself
As you can see in the pictures, in the editor mode, my single post template is full page, but when outputting, a series of white spaces are created around it. Does anyone have a solution? (It is Astra ...
2
votes
1
answer
512
views
footnotes in mdx, nextJS, gray matter blog?
I'm trying to make a blog and followed this tutorial to setup with next.js:https://gaudion.dev/blog/nextjs-mdx-blog
trying to render footnotes in a blog post rendered from MDX
eg.
---
title: ...
0
votes
1
answer
2k
views
Next.js: Client-side exception and 404 error for static chunks in production, working fine in development
I am facing a peculiar issue with my Next.js application. The problem appears only in the production environment. In the development environment, everything works fine, but in production, I encounter ...
1
vote
1
answer
370
views
How to correctly filter and handle array-like structures in Shopify Liquid
I'm working on a Shopify store and need to filter blog articles based on specific handles and display them in a Swiper component. However, I'm having trouble correctly handling array-like structures ...
0
votes
0
answers
41
views
Project with Auth0, Contentful and Nextjs14
"I need to do a blog project with these technologies. It will be my first professional project and I'm a little lost. Should I start with the database using Contentful, with Auth0, or with the ...
0
votes
1
answer
58
views
How to create a private folder from a blog post category
I am writing a blog with categories for the posts. I would like for users who are logged in to be able to select "My favorites" and create a private list of posts so that "My favorites" would be a ...