Solo 静态化特性实现后,用户可在本地 localhost 上写作,然后生成静态站点发布。所以需要让用户能够在 localhost 上推送文章到社区,以便集成社区相关功能,比如评论组件。
测试 Solo 在本地 localhost 上进行推送
-
Sandbox
440 引用 • 1238 回帖 • 593 关注
如果帖子标签含有 Sandbox ,则该帖子会被视为“测试帖”,主要用于测试社区功能,排查 bug 等,该标签下内容不定期进行清理。
相关帖子
-
const vditor = new Vditor()
行内公式:
公式 是行内。
digraph finite_state_machine { rankdir=LR; size="8,5" node [shape = doublecircle]; S; node [shape = point ]; qi node [shape = circle]; qi -> S; S -> q1 [ label = "a" ]; S -> S [ label = "a" ]; q1 -> S [ label = "a" ]; q1 -> q2 [ label = "ddb" ]; q2 -> q1 [ label = "b" ]; q2 -> q2 [ label = "b" ]; }
欢迎来到这里!
我们正在构建一个小众社区,大家在这里相互信任,以平等 • 自由 • 奔放的价值观进行分享交流。最终,希望大家能够找到与自己志同道合的伙伴,共同成长。
注册 关于