scholar-future gh-page

Journal:


About

基于hexo的博客模板主题。A scholar magazine/journal-like blog theme

pre-view/Screenshot

Demo

paypal捐赠 paypal.me/LordYao

alipay


alipay


wechat


wechat


PayPal


感谢/Thanks

hexo:A fast, simple & powerful blog framework, powered by Node.js. https://hexo.io

部分代码参考自

Contributing

Contribution is welcome, free to open an issue and fork. Waiting for your pull request.

Installation

Clone/Fork

This is not necessary(!Deprecated).

git clone git@github.com:yaoqs/hexo-theme-scholar-future.git themes/scholar-future

Install

Add this theme as submodule(!Recommend).

mkdir blog
cd blog
git submodule add https://github.com/yaoqs/hexo-theme-scholar-future.git ./themes/scholar_future
git submodule update --remote #update theme

Enable

Modify hexo theme setting in _config.yml to scholar-future. such as:

theme: scholar-future                                           #当前主题名称。值为false时禁用主题
theme_config:                                                   #主题的配置文件。在这里放置的配置会覆盖主题目录下的 _config.yml 中的配置

Update

Method 1(!Deprecated)

cd themes/scholar-future
git pull

Method 2(!Recommend)

git submodule update --remote #update theme

Configuration

根据需求自定义修改相关配置hexo站点根目录(_config.yml)->theme_config: {}下进行覆盖,主要包括但不限于:

theme: scholar-future                                           #当前主题名称。值为false时禁用主题
theme_config:                                                   #主题的配置文件。在这里放置的配置会覆盖主题目录下的 _config.yml 中的配置
  logo:
  slogan:
  Email: 350788415@qq.com
  Author: Yao Qing-sheng
  githubname: yaoqs
  Address: Department of Natural/Social Philosophy & Infomation Sciences, CHINA
  bio: <a href="https://github.com/yaoqs#biography">Biography...</a>
  Repositories_Pages: https://yaoqs.github.io/
  url: https://yaoqs.github.io/
  Site_visit_tongji:
  favicon:
  wechat_subscriber:
  Social_Accounts:
  Reward:
  Journal:
  Copyright:

GitHub license GitHub license

issue

Todo/Roadmap

以下代码用于在GitHub page 中显示

References

theme

js

css