AbhimanyuAryan / quasar-blog

Elegant blog system created using Quasar.

Home Page:https://blog.legendword.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Legendword Blog (WordBlog)

Legendword Blog is an elegant, open-source blog system by Legendword, built with Quasar.

Feel free to use any of the component settings, layouts, and styles in your own projects. Issues and feature requests can be posted in the Issues page.

Using the platform

Access Legendword Blog here: https://blog.legendword.com/

Desktop and Mobile Clients

Because it is responsive and built with Quasar, Legendword Blog is optimized for all kinds of screens.

Currently supported platforms: MacOS, Windows, Linux, iOS*

*: iOS app will be published to the App Store in a future release.

View the latest release

Key Features:

  • User Accounts: Set custom username and create an author profile linked to the user.
  • Posts: View posts (articles), and compose posts using a custom-made Markdown editor.
  • Authors: Follow your favourite authors and see their new posts in the Following page.
  • Categories and Tags: Each post falls under a category and has optional tags. You can browse posts by category or tag.
  • Collections: Bookmark posts by adding them to a collection of yours. You can create multiple collections, and decide if you want the collection to be public. Share your collection by sending the collection URL to others.
  • Comments: Comment on posts in the comment section. You can like others' comments or reply to a comment.
  • Creator Tools: See total view, follower, and comment count in the Overview tab. Manage or add posts in the Posts tab. View newest comments in the Comments tab.
  • Multi-Language Support: Set your preferred interface language in the User Settings page.

How to Install:

To download files, go to Releases.

Web App

You can access the Legendword Blog Web App from anywhere with a browser. The URL of the Web App is https://blog.legendword.com

MacOS

Download Legendword.Blog-[version]-darwin-x64.zip and unzip it. Move Legendword Blog.app to your ~/Applications folder.

Windows

Download Legendword.Blog-[version]-win32-x64.zip and unzip it. Move all files in the directory to your Program Files folder. Create a shortcut for the executable file Legendword Blog.exe. You can now run the application using this shortcut.

Linux

Download Legendword.Blog-[version]-linux-x64.zip and unzip it. Run Legendword Blog.

Debugging/Developing the project on your local machine

Libraries Used

This project uses Quasar, Quasar CLI, Axios, Vue i18n, and MarkDownItVue.

Install Dependencies

npm install

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev

Build the app for production

quasar build

About

Elegant blog system created using Quasar.

https://blog.legendword.com/

License:MIT License


Languages

Language:Vue 74.7%Language:JavaScript 22.7%Language:Swift 1.4%Language:SCSS 0.6%Language:HTML 0.4%Language:Ruby 0.2%