{"id":15649585,"url":"https://github.com/theotterlord/manual","last_synced_at":"2026-03-09T11:05:16.361Z","repository":{"id":111621810,"uuid":"606437391","full_name":"TheOtterlord/manual","owner":"TheOtterlord","description":"A feature full Astro documentation template","archived":false,"fork":false,"pushed_at":"2023-10-02T15:40:59.000Z","size":1011,"stargazers_count":40,"open_issues_count":0,"forks_count":9,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-30T17:43:09.617Z","etag":null,"topics":["astro","documentation","pagefind","template","withastro"],"latest_commit_sha":null,"homepage":"https://manual.otterlord.dev","language":"Astro","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/TheOtterlord.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}},"created_at":"2023-02-25T13:49:04.000Z","updated_at":"2025-01-24T23:53:19.000Z","dependencies_parsed_at":"2023-10-02T19:54:03.075Z","dependency_job_id":null,"html_url":"https://github.com/TheOtterlord/manual","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/TheOtterlord/manual","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheOtterlord%2Fmanual","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheOtterlord%2Fmanual/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheOtterlord%2Fmanual/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheOtterlord%2Fmanual/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TheOtterlord","download_url":"https://codeload.github.com/TheOtterlord/manual/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheOtterlord%2Fmanual/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30291856,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-09T02:57:19.223Z","status":"ssl_error","status_checked_at":"2026-03-09T02:56:26.373Z","response_time":61,"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":["astro","documentation","pagefind","template","withastro"],"created_at":"2024-10-03T12:30:20.772Z","updated_at":"2026-03-09T11:05:16.333Z","avatar_url":"https://github.com/TheOtterlord.png","language":"Astro","funding_links":[],"categories":["Astro"],"sub_categories":[],"readme":"\u003ch3 align=center\u003e\n  \u003ccode\u003enpx degit TheOtterlord/manual\u003c/code\u003e\n\u003c/h3\u003e\n\n\u003e This repo is no longer actively maintained\n\n\u003cbr/\u003e\n\n\u003cdiv align=center\u003e\n  \u003ca href=\"https://dsc.gg/otterlord\"\u003e\n    \u003cimg src=\"https://img.shields.io/discord/805766973605937173\" alt=\"discord\"\u003e\n  \u003c/a\u003e\n  \u003cimg src=\"https://img.shields.io/github/license/TheOtterlord/manual\" alt=\"licensed under MIT\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/lighthouse-400-brightgreen\" alt=\"lighthouse score of 400\"\u003e\n  \u003ca href=\"https://developer.stackblitz.com/github/TheOtterlord/manual/tree/main\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/open%20in-stackblitz-blue\" alt=\"open in stackblitz\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://codesandbox.io/s/github/TheOtterlord/manual/tree/main\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/open%20in-codesandbox-ff8\" alt=\"open in codesandbox\"\u003e\n  \u003c/a\u003e\n\u003c/div\u003e\n\n\u003cbr/\u003e\n\n![Manual](assets/thumbnail.png)\n\n## 🚀 Getting Started\n\nOnce you've downloaded the template with `npx degit TheOtterlord/manual`, install dependencies and start the dev server:\n\n```bash\nnpm install\nnpm run dev\n```\n\n## 📚 Features\n\n- [Astro](https://astro.build) - Blazingly fast static site generation \u0026 type-safe frontmatter\n- [Tailwind CSS](https://tailwindcss.com) - Quick \u0026 efficient styling\n- [Pagefind](https://pagefind.app) - Powering static search\n- [RSS](https://en.wikipedia.org/wiki/RSS) - Syndication feed\n- [OpenGraph](https://ogp.me) - Social media previews (including procedurally generated images)\n\n## 📁 Project Structure\n\nInside your project, you'll see the following useful folders and files:\n\n```\n/\n├── public/\n│   └── favicon.svg\n├── src/\n│   ├── components/\n│   │   └── Navigation.astro\n│   ├── content/\n│   │   ├── blog/\n│   │   ├── docs/\n│   |   └── config.ts\n│   ├── layouts/\n│   │   ├── Base.astro\n│   │   ├── Blog.astro\n│   │   └── Docs.astro\n│   ├── lib/\n│   ├── pages/\n│   │   ├── blog/\n│   │   |   ├── [id].astro\n│   │   |   └── index.astro\n│   │   ├── docs/\n│   │   |   └── [...id].astro\n│   │   ├── images/\n│   │   |   └── [...id].png.ts\n│   │   ├── 404.astro\n│   │   ├── index.astro\n│   │   └── rss.xml.ts\n│   └── site_config.ts\n├── astro.config.mjs\n├── package.json\n└── tailwind.config.js\n```\n\nContent is stored in the `src/content` folder. This is where you'll find your blog posts (`blogs/`), documentation (`docs/`), and configuration (`config.ts`). The `config.ts` file is where the frontmatter type definitions are made.\n\nOpenGraph images are procedurally generated from the `src/pages/images` folder. You can change the default image by editing the HTML defined in `src/pages/images/[...id].png.ts`.\n\n## 📝 License\n\nManual is licensed under the [MIT License](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheotterlord%2Fmanual","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftheotterlord%2Fmanual","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheotterlord%2Fmanual/lists"}