Skip to content

KamiYomu is a powerful, extensible manga crawler built for manga enthusiasts who want full control over their collection. It scans and downloads manga from supported websites, stores them locally, and lets you host your own private manga reader—no ads, no subscriptions, no limits.

Notifications You must be signed in to change notification settings

KamiYomu/KamiYomu.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KamiYomu Documentation

The KamiYomu Documentation (https://kamiyomu.github.io/) is the official website and resource center for the KamiYomu manga crawler project, providing guides, technical specifications, and usage instructions. Contributions and improvements are highly encouraged via Pull Requests.

How to Contribute

To contribute documentation, fix typos, or update guides, follow these steps to set up your local development environment.

Local Development Environment Setup

  1. Clone the repository, ensuring you include any necessary submodules:

    git clone https://github.com/KamiYomu/kamiyomu.github.io.git
  2. Navigate to the project directory (assuming the repository is named KamiYomu):

    cd kamiyomu.github.io/src/KamiYomu.Docs
  3. Build and launch the development environment using Docker to ensure all dependencies are met:

    docker-compose up --build
  4. Access the documentation site locally at http://localhost:4000. Changes to the Markdown files will automatically reload in your browser.

Installing Dependencies

If you need to include new dependencies (gems) and update the Gemfile.lock file, you can run the following command to install them directly into the Docker volume:

docker run --rm -v "${PWD}:/usr/src/app" -w /usr/src/app ruby:3.2 bundle install

Feel free to contribute and help improve the clarity and completeness of the KamiYomu documentation!

About the Jekyll Theme

This project utilizes the [Just the Docs] theme for Jekyll, which provides a modern, fast, and searchable interface. Key features include support for:

  • Deployment on GitHub Pages via Actions
  • Easy local builds and previews
  • Simplified customization and robust plugin support

Licensing

This repository is licensed under the [MIT License]. You are welcome to reuse or extend the code and documentation structure. Please let us know how we can improve!

Just the Docs MIT License

About

KamiYomu is a powerful, extensible manga crawler built for manga enthusiasts who want full control over their collection. It scans and downloads manga from supported websites, stores them locally, and lets you host your own private manga reader—no ads, no subscriptions, no limits.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published