https://github.com/mahdita97/strapi-custom-slug
A customized version of Strapi headless CMS to support arabic slugs and also to make id base slugs for articles.
https://github.com/mahdita97/strapi-custom-slug
cms contentful headless headless-cms javascript slug slugify strapi strapi-cms strapi-plugin urlify
Last synced: 3 months ago
JSON representation
A customized version of Strapi headless CMS to support arabic slugs and also to make id base slugs for articles.
- Host: GitHub
- URL: https://github.com/mahdita97/strapi-custom-slug
- Owner: MahdiTa97
- Created: 2022-06-16T10:51:55.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-06-20T06:32:33.000Z (almost 3 years ago)
- Last Synced: 2024-11-15T12:13:16.740Z (5 months ago)
- Topics: cms, contentful, headless, headless-cms, javascript, slug, slugify, strapi, strapi-cms, strapi-plugin, urlify
- Language: JavaScript
- Homepage:
- Size: 378 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🚀 Getting started with Strapi-Custom-Slug
In this customized version of Strapi, now it supports arabic strings to make slugs like this:
{id} - {slugified_title}
Strapi comes with a full featured [Command Line Interface](https://docs.strapi.io/developer-docs/latest/developer-resources/cli/CLI.html) (CLI) which lets you scaffold and manage your project in seconds.
### `develop`
Start your Strapi application with autoReload enabled. [Learn more](https://docs.strapi.io/developer-docs/latest/developer-resources/cli/CLI.html#strapi-develop)
```
npm run develop
# or
yarn develop
```### `start`
Start your Strapi application with autoReload disabled. [Learn more](https://docs.strapi.io/developer-docs/latest/developer-resources/cli/CLI.html#strapi-start)
```
npm run start
# or
yarn start
```### `build`
Build your admin panel. [Learn more](https://docs.strapi.io/developer-docs/latest/developer-resources/cli/CLI.html#strapi-build)
```
npm run build
# or
yarn build
```## ⚙️ Deployment
Strapi gives you many possible deployment options for your project. Find the one that suits you on the [deployment section of the documentation](https://docs.strapi.io/developer-docs/latest/setup-deployment-guides/deployment.html).
## 📚 Learn more
- [Resource center](https://strapi.io/resource-center) - Strapi resource center.
- [Strapi documentation](https://docs.strapi.io) - Official Strapi documentation.
- [Strapi tutorials](https://strapi.io/tutorials) - List of tutorials made by the core team and the community.
- [Strapi blog](https://docs.strapi.io) - Official Strapi blog containing articles made by the Strapi team and the community.
- [Changelog](https://strapi.io/changelog) - Find out about the Strapi product updates, new features and general improvements.Feel free to check out the [Strapi GitHub repository](https://github.com/strapi/strapi). Your feedback and contributions are welcome!
## ✨ Community
- [Discord](https://discord.strapi.io) - Come chat with the Strapi community including the core team.
- [Forum](https://forum.strapi.io/) - Place to discuss, ask questions and find answers, show your Strapi project and get feedback or just talk with other Community members.
- [Awesome Strapi](https://github.com/strapi/awesome-strapi) - A curated list of awesome things related to Strapi.---
🤫 Psst! [Strapi is hiring](https://strapi.io/careers).