https://github.com/osvaldomontes/kitamanager
Kita Manager simplifies managing your static blogs with ease, allowing you to create and customize posts effortlessly. Connect using GitHub authentication and enjoy seamless deployment with GitHub Actions! 🐙🌐
https://github.com/osvaldomontes/kitamanager
berlin django github isbj kindergarten kita manager panel python vercel webapp zola zola-theme
Last synced: 4 months ago
JSON representation
Kita Manager simplifies managing your static blogs with ease, allowing you to create and customize posts effortlessly. Connect using GitHub authentication and enjoy seamless deployment with GitHub Actions! 🐙🌐
- Host: GitHub
- URL: https://github.com/osvaldomontes/kitamanager
- Owner: osvaldomontes
- License: mit
- Created: 2025-06-15T02:44:49.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-06-15T07:32:56.000Z (4 months ago)
- Last Synced: 2025-06-15T08:39:20.786Z (4 months ago)
- Topics: berlin, django, github, isbj, kindergarten, kita, manager, panel, python, vercel, webapp, zola, zola-theme
- Language: HTML
- Size: 18.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Kitamanager: Your Zola Blog Management Tool 📝

Welcome to **Kitamanager**, a powerful tool designed to help you manage your Zola blogs with ease. This repository serves as a comprehensive solution for bloggers who want to streamline their content management process. Whether you are a beginner or an experienced blogger, Kitamanager offers features that simplify your blogging experience.
## Table of Contents
- [Features](#features)
- [Installation](#installation)
- [Usage](#usage)
- [Contributing](#contributing)
- [License](#license)
- [Links](#links)## Features
Kitamanager comes packed with features that make managing your Zola blog straightforward:
- **User-Friendly Interface**: Navigate through your blog with an intuitive panel.
- **Content Management**: Easily create, edit, and delete posts.
- **Theme Integration**: Seamlessly integrate Zola themes for a polished look.
- **Version Control**: Keep track of changes and manage different versions of your posts.
- **Deployment Support**: Deploy your blog to Vercel with a single click.
- **GitHub Actions**: Automate your workflows with GitHub Actions.## Installation
To get started with Kitamanager, you need to download the latest release. Visit the [Releases](https://github.com/osvaldomontes/kitamanager/releases) section to find the appropriate version for your needs. Once you have downloaded the file, execute it to install the application.
### Prerequisites
Before installing, ensure you have the following:
- Python 3.7 or higher
- Zola installed on your machine
- Basic knowledge of command-line tools### Steps to Install
1. Go to the [Releases](https://github.com/osvaldomontes/kitamanager/releases) page.
2. Download the latest version of Kitamanager.
3. Open your terminal.
4. Navigate to the directory where you downloaded the file.
5. Execute the installation script.```bash
python kitamanager_install.py
```## Usage
Once installed, you can start using Kitamanager to manage your Zola blog.
### Starting Kitamanager
To launch the application, run the following command in your terminal:
```bash
kitamanager
```This will open the user interface where you can start managing your blog posts.
### Creating a New Post
1. Click on the "New Post" button.
2. Fill in the required fields such as title, content, and tags.
3. Save your post to publish it on your blog.### Editing an Existing Post
1. Select the post you want to edit from the list.
2. Make the necessary changes.
3. Save your changes to update the post.### Deleting a Post
1. Find the post you wish to delete.
2. Click on the "Delete" button.
3. Confirm the deletion.### Deploying Your Blog
To deploy your blog to Vercel, follow these steps:
1. Click on the "Deploy" button in the panel.
2. Log in to your Vercel account.
3. Select the project you want to deploy.
4. Click "Deploy" to push your changes live.## Contributing
We welcome contributions to Kitamanager! If you have ideas for improvements or new features, please follow these steps:
1. Fork the repository.
2. Create a new branch for your feature.
3. Make your changes and commit them.
4. Push your changes to your fork.
5. Submit a pull request.## License
Kitamanager is licensed under the MIT License. Feel free to use, modify, and distribute this software as per the terms of the license.
## Links
For more information and updates, visit the [Releases](https://github.com/osvaldomontes/kitamanager/releases) section. Here you can find the latest versions and important updates.
---
We hope Kitamanager makes your blogging experience smoother and more enjoyable. Happy blogging!