Coding
PromptBeginner5 minmarkdown
Markdown Converter
Agent skill for markdown-converter
7
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
Sign in to like and favorite skills
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
ITLearn is a Quartz-based digital garden that serves as the learning wing of TWN Systems. It transforms structured IT/cybersecurity learning content from Obsidian notes into a professional web platform focused on digital sovereignty fundamentals.
Tech Stack:
npm run quartz build - Build the static sitenpm run quartz build --serve - Build and serve locally (typically at http://localhost:8080)npm run docs - Build and serve docs (alias for build --serve -d docs)npm run check - Run TypeScript checks and Prettier formatting validationnpm run format - Format code with Prettiernpm run test - Run test suitecontent/ directorydraft: true in frontmatter for incomplete/private notesquartz.config.ts - Main site configuration (title, theme, plugins, base URL)quartz.layout.ts - Component layouts for pages and shared elementscontent/ - All markdown content and assetsquartz/ - Quartz framework code (avoid modifying unless necessary)content/ ├── index.md # Homepage ├── getting-started.md # User onboarding ├── paths/ # Structured learning paths │ ├── networking.md │ ├── linux.md │ └── sre.md ├── 00 Learn/ # Legacy Obsidian structure (being reorganized) ├── 01 Computing Fundamentals/ # Subject-based content └── [numbered directories]/ # Various learning modules
[[wikilinks]], callouts, embeds> [!NOTE], > [!TIP], > [!WARNING] syntaxfooter: Component.Footer({ links: { "TWN Systems": "https://twn.systems", "TWN Commons": "https://discord.gg/kgaMm6WJya", "GitHub": "https://github.com/[repository]", }, }),
Each path in
content/paths/ should follow:
> [!TIP] Need guidance? > Join the [TWN Commons on Discord](https://discord.gg/kgaMm6WJya) to ask questions and connect with other learners. > [!NOTE] Bridge to TWN > Deploy sovereign infrastructure: explore providers on [TWN Systems](https://twn.systems)
draft: true to frontmatter for incomplete contentcontent/paths/[topic].mdquartz.config.ts under theme.colorsquartz/components/ (modify carefully)npm run quartz build --servenpm run quartz buildpublic/