blog
Here are 25,910 public repositories matching this topic...
Preliminary Checks
- This issue is not a duplicate. Before opening a new issue, please search existing issues: https://github.com/gatsbyjs/gatsby/issues
- This issue is not a question, feature request, RFC, or anything other than a bug report directly related to Gatsby. Please post those things in GitHub Discussions: https://github.com/gatsbyjs/gatsby/discussions
Description
If
-
Updated
May 30, 2022
检查清单
- 已经在 GitHub Issues 中搜索过该问题
- 已经在论坛中搜索过该问题
- 已经查阅过文档
是什么版本出现了此问题?
1.5.3
使用的什么数据库?
MySQL 8.x
使用的哪种方式部署?
Docker
在线站点地址
发生了什么?
管理界面的标签在较小的窗口下评论和标签会重叠

- customization of slugs (one off custom transformations)
- handling special usecases for non-latin languages (like Urdu)
Possible alternative
If it is too much, [@sindresorhus/sl
-
Updated
Jun 3, 2022 - Go
-
Updated
Jun 17, 2022 - Less
-
Updated
Apr 19, 2019 - JavaScript
-
Updated
Feb 23, 2019 - JavaScript
-
Updated
Oct 16, 2021
-
Updated
Apr 29, 2022 - TypeScript
-
Updated
Jun 16, 2022 - JavaScript
-
Updated
Jun 6, 2022 - HTML
-
Updated
Apr 7, 2022 - JavaScript
-
Updated
Jun 16, 2022 - TypeScript
We had a discussion poll here adityatelange/hugo-PaperMod#892
Which results update the Pagination buttons that say: Next Page
& Prev Page
to Next
& Prev
respectively.
So calling out everyone who has previously contributed to translations to update the strings present at https://github.com/adityatelange/hugo-PaperMod/tree/master/i18n
which updates the str
Improve this page
Add a description, image, and links to the blog topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the blog topic, visit your repo's landing page and select "manage topics."
Describe the feature you'd like to request
I want to be able to initialize a Next.js app with the
src
directory.It is currently a hassle to create the
src
on your own and movepages
and other folders to it.Describe the solution you'd like
Add an option to
create-next-app
to be able to do that. Like:--src
, `