Files

26 lines
689 B
Markdown

# Links App
The Links App is a personal bookmark and article management system containing news, articles, and various web content.
## Overview
- **Total Posts**: 2,337
- **Format**: Markdown with YAML frontmatter
- **Location**: [./links-posts/](./links-posts/)
## Features
Each post includes:
- Title and content
- Created and updated dates
- Tags from tag_details array
- External link back to original source
## Sample Posts
The `links-posts/` directory contains all articles. Each file is named as `{id}-{slug}.md`.
## Browsing
You can browse all posts in the [links-posts](./links-posts/) directory. Each file links back to its original source at `http://go/ui/posts/{id}/`.