Now it's easy for Bloggers to host and manage their own Blog with ease.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Bloggify is a place to read, write and host
To get a local copy up and running follow these simple steps.
This is an example of how to list things you need to use the software and how to install them.
- npm
- NodeJS
- NextJS
npm i next react react-dom
- Sanity
npm i --global @sanity/cli
- Typescript
npm i typescript --save-dev
- Clone the repo
git clone https://github.com/jusoftdev/bloggify.git
- Install packages
npm i
- Create Sanity Project
- Insert your Data in
.env
NEXT_PUBLIC_SANITY_DATASET=production
NEXT_PUBLIC_SANITY_PROJECT_ID=ID
SANITY_API_TOKEN=TOKEN
- Insert your Sanity Details in
bloggify-cms/sanity.json
- Run Backend (Sanity Studio)
cd bloggify-cms
npm start
- Run Frontend
next dev
- Deploying the Studio (so you can access it everywhere)
sanity deploy
Sanity Studio
Postings
Comments
Fully responsive Design
See the open issues for a list of proposed features (and known issues).
- Dark Mode
- Advanced Posting
- Autonomic contribution
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
JuSoft - @jusoftdev - Discord Server - [email protected]
Project Link: https://github.com/jusoftdev/bloggify