Skip to content

Commit 45ac51e

Browse files
authored
Merge pull request #14 from StackTipsLab/nilandev-patch-1
Update README.md
2 parents be8331d + bb7013d commit 45ac51e

File tree

1 file changed

+26
-4
lines changed

1 file changed

+26
-4
lines changed

README.md

Lines changed: 26 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
1-
# Bloggy - Django Powered Blog
1+
# Bloggy
22

3+
Introducing Bloggy! The Open-Source Blogging Platform is Built on Python and Django framework that powers stacktips.com blog.
4+
5+
## Key Features
6+
Along with tons of features aimed at enhancing the development and blogging experience.
7+
* **Signup and Login**: Seamlessly create your account and log in to access exclusive content.
8+
* **Magic Link Sign-In**: Forget passwords! We've streamlined the login process with magic link sign-in.
9+
* **Create and Publish**: Share your knowledge with the world by creating and publishing articles, courses, and quizzes effortlessly.
10+
* **Customized Admin Dashboard**: Manage your content efficiently with a user-friendly admin dashboard designed with you in mind.
11+
* **Sitemaps**: Enhance discoverability with built-in sitemaps that improve search engine ranking.
12+
* **Webmaster Notifications**: Get noticed! StackTips automates Google and Bing webmaster notifications to ensure your content reaches a wider audience.
13+
14+
![](https://res.cloudinary.com/practicaldev/image/fetch/s--ahvrJ22X--/c_imagga_scale,f_auto,fl_progressive,h_420,q_auto,w_1000/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/djjung54zz5kanrsk9v2.jpeg)
15+
16+
17+
## Get Involved!
18+
Are you a developer looking to enhance your skills, share your knowledge, or simply be curious about the inner workings of a developer-centric blog platform? Now's your chance!
19+
20+
Want to contribute right away?
21+
22+
Check out the issues section. https://github.com/StackTipsLab/bloggy/issues
23+
24+
## Installation Guide
325
Checkout the code from our git repository
426

527
git clone [email protected]:StackTipsLab/bloggy.git
@@ -17,7 +39,7 @@ Install python dependencies
1739
pip3 install -r requirements.txt
1840
```
1941

20-
Rename the `.env.example` file to `.env` and provide all te configurations details including Database, Email Configurations. Bare minimum, you will need these properties to get started.
42+
Rename the `.env.example` file to `.env` and provide all the configuration details including Database, and Email Configurations. Bare minimum, you will need these properties to get started.
2143
```properties
2244
SECRET_KEY=
2345
DEBUG=True
@@ -81,5 +103,5 @@ Now, you can build
81103

82104
```shell
83105
npm run start
84-
npm run build # to generate production build
85-
```
106+
npm run build # to generate a production build
107+
```

0 commit comments

Comments
 (0)