{"id":20755606,"url":"https://github.com/deepakness/putout-minimalism","last_synced_at":"2026-04-18T23:32:40.886Z","repository":{"id":247233017,"uuid":"824421600","full_name":"deepakness/putout-minimalism","owner":"deepakness","description":null,"archived":false,"fork":false,"pushed_at":"2025-08-26T15:47:19.000Z","size":3165,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-26T10:56:54.800Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Nunjucks","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/deepakness.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-07-05T05:28:23.000Z","updated_at":"2025-08-26T15:44:09.000Z","dependencies_parsed_at":"2026-01-14T01:04:23.347Z","dependency_job_id":null,"html_url":"https://github.com/deepakness/putout-minimalism","commit_stats":null,"previous_names":["deepakness/putout-minimalism"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/deepakness/putout-minimalism","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deepakness%2Fputout-minimalism","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deepakness%2Fputout-minimalism/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deepakness%2Fputout-minimalism/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deepakness%2Fputout-minimalism/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deepakness","download_url":"https://codeload.github.com/deepakness/putout-minimalism/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deepakness%2Fputout-minimalism/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31988694,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T20:23:30.271Z","status":"ssl_error","status_checked_at":"2026-04-18T20:23:29.375Z","response_time":103,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-17T09:26:27.613Z","updated_at":"2026-04-18T23:32:40.868Z","avatar_url":"https://github.com/deepakness.png","language":"Nunjucks","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PutOut - Ebook-to-Website with 11ty\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n[![Version](https://img.shields.io/github/package-json/v/deepakness/putout)](https://github.com/deepakness/putout)\n[![Last Commit](https://img.shields.io/github/last-commit/deepakness/putout)](https://github.com/deepakness/putout/commits/main)\n\nTurn your ebook into a beautiful, easy-to-navigate website using the power of [11ty](https://www.11ty.dev/), a simpler static site generator. This project provides a solid starting point with a pre-configured template, streamlined chapter management, and customizable themes.\n\n## Table of Contents\n\n- [Quick Deploy](#quick-deploy-)\n- [Features](#features-)\n- [Demo](#demo-)\n- [Getting Started](#getting-started-)\n- [Deployment](#deployment-)\n- [Updating the Template](#updating-the-template-)\n- [Customization](#customization-)\n- [Contributing](#contributing-)\n- [Troubleshooting](#troubleshooting-)\n- [License](#license-)\n\n## Quick Deploy ⚡️\n\nQuickly deploy your own copy of this project to Netlify with one click:\n\n[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/deepakness/putout)\n\nThis will create a new repository in your GitHub account with this project's files, connect it to Netlify, and deploy it. You can later make changes to the GitHub repository.\n\n## Features ✨\n\n- **Effortless Setup:**  Get up and running quickly with a well-structured template and clear installation instructions.\n- **Chapter Organization:** Manage your ebook's chapters easily in individual Markdown files.\n- **Navigation Made Easy:** Automatic generation of a chapter-based navigation menu (hamburger menu on non-homepage pages).\n- **Customizable Themes:** Choose from multiple built-in themes to style your ebook website.\n- **Fast and Lightweight:** 11ty ensures a blazing-fast website experience for your readers.\n- **SEO-Friendly:** Meta tags for better search engine optimization are included. \n- **Social Links:** Make it easy for readers to find you on social media sites as well.\n\n## Demo 🚀\n\nCheck out the live demo of this ebook template: [Demo 1](https://minimalism.putout.org/), Demo 2\n\n## Getting Started 🛠️\n\nCheck out [PutOut documentation](https://putout.org/docs/getting-started/) for more detailed information.\n\n1. **Use This Template:**\n   \nClick the \"Use this template\" button at the top of this repository to create your own copy.\n\n2. **Clone Your Repository:**\n\n```bash\ngit clone https://github.com/\u003cusername\u003e/\u003crepository\u003e.git\n```\n\n```bash\ncd \u003crepository\u003e\n```\n\n3. **Install Dependencies:**\n\n```bash\nnpm install\n```\n\n4. **Configure Your Ebook:**\n\n- Open `src/_data/site.js` and customize the settings (title, author, description, social links, etc.) to match your ebook.\n- Replace the sample chapters in `src/chapters` with your ebook's chapters (in Markdown format).\n\n5. **Start Development Server:**\n\n```bash\nnpm run start\n```\nThis will start a local development server at `http://localhost:8080/`. Open this URL in your web browser.\n\n6. **Build for Production:**\n\n```bash\nnpm run build\n```\nThis will generate your static website files in the `dist/` directory, ready for deployment.\n\n## Deployment 🚀\n\nThe easiest way to deploy your ebook website is with [Netlify](https://www.netlify.com/):\n\n1. Push your project to your GitHub repository.\n2. Create a new site on Netlify and connect it to your GitHub repository.\n3. Configure build settings (if needed): Set the build command to `npm run build` and the publish directory to `dist/`.\n4. Deploy: Netlify will automatically build and deploy your site whenever you push changes to your repository.\n\nLearn more about [deployment](https://putout.org/docs/deployment/)\n\n## Updating the Template 🔄\n\nTo get the latest updates from the original template:\n\n1. Add the original repository as a remote (you only need to do this once):\n\n```bash\ngit remote add template https://github.com/deepakness/putout.git\n```\n\n2. Fetch the latest changes:\n\n```bash\ngit fetch template\n```\n\n3. Merge the changes into your main branch:\n\n```bash\ngit merge template/main --allow-unrelated-histories\n```\n\n4. Resolve any conflicts and commit the changes:\n\n```bash\ngit add .\n```\n\n```bash\ngit commit -m \"Merged updates from template\"\n```\n\n5. Push the changes to your repository:\n\n```bash\ngit push origin main\n```\n\n## Customization 🎨\n\n- **Themes:** Modify or add themes in `src/_data/themes.js`.\n- **Layouts:** Customize page layouts in `src/_includes/`.\n- **Styles:** Adjust styles by modifying `tailwind.config.js` and `src/styles/tailwind.css`.\n\nLearn more about [customization](https://putout.org/docs/customization/)\n\n## Contributing 🤝\n\nContributions are welcome! Please feel free to submit a Pull Request.\n\n1. Fork the repository\n2. Create your feature branch (`git checkout -b feature/AmazingFeature`)\n3. Commit your changes (`git commit -m 'Add some AmazingFeature'`)\n4. Push to the branch (`git push origin feature/AmazingFeature`)\n5. Open a Pull Request\n\n## Troubleshooting 🔧\n\n- **Build Errors:** Ensure all dependencies are installed (`npm install`) and you're using a compatible Node.js version.\n- **Styling Issues:** Check your `tailwind.config.js` and ensure you've rebuilt your CSS (`npm run build:css`).\n- **Content Not Updating:** Make sure your Markdown files are in the correct location and format.\n\nFor more help, please [open an issue](https://github.com/deepakness/putout/issues).\n\n## License 📄\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeepakness%2Fputout-minimalism","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeepakness%2Fputout-minimalism","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeepakness%2Fputout-minimalism/lists"}