| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Auto-crawled archive of yinwang.org blog posts by Wang Yin. The crawler runs weekly via GitHub Actions, saving every post as Markdown with images. Deleted articles are preserved through Git history.
English · 中文
yinwangdl/ ├── posts/ # Markdown articles (file name = Chinese title) ├── images/ # Post images (organized by URL slug) ├── scripts/ # Crawler and utility scripts ├── src/site/ # Eleventy static site source └── index.json # Post metadata index
git clone https://github.com/turinglambdaai/yinwangdl.git
cd yinwangdl# Install dependencies
pip install -r scripts/requirements.txt
# Incremental crawl (only new/updated posts)
python scripts/crawler.py
# Force re-download all posts
python scripts/crawler.py --forcenpm install
npm run build # Output goes to dist/
npm run dev # Local dev server with live reloadEach Markdown file includes YAML frontmatter:
---
slug: my-blog-post
author: 王垠
created: 2025-01-15
source: https://www.yinwang.org/posts/my-blog-post
---Licensed under the Apache License 2.0.
| Back | FazBrowse Home | New Git URL |