Update README.md
This commit is contained in:
parent
6fb189411d
commit
c66d48d1ec
19
README.md
19
README.md
@ -1,12 +1,11 @@
|
|||||||
# Rangolio
|
# Rangolio: The Simple Free Blog and Portfolio Website Solution. Period.
|
||||||
Rangolio is a no-frills, simple solution built with (R)eact and Dj(ango) to create portf(olio) websites. This platform currently features an initial landing page that can be segmented into various sections, catering to diverse content needs. Additionally, Rangolio extends its functionality to include blog posting, making it a versatile tool for showcasing your work and thoughts.
|
<center>
|
||||||
|
<img src="backend/icons/png/256x256.png" style="border-radius:10px;margin-bottom:10px" width=300/>
|
||||||
|
</center>
|
||||||
|
<br/>
|
||||||
|
Rangolio is a no-frills, simple solution built with React and Django to create stunning portfolio websites and post free blogs with ease. Whether you're a developer, designer, or content creator, Rangolio provides an intuitive platform to showcase your work and share your thoughts. This versatile tool features a customizable landing page that can be segmented into various sections, catering to diverse content needs. Additionally, Rangolio's robust blogging functionality makes it easy to post free blogs, enhancing your online presence effortlessly.
|
||||||
|
|
||||||
Rangolio operates in two ways, one is local backend mode, and the other is live backend mode.
|
Start using Rangolio today to create beautiful, professional portfolio websites and post free blogs without any hassle.
|
||||||
|
## Instructions
|
||||||
|
|
||||||
## Local backend mode
|
Ofcourse I could create instructions here, but what better tool to showcase ability to create content than the tool itself! Head over to [instrctions](https://barunes.io/blog/975fda0e-6f2b-4f7b-9268-2d75dea61b0f) on prepping your github account to setup rangolio.
|
||||||
Local backend mode is for those usecases when you don't have a dedicated server, and host your webpages on a static hosting service, like [github pages](https://docs.github.com/en/pages/getting-started-with-github-pages/about-github-pages). This mode does not require you to have a live server, and fetches information from a flat json file, which will be stored in the public folder.
|
|
||||||
|
|
||||||
Website content can be modified using another interface (to be created soon), which modifies those flat json files, from which the frontend fetches the information. Understandably, the backend will be running locally, and the JSON files modified by the local backend will have to be comitted to the hosting service.
|
|
||||||
|
|
||||||
## Live backend mode
|
|
||||||
In live backend mode, the entire backend and frontend can be deployed to your own server, and content can be modified anytime, anywhere as long as you have access to your server.
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user