Skip to content

helloLycon/hexo-theme-next

 
 

Repository files navigation

NexT v6.0.0 here 🚩

NexT

NexT 是一个高质量并且优雅的Hexo 主题。这是精心制作做出来的 hexo 主题。

实时预览 Live Preview

安装 Installation

1. 在终端切换到hexo 根目录. 在hexo目录下一定有 node_modules, source, themes 和其他文件夹:

$ cd hexo
$ ls
_config.yml  node_modules  package.json  public  scaffolds  source  themes

2. 从 github 上获取主题:

$ git clone [email protected]:lk361115629/hexo-theme-next themes/next

3.hexo 根目录下 的配置文件_config.yml里设置主题:

theme: next

特色 Features

支持多国语言, 包括:

🇨🇳 简体中文 & 繁体中文
🇺🇸 英语
🇷🇺 俄语
🇫🇷 法语
🇩🇪 德语
🇯🇵 日语
🇮🇩 印度尼西亚语
🇵🇹 葡萄牙语 (巴西)
🇰🇷 朝鲜语
🇮🇹 意大利语
🇳🇱 荷兰语

默认语言是英语。

language: en
# language: zh-Hans
# language: zh-hk
# language: zh-tw
# language: ru
# language: fr-FR
# language: de
# language: ja
# language: id
# language: pt
# language: pt-BR
# language: ko
# language: it
# language: nl-NL

在站点配置文件_config.yml中可以将语言切换成中文

language: zh-Hans

标签页 Tags page

添加一个标签页面,里面包含您网站中的所有标签。

  • 创建一个名为 tags 页面

      hexo new page "tags"
    
  • 编辑标签页, 设置页面类型为tags.

      title: All tags
      date: 2014-12-22 12:39:04
      type: "tags"
    
  • 添加 tags 到主题配置文件 _config.yml 里:

      menu:
        home: /
        archives: /archives
        tags: /tags
    

社交媒体 Social Media

NexT 可以自动添加链接到您的社交媒体帐户里:

social:
  GitHub: your-github-url   || github
  Twitter: your-twitter-url || twitter
  Weibo: your-weibo-url     || weibo
  E-mail: your-email-url    || envelope

About

基于NexT-Gemini主题增加一些额外视觉效果

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 53.8%
  • JavaScript 45.4%
  • CoffeeScript 0.8%