This is our open-source Strapi blog admin panel of canopas. This application is designed to help bloggers and content creators build and manage their online presence with an emphasis on search engine optimization (SEO). Whether you are a beginner blogger or an experienced content creator, our project provides a seamless and user-friendly experience to showcase your expertise and attract more traffic through superior SEO techniques.
This repository contains the admin panel of our resources and blog.
- Key features
- Requirements
- Setup
- Customization
- Formatting and Linting
- Deployment
- Dependencies
- Licence
-
Strapi CMS in Admin Panel:: This project created with Strapi. This provides us CMS with API as backend. We can use both for Creating Editing, and Publishing the blogs and its relavant content seamlessly.
-
SEO-friendly URLs and Metadata: Each posts has SEO fields like meta tags, URL structures and sitemaps. You can customize all the essentia; fields for Optimal SEO.
-
Automatic previews: We created custom previews like medium in Blog Editor.Your blog post will have preview of links based on its data like images or videos. You need to just paste the links and it will geneate preview on save and you can see it at your frontend.
-
CI/CD and Deployment: With CI in place, every code change is automatically tested and integrated into the main codebase. This ensures that the main branch always remains stable, reducing the chances of bugs and allowing for rapid deployment.
-
Recommended Posts: Enhance user engagement by showcasing recommended posts to your audience. This feature suggests relevant content based on the user's reading history, keeping visitors on your website for longer.
-
Email Subscription: Engage your readers effectively with our built-in subscription system. Visitors can subscribe to your blog and receive updates whenever you publish new content, helping you build a loyal readership base. Users can also unsubscribe from emails.
Note: Admin panel code resides in the admin
directory
- Node.js: v18
- Postgres
- Create a database in postgres to store blog data.
- Go to
admin
usingcd admin
- Copy
.env.example
to.env
- Add your variables and keys in the
.env
file
-
Install all required dependencies using,
yarn install
yarn develop
- Application will start on http://localhost:1337/admin
-
All email templates reside in
admin/pubic/emailTemplates
. You can customize them as per your requirement. -
You can update titles, descriptions, and logos of your admin panel from
admin/src/admin/app.js
. -
The admin panel has its own guidelines to guide writers about adding content. You can add/update guidelines for your admins or writers in
admin/src/plugins/guidelines/admin/src/pages/guidelines.md
.
The pre-commit hook will automatically lint and format your code before committing.
git config core.hooksPath .githooks
-
NGINX has been used as a proxy for the admin panel. Find configuration at
admin/nginx
. -
Both the admin panel and website have been deployed on Amazon Web Services(AWS). You can find workflows in
.github/workflows
. -
Deployment stacks:
The following are main dependencies used by the project
This repository is owned and maintained by the Canopas team. If you are interested in building web applications, admin panels or designing products, please let us know. We'd love to hear from you!
This repository is released under the MIT.