TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Using GitHub as a CMS

4 点作者 GavinAnderegg7 个月前

2 条评论

lovethevoid7 个月前
You can also do this directly through Github's normal interface, as creating new markdown files through it is as easy as hitting the add file button and then naming the file ending in md. It also supports dragging and dropping files (the file has to have the markdown file extension added before it'll accept drag and drops btw). Super useful on iPads where vscode's editor can be a little cumbersome.
mobeigi7 个月前
That is super neat! I had no idea pressing '.' would trigger a web based VS Code to spawn open with files from my selected repo in it. Such a time saver for quick edits compared to the regular single file GitHub file editor.