Skip to content

Commit 531d16e

Browse files
committed
Add features
1 parent 5cf131a commit 531d16e

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

Readme.md

+17
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,23 @@ The basic idea is that the content creator writes their posts in markdown langua
1111
The markdown will then be translated into HTML and displayed to the client. This gives an easy entry to writing posts with all the flexibility markdown has.
1212
This also includes source code snippets. Highlighting is done via [highlight.js](https://highlightjs.org/) with the GitHub theme.
1313

14+
## Features
15+
16+
- **Modern Markdown Editor** - Write blog posts with a feature-rich markdown editor
17+
- **Bookmarks** - Allow readers to save their favorite articles
18+
- **Drafts** - Save work in progress and continue later
19+
- **Scheduled Publishing** - Plan ahead and publish automatically
20+
- **Similar Blog Posts** - Recommend related content to readers
21+
- **Comments** - Enable discussions
22+
- **Media Upload** - Easily include images in your posts (Azure Blob Storage and CDN Support)
23+
- **SEO Optimization** - Improve search engine visibility
24+
- **Tag and Category System** - Organize content effectively
25+
- **Search Functionality** - Help readers find specific content
26+
- **Responsive Design** - Optimal viewing on all devices
27+
- **About Me Page** - Customizable profile page that showcases skills and experience
28+
- **RSS Feed** - Allow readers to subscribe to content updates
29+
- **Visit Counter** - Get visitor counters for each blog post in the internal dashboard
30+
1431
## In Action
1532

1633
![overview](assets/overview.gif)

0 commit comments

Comments
 (0)