My New Post

My New Post

Hexo 常用命令

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 Start (npx hexo)

Create a new post

1
2
$ hexo new "My New Post"
$ hexo new <模版名> "My New Post"

More info: Writing

Run server

1
2
3
$ hexo server
$ hexo s
$ hexo s --silent

More info: Server

Generate static files

1
2
$ hexo generate
$ hexo g

More info: Generating

Deploy to remote sites

1
2
$ hexo deploy
$ hexo d

More info: Deployment

小程序个人主页

  • 首页,简介,作品展示
  • 留言功能(需要获取个人公开信息)
  • 技术:使用云开发功能(数据库,文件管理以及云函数),所有数据获取来自云开发平台;文档编写使用markdown; 富文本解析使用towxml

小程序码:

An image

Towxml介绍

Towxml 是一个可将HTMLMarkdown转为微信小程序WXML(WeiXin Markup Language)的渲染库。

用于解决在微信小程序中MarkdownHTML不能直接渲染的问题。

阅读更多