浏览代码

Add CX 1.0 blog post to the blog sidebar

Alessandro Pignotti 7 月之前
父节点
当前提交
21b4e10137
共有 2 个文件被更改,包括 3 次插入2 次删除
  1. 2 2
      src/lib/messages.js
  2. 1 0
      src/routes/+layout.server.js

+ 2 - 2
src/lib/messages.js

@@ -12,9 +12,9 @@ export const introMessage = [
 	"| CheerpX includes an x86-to-WebAssembly JIT compiler, a virtual block-based  |",
 	"| file system, and a Linux syscall emulator                                   |",
 	"|                                                                             |",
-	"| [News] WebVM 2.0: A complete Linux Desktop Environment in the browser:      |",
+	"| [News] CheerpX 1.0 officially released!                                     |",
 	"|                                                                             |",
-	"| " + underline + "https://labs.leaningtech.com/blog/webvm-20" + normal + "                                  |",
+	"| " + underline + "https://cheerpx.io/blog/cx-10" + normal + "                                               |",
 	"|                                                                             |",
 	"| Try out the new Alpine / Xorg / i3 WebVM: " + underline + "https://webvm.io/alpine.html" + normal + "      |",
 	"|                                                                             |",

+ 1 - 0
src/routes/+layout.server.js

@@ -2,6 +2,7 @@ import { parse } from 'node-html-parser';
 import { read } from '$app/server';
 
 var posts = [
+	"https://labs.leaningtech.com/blog/cx-10",
 	"https://labs.leaningtech.com/blog/webvm-20",
 	"https://labs.leaningtech.com/blog/join-the-webvm-hackathon",
 	"https://labs.leaningtech.com/blog/mini-webvm-your-linux-box-from-dockerfile-via-wasm",