SkillAgentSearch skills...

Manual

A feature full Astro documentation template

Install / Use

/learn @TheOtterlord/Manual
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

<h3 align=center> <code>npx degit TheOtterlord/manual</code> </h3>

This repo is no longer actively maintained

<br/> <div align=center> <a href="https://dsc.gg/otterlord"> <img src="https://img.shields.io/discord/805766973605937173" alt="discord"> </a> <img src="https://img.shields.io/github/license/TheOtterlord/manual" alt="licensed under MIT"> <img src="https://img.shields.io/badge/lighthouse-400-brightgreen" alt="lighthouse score of 400"> <a href="https://developer.stackblitz.com/github/TheOtterlord/manual/tree/main"> <img src="https://img.shields.io/badge/open%20in-stackblitz-blue" alt="open in stackblitz"> </a> <a href="https://codesandbox.io/s/github/TheOtterlord/manual/tree/main"> <img src="https://img.shields.io/badge/open%20in-codesandbox-ff8" alt="open in codesandbox"> </a> </div> <br/>

Manual

🚀 Getting Started

Once you've downloaded the template with npx degit TheOtterlord/manual, install dependencies and start the dev server:

npm install
npm run dev

📚 Features

  • Astro - Blazingly fast static site generation & type-safe frontmatter
  • Tailwind CSS - Quick & efficient styling
  • Pagefind - Powering static search
  • RSS - Syndication feed
  • OpenGraph - Social media previews (including procedurally generated images)

📁 Project Structure

Inside your project, you'll see the following useful folders and files:

/
├── public/
│   └── favicon.svg
├── src/
│   ├── components/
│   │   └── Navigation.astro
│   ├── content/
│   │   ├── blog/
│   │   ├── docs/
│   |   └── config.ts
│   ├── layouts/
│   │   ├── Base.astro
│   │   ├── Blog.astro
│   │   └── Docs.astro
│   ├── lib/
│   ├── pages/
│   │   ├── blog/
│   │   |   ├── [id].astro
│   │   |   └── index.astro
│   │   ├── docs/
│   │   |   └── [...id].astro
│   │   ├── images/
│   │   |   └── [...id].png.ts
│   │   ├── 404.astro
│   │   ├── index.astro
│   │   └── rss.xml.ts
│   └── site_config.ts
├── astro.config.mjs
├── package.json
└── tailwind.config.js

Content 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.

OpenGraph 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.

📝 License

Manual is licensed under the MIT License.

Related Skills

View on GitHub
GitHub Stars40
CategoryDevelopment
Updated26d ago
Forks8

Languages

Astro

Security Score

95/100

Audited on Mar 10, 2026

No findings