3.2插件RSS
3.1.1插件hexo-admin写md文档
发表于
更新于
本文字数:
2.1k
阅读时长 ≈
2 分钟
3.1 插件hexo-admin
1.3基本配置
基本配置
文件夹目录
1 | . |
1._config.yml
网站的 配置 信息,您可以在此配置大部分的参数。
1.1 网站相关
参数 | 描述 |
---|---|
title |
网站标题 |
subtitle |
网站副标题 |
description |
网站描述,与搜索引擎相关,网站关键词 |
author |
您的名字 |
language |
网站使用的语言 参考:zh-Hans,zh-CN |
timezone |
网站时区。Hexo 默认使用您电脑的时区。时区列表。比如说:America/New_York , Japan , 和 UTC 。参考:’Asia/Shanghai’ |
1.2 网址
参数 | 描述 |
---|---|
url |
网址,写github地址 |
root |
网站根目录 |
permalink |
文章的 永久链接 格式 |
permalink_defaults |
永久链接中各部分的默认值 |
1.2托管hexo
1.1本地hexo
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.
欢迎来到Hexo! 这是你的第一篇文章。检查文件更多信息。如果您在使用Hexo时遇到任何问题,您可以在[故障排除]中找到答案
Quick Start快速启动
Create a new post创建新帖子
1 | $ hexo new "My New Post" |
More info: Writing更多信息:
Run server运行服务器
1 | $ hexo server |
More info: Server更多信息: