This repository contains comprehensive documentation and analysis for projects supporting children in need, with a focus on street children in Ethiopia.
The main application is a Jekyll-based website documenting strategies to support the Barkot Foundation's work.
- Ruby (version 3.0 or higher)
- Bundler gem manager
-
Install Bundler (if not already installed):
gem install bundler
-
Navigate to the barkot directory:
cd barkot -
Install dependencies:
bundle config set --local path 'vendor/bundle' bundle install
-
Start the development server:
bundle exec jekyll serve --host 0.0.0.0 --port 4000 -
View the website: Open your browser and navigate to:
http://localhost:4000
- barkot/ - Jekyll website with Barkot Foundation analysis
- ethiopia/ - Ethiopia-specific childcare documentation
- idea/ - Project concept documentation
- Various analysis documents in the root directory
The Barkot Foundation website includes:
- 🏢 Foundation Overview
- 📚 Current Activities
- 📊 Revenue Strategy & Priority List
- 🆚 Current vs. Proposed Approach
- 💬 Discussion of Practical Concerns
- 🚀 Action Plan
- 📞 Contact Information
The site automatically rebuilds when you make changes to the source files. Simply refresh your browser to see updates.
To stop the server, press Ctrl+C in the terminal where it's running.
This site is designed to be deployed to GitHub Pages. See barkot/DEPLOYMENT.md for detailed deployment instructions.
This project is open source and available under the MIT License.
Contributions, suggestions, and feedback are welcome. Please feel free to open issues or submit pull requests.