下载next主题文件:https://github.com/theme-next/hexo-theme-next/archive/master.zip,或使用git:git clone https://github.com/theme-next/hexo-theme-next themes/next 将文件解压,重命名为 hexo-next,拷贝至<blog_root>/themes目录下 修改hexo配置文件<blog_root>/_config.yml,使用next主题: theme: hexo-...
Wei_boy/hexo-blog 代码 Issues 0 Pull Requests 0 Wiki 统计 流水线 服务 加入Gitee 与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :) 免费加入 已有帐号? 立即登录 该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。 master 克隆/下载 分支1 标签0...
npm install --save hexo-theme-fluid 然后在博客目录下创建_config.fluid.yml,将主题的_config.yml内容复制过去。 2. 修改配置文件 如下修改 Hexo 博客目录中的_config.yml: theme: fluid # 指定主题 language: zh-CN # 指定语言,会影响主题显示的语言,按需修改 3. 创建关于页 首次使用主题的「关于页」需要...
7.本地预览和上传到Github 在你的blog目录下右键打开git base here 执行以下命令 hexo clean 清除缓存 hexo g 部署到本地 hexo s 打开本地域名 打开浏览器输入:http://localhost:4000就可以在本地看到新上传的文档。 hexo d即可上传Github同步。
1.下载插件. npm install --save hexo-blog-encrypt 2.快速使用 文章配置里面添加 --- title: Hello World date: 2020-12-18 20:44:18 password: (填写你想设置的密码) --- 1. 2. 3. 4. 5. 3.按标签设置密码. 在博客根目录下的_config.xml中添加: ...
# Security encrypt: # hexo-blog-encrypt abstract: Here's something encrypted, password is required to continue reading. message: Hey, password is required here. tags: - {name: encryptAsDiary, password: passwordA} - {name: encryptAsTips, password: passwordB} wrong_pass_message: Oh, this ...
Hexo 插件hexo-abbrlinkhexo-abbrlink 插件可以为每一篇文章通过通过算法生成一个唯一且永久的链接,截止到 2024 年 03 月 23 日为止,这个插件已经有两年没有更新了,但是仍然可以使用。 我个人喜欢比较简短的链接,比如https://lvxianchao.com/5d23b6a.html这种,至于把博文标题给转为拼音放到链接里去那种,弄得链接又...
1、用hexo初始化并生成blog $hexo init jack-demo hexo-init-blog 2、安装依赖,然后用hexo generate, 也可以用缩写hexo g生成静态页面 $cd jacky-demo $ls -l $npm install $hexo generate install-hexo-deps 3、生成静态页面后,可以用hexo server启动服务器,并通过http://localhost:4000访问,默认主题比较丑...
_config.yml:全局配置文件,我们Blog站点的很多信息都是在这个文件中配置的,比如网站的名字,副标题,网站描述信息,作者等等。 package.json:这个文件里我们可以看到hexo所依赖的插件。 接下来详细说一说 _config.yml 文件的配置 # Hexo Configuration ...
Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {{ message }} Lxh04319 / hexo-blog Public Notifications You must be signed in to change notification settings Fork 0 Star 1 ...