节点分享|自用节点
.node-box { border: 1px dashed #ccc; border-radius: 8px; padding: 12px; margin: 15px 0; background: #fafafa; } .node-title { font-weight: bold; margin-bottom: 6px; } .copy-btn { cursor: pointer; color: #409eff; font-size: 14px; } .copy-btn:hover { text-decoration: underline; } pre { background: #1e1e1e; color: #dcdcdc; padding: 10px; border-radius: 6px; o...
Hello World
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub. Quick StartCreate a new post1$ hexo new "My New Post" More info: Writing Run server1$ hexo server More info: Server Generate static files1$ hexo generate More info: Generating Deploy to remote sites1$ hexo deploy More info: Deployment
我的第一个博客项目
欢迎来到我的博客这是我发布的第一篇文章,我会在这里分享我的学习笔记和一些小项目。 关于本博客我正在学习 Hexo 博客搭建,同时想把我的一些项目展示出来。欢迎关注我的github。 写作技巧 使用 Markdown 语法编写文章 使用 #、##、### 设置标题层级 使用 **加粗**、*斜体* 强调内容 展示示例脑肿瘤智能识别系统下面是示例图片: 完整项目信息请访问github。 代码块示例完整代码请访问github。 def hello(): print("Hello Hexo!")