View all files | ||||
A curated, open-source knowledge base for developers — tools, languages, frameworks, stacks, books, courses, and learning paths. No database, no login, no backend. Just Markdown files and GitHub PRs.
Site: devtools.directory · Theme: One Dark Pro · Generator: Hugo
All content lives as .md files with YAML frontmatter in this repository. Hugo builds the site at every push to main and deploys it to GitHub Pages automatically.
Every content type is defined by a schema in data/abstracts/. Fields are typed, required fields are documented, and inheritance is supported (framework extends tool, etc).
Requires Hugo (extended).
Full field schemas and examples: CONTRIBUTING.md
| Tool | content/tools/ | base |
| Language | content/languages/ | tool |
| Framework | content/frameworks/ | tool |
| Stack | content/stacks/ | base (list) |
| Path | content/paths/ | base (list) |
| Book | content/books/ | base |
| Course | content/courses/ | base |
| Resource | content/resources/ | base |
| Tag | content/tags/ | base |
Push to main. GitHub Actions runs Hugo and deploys to GitHub Pages automatically.
MIT