You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(blog): Add DigestEntry component and migrate digest series to MDX (#89)
- Create DigestEntry component for structured article entries with
title, href, category, and MDX content support
- Migrate all 22 digest files (001-022) from Hugo shortcode format to
DigestEntry component format
- Add Image component alias to MDXComponents for markdown image support
- Create reading-digest-zh.mdx series page
- Extract source URLs and categories from original Hugo files
The DigestEntry component provides a card-style layout for curated
article entries with external link indicators and category badges.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
### Bringing the Mona Lisa Effect to Life with TensorFlow.js
66
-
68
+
<DigestEntrytitle="Bringing the Mona Lisa Effect to Life with TensorFlow.js"href="https://blog.tensorflow.org/2020/09/bringing-mona-lisa-effect-to-life-tensorflow-js.html"category="技术展示">
<FigureImagesrc="/images/monalisa.gif"alt="Mona Lisa Effect Demo" />
74
+
</Figure>
72
75
73
-
### The Art of PNG Glitch
76
+
</DigestEntry>
74
77
75
-
这篇文章教你如何制造png故障。这是一篇通过制造问题来了解png编码格式的教学文章,典型的Learning by Hacking。文章前半段是介绍如何产生各种效果的png故障,然后后半段是仔细分析各种故障背后的原理。[这篇文章值得细细品味]()。
78
+
<DigestEntrytitle="The Art of PNG Glitch"href="https://ucnv.github.io/pnglitch/"category="技术研究">
76
79
77
-
## 网络学习
80
+
这篇文章教你如何制造png故障。这是一篇通过制造问题来了解png编码格式的教学文章,典型的Learning by Hacking。文章前半段是介绍如何产生各种效果的png故障,然后后半段是仔细分析各种故障背后的原理。这篇文章值得细细品味。
78
81
82
+
</DigestEntry>
79
83
80
-
### What's the difference between a Future and a Promise?
84
+
##网络学习
81
85
86
+
<DigestEntrytitle="What's the difference between a Future and a Promise?"href="https://stackoverflow.com/questions/14541975/whats-the-difference-between-a-future-and-a-promise"category="技术问答">
<DigestEntrytitle="The Frontend Developer Career Path"href="https://scrimba.com/learn/frontend"category="网络课程">
91
95
92
96
Scrimba是一个教前端编程的网站,教授的内容也基本上就是和前端开发相关的相关工具和语言。这上面大部分的课程并不长,但是这一款《The Frontend Developer Career Path》是个例外,全长72小时。HackerNews对Scrimba和这个课程的评价好像还不错。我还没有试过,不过看了一下要完成的几个编程项目,还是挺不错的。
0 commit comments