返回文章

博客搭建记录

基于 Astro 搭建纯静态博客的第一次尝试

第一次记录

这是我的第一篇文章。先用它测试段落、标题和代码块的显示效果。

const message = '你好,世界';
console.log(message);