Podman hexo
“hexo s” 在本地运行预览的端口是 4000 1 podman run -it --name=hexoenv -p 4000:4000 -v /home/hcy/Gateway/hexo_blogs:/home/devenv/hexo/source hexoenv /bin/bash 只需要把 source 文件夹暴露出来给 host 就行了 为了多端同步,推送不用 “hexo d” , 而是手动将 public 下的内容推到 github.io 那里
“hexo s” 在本地运行预览的端口是 4000 1 podman run -it --name=hexoenv -p 4000:4000 -v /home/hcy/Gateway/hexo_blogs:/home/devenv/hexo/source hexoenv /bin/bash 只需要把 source 文件夹暴露出来给 host 就行了 为了多端同步,推送不用 “hexo d” , 而是手动将 public 下的内容推到 github.io 那里
Markdown 编写的 Hexo 博客文章内部跳转,比如说想在文章1中的某个段落内部超链接跳转到文章2 1 {% post_link 文章文件名(不要后缀) 文章标题(可选) %} 如文章文件名为 Hello-World.md 1 2 {% post_link Hello-World %} {% post_link Hello-World 你好世界 %} 如果想做到这样子的效果 1 2 3 4 5 6 7 8 9 10 <br/> <h3 style="display:flex"> <span align="left" style="width:50%"> PRE : {% post_link 初识-MARO 初识 MARO %} </span> <span align="right" style="width:50%"> NEXT : {% post_link MARO-VM-调度 MARO VM 调度%} </span> </h3> 单纯的右边 ...
Hexo-Next 主题 hexo-theme-next 应该是目前最广泛使用的hexo主题 安装 Hexo-Next 主题 切换到你的博客顶级工程目录,npm 安装 1 npm install hexo-theme-next 切换到 Next 主题 在你的博客顶层工程目录下打开 “_config.yml” 搜索themes,将里面的值改为next 1 theme: next 配置 Next 主题 将 node_modules/hexo-theme-next/_config.yml 复制到博客顶层文件目录,重命名为 “_config.next.yml” 1 2 cd your_site_dir cp node_modules/hexo-theme-next/_config.yml _config.next.yml 选择 Schemes 打开 “_config.next.yml” ,首先可以看到 Scheme Settings ,里面提供了四种模式,本站使用 Mist 主题 1 2 3 4 5 # Schemes #scheme: Muse scheme: Mist #scheme: Pisces #scheme: Gemini 设置站点 icon 在 favicon 中,可以设置侧边栏头像以及站点 icon ,需要把你的 icon 放在主题目录的 source/img/ 目录下 ...
建立分类 ...
首先是顶部背景,下面是原背景 ...