All Projects → solstice23 → Hexo Theme Argon

solstice23 / Hexo Theme Argon

Licence: gpl-3.0
Argon-Theme 的 Hexo 移植版

Projects that are alternatives of or similar to Hexo Theme Argon

Hexo Theme Volantis
A Wonderful Theme for Hexo https://volantis.js.org
Stars: ✭ 1,050 (+1540.63%)
Mutual labels:  hexo, hexo-theme
Clexy
Theme for Hexo ( Node.js Based Blog Framework )
Stars: ✭ 48 (-25%)
Mutual labels:  hexo, hexo-theme
Hexo Theme Anatole
A white and simple Hexo theme, originated from a Farbox theme
Stars: ✭ 562 (+778.13%)
Mutual labels:  hexo, hexo-theme
Hexo Theme Adoubi
yet another hexo theme
Stars: ✭ 37 (-42.19%)
Mutual labels:  hexo, hexo-theme
Hexo Theme Next
Elegant and powerful theme for Hexo.
Stars: ✭ 7,379 (+11429.69%)
Mutual labels:  hexo, hexo-theme
Hexo Theme Wikitten
A theme of Hexo for personal wiki which seems like Wikitten style.
Stars: ✭ 548 (+756.25%)
Mutual labels:  hexo, hexo-theme
Hexo Theme Next
🎉 Elegant and powerful theme for Hexo.
Stars: ✭ 835 (+1204.69%)
Mutual labels:  hexo, hexo-theme
Hexo Theme Icarus
A simple, delicate, and modern theme for the static site generator Hexo.
Stars: ✭ 5,045 (+7782.81%)
Mutual labels:  hexo, hexo-theme
Hexo Theme Pure
Hexo theme pure. It's a pure theme for Hexo.
Stars: ✭ 751 (+1073.44%)
Mutual labels:  hexo, hexo-theme
Hexo Theme Anisina
🎨 A simple responsive , support qiniu image cdn theme for hexo https://haojen.github.io/
Stars: ✭ 746 (+1065.63%)
Mutual labels:  hexo, hexo-theme
Hexo Theme Vexo
🍟 Vexo is a Hexo theme inspired by Vue's official website.
Stars: ✭ 546 (+753.13%)
Mutual labels:  hexo, hexo-theme
Hexo Theme Hueman
A redesign of Alx's wordpress theme Hueman, ported to Hexo.
Stars: ✭ 1,119 (+1648.44%)
Mutual labels:  hexo, hexo-theme
Hexo Theme Chic
An elegant, powerful, easy-to-read Hexo theme.
Stars: ✭ 539 (+742.19%)
Mutual labels:  hexo, hexo-theme
Hexo Theme Yilia
一个简洁优雅的hexo主题 A simple and elegant theme for hexo.
Stars: ✭ 8,183 (+12685.94%)
Mutual labels:  hexo, hexo-theme
Landscape Plus
针对中国大陆地区对hexo官方主题landscape进行优化。
Stars: ✭ 503 (+685.94%)
Mutual labels:  hexo, hexo-theme
Oishi
A Hexo theme
Stars: ✭ 57 (-10.94%)
Mutual labels:  hexo, hexo-theme
Hexo Theme Suka
🎨Modern, powerful and simple theme for Hexo.
Stars: ✭ 487 (+660.94%)
Mutual labels:  hexo, hexo-theme
Hexo Theme Skapp
The hexo flat design theme(扁平化简约主题)
Stars: ✭ 490 (+665.63%)
Mutual labels:  hexo, hexo-theme
Hexo Theme Minos
A simple and retro styled Hexo theme, concentrated more on your ideas.
Stars: ✭ 642 (+903.13%)
Mutual labels:  hexo, hexo-theme
Font
用于个人博客所用的中文字体
Stars: ✭ 61 (-4.69%)
Mutual labels:  hexo, hexo-theme

Argon

Hexo-Theme-Argon

Argon-Theme 的 Hexo 移植版

关于

Hexo-Theme-Argon 移植自 Wordpress 版 Argon 主题,维护速度相比 Wordpress 版会慢很多,不会总是随 Wordpress 版本更新。

Hexo 版本目前属于移植早期,有可能出现各种 BUG,欢迎 PR

使用

1. 安装并启用主题

1.在 Hexo 根目录/themes 目录下 Clone 本 Repo

git clone https://github.com/solstice23/hexo-theme-argon.git
  1. 重命名 Clone 后的文件夹为 argon

  2. Hexo 根目录/_config.yml 中将 theme 项改为 argon

2. 修改主题配置

  1. Hexo 根目录/themes/argon/_config.yml 复制到 Hexo 根目录/source/_data 文件夹中,并重命名为 argon.yml

  2. 修改复制后的配置文件

3. 配置搜索功能

  1. Hexo 根目录/themes 目录下执行
npm install hexo-generator-search --save
  1. Hexo 根目录/_config.yml 中添加选项
search:
  path: search.xml
  field: post
  content: true

更新

Hexo 根目录/themes/argon 目录中执行

git pull

文章内参数

Argon 支持给文章设定一些单独的参数,例如文章头图

参数名 解释
thumbnail 文章头图地址
first_image_as_thumbnail 该篇文章是否选用文中第一张图作为头图
after_post 文末附加内容
excerpt 文章自定义摘要

Hexo 版相比 Wordpress 版

  • 保留了 Wordpress 版的大部分特性
  • 相同的界面
  • 暂时不支持多语言(欢迎 PR)
  • 目前仅支持 Gitalk 评论系统(欢迎 PR)

Telegram 频道

t.me/argontheme

自动推送更新消息以及其他关于 Argon 的消息

Readme 待完善...

更新日志

20201031 v1.0.2

  • 新增不蒜子用于统计访问人次和文章阅读量
  • 再次修复 Page 生成问题
  • 更改高亮显示颜色为红色
  • 修复 Gitalk 评论不加载问题
  • 修复文章目录不能数字+标题的问题

20200908 v1.0.1

  • 修复搜索结果点击后不会关闭问题
  • 修复手机搜索按钮重复问题
  • 修复 Page 生成问题

20200905 v1.0.0

  • 增加文章自定义摘要
  • 支持 More 标签
  • 修复 Gitalk 边距问题

20200822 v1.0.0.beta

  • 最初版本
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].