{"id":30390080,"url":"https://github.com/jonilsson/machine-shop-tutorials","last_synced_at":"2025-08-21T09:12:45.603Z","repository":{"id":300263053,"uuid":"1005577663","full_name":"JoNilsson/machine-shop-tutorials","owner":"JoNilsson","description":"Comprehensive machine shop tutorials and reference guide for machinists, fabricators, and makers","archived":false,"fork":false,"pushed_at":"2025-08-12T04:11:21.000Z","size":3656,"stargazers_count":8,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-08-12T05:34:55.397Z","etag":null,"topics":["documentation","machining","manufacturing","mkdocs","tutorials"],"latest_commit_sha":null,"homepage":"https://jonilsson.github.io/machine-shop-tutorials/","language":"Makefile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JoNilsson.png","metadata":{"files":{"readme":"README.md","changelog":null,"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}},"created_at":"2025-06-20T12:59:26.000Z","updated_at":"2025-08-12T04:11:24.000Z","dependencies_parsed_at":"2025-06-20T18:50:53.743Z","dependency_job_id":null,"html_url":"https://github.com/JoNilsson/machine-shop-tutorials","commit_stats":null,"previous_names":["jonilsson/machine-shop-tutorials"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/JoNilsson/machine-shop-tutorials","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JoNilsson%2Fmachine-shop-tutorials","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JoNilsson%2Fmachine-shop-tutorials/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JoNilsson%2Fmachine-shop-tutorials/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JoNilsson%2Fmachine-shop-tutorials/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JoNilsson","download_url":"https://codeload.github.com/JoNilsson/machine-shop-tutorials/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JoNilsson%2Fmachine-shop-tutorials/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271455362,"owners_count":24762703,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-21T02:00:08.990Z","response_time":74,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["documentation","machining","manufacturing","mkdocs","tutorials"],"created_at":"2025-08-21T09:12:42.885Z","updated_at":"2025-08-21T09:12:45.596Z","avatar_url":"https://github.com/JoNilsson.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Machine Shop Tutorials Wiki\n\n[![Deploy MkDocs][deploy-badge]][deploy-url]\n[![Markdown Lint][lint-badge]][lint-url]\n\nA comprehensive wiki-book for machinists, fabricators, and makers.\n\n## 📚 Visit the Wiki\n\n**[View the Machine Shop Tutorials Wiki →](https://jonilsson.github.io/machine-shop-tutorials/)**\n\n## 🔧 About This Repository\n\nThis repository contains the source for the Machine Shop Tutorials Wiki,\na comprehensive guide covering:\n\n- **Drill Press Mastery** - From basics to advanced techniques\n- **Band Saw Operations** - Horizontal and vertical saw expertise\n- **Precision Layout** - Bolt circles and coordinate calculations\n- **Fundamental Skills** - Essential machining foundations\n- **Measurement \u0026 QC** - Precision measuring and quality control\n- **Shop Efficiency** - Time-saving techniques and custom tooling\n\n## 🚀 Quick Start (For Contributors)\n\n### Using Nix (Recommended)\n\n```bash\nnix develop\nmake serve\n```\n\n### Manual Setup\n\n```bash\npip install -r requirements.txt\nmkdocs serve\n```\n\nVisit \u003chttp://localhost:8000\u003e to view the documentation locally.\n\n## 📁 Repository Structure\n\n```text\n.\n├── docs/           # MkDocs source files (the wiki content)\n├── site/           # Built static site (git-ignored)\n├── mkdocs.yml      # MkDocs configuration\n├── flake.nix       # Nix development environment\n├── Makefile        # Build automation\n└── [legacy dirs]/  # Original tutorials (now contain redirects)\n```\n\n## 🔄 Legacy Content\n\nThe original tutorial directories now contain redirect notices pointing\nto the new wiki. This preserves existing links while guiding users to\nthe improved content.\n\n## 📄 License\n\n- **Content**: Creative Commons BY-SA 4.0\n- **Code**: MIT License\n\nSee [LICENSE.md](LICENSE.md) for details.\n\n## 👤 Author\n\n**Johanness A. Nilsson**  \n[johanness.nilsson@terraformindustries.com](mailto:johanness.nilsson@terraformindustries.com)\n\n---\n\n*Building the future, one chip at a time.*\n\n\u003c!-- Badge Links --\u003e\n[deploy-badge]: https://github.com/JoNilsson/machine-shop-tutorials/actions/workflows/deploy.yml/badge.svg\n[deploy-url]: https://github.com/JoNilsson/machine-shop-tutorials/actions/workflows/deploy.yml\n[lint-badge]: https://github.com/JoNilsson/machine-shop-tutorials/actions/workflows/ci.yml/badge.svg\n[lint-url]: https://github.com/JoNilsson/machine-shop-tutorials/actions/workflows/ci.yml\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonilsson%2Fmachine-shop-tutorials","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjonilsson%2Fmachine-shop-tutorials","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonilsson%2Fmachine-shop-tutorials/lists"}