avatar

Jason

Your biography can be writed down here.

README

hexo-theme-academia

Simple page for academic websites on Hexo, crafted from Jekyll/academicpages.

Introduction

This is a light & simple & responsive theme for academic websites on Hexo, crafted from academicpages on Jekyll. Thanks a lot.

The theme adopts only post and page in Hexo to show your informations. For an academic page, it’s important to be simple and obvious.

Example page: phosphorw.github.io

mockup

Preparation

Some skills you need:

Installation

The simplest way to install is to clone the entire repository:

1
git clone https://github.com/PhosphorW/hexo-theme-academia.git themes/Academia

Some required renderers:

1
npm install hexo-renderer-pug hexo-renderer-stylus

Set theme in hexo work folder’s _config.yml

1
theme: Academia

Create your academic page

Only post and page are supported in this theme.

1
hexo n post "any title"

or

1
hexo n page "any title"

Important:

Add academia: true in front_matter filed in post .md.

front_matter

Only post with academia: true front_matter will be shown on home (index) page. You can write your informations in either one post or some posts with this method. The front_matter doesn’t works in page. The pages are standalone with its markdown content.

Theme Configurtion

All of below options can be config in theme folder _config.yml

  • Top Menu: in-page anchor, new page links or any links you like
  • Side Bar: Support avatar, social links, extra social links (optional), CV_download_link
  • Box-shadow mode (optional)

All icons in page is supported with font-awesome-5 (font-awesome-4)

fontawesome-4 is not used since v1.2.1. If you want to update manually, first change CDN stylesheet to fa5. Then change your previous icon class fa to fas or fas.

If you need rss feed, use hexo plugin: hexo-generator-feed

theme-layout

Update Theme

This theme supports data files smooth update. Copy _config.yml in theme folder to site folder /source/_data/theme.yml, if there is no _data folder, create it.

Then you can modify your theme configuration in the mentioned theme.yml. If there is any update, just pull the new branch and your configurations won’t be merged.

Note:

  1. When use data files to config theme, you must restart hexo server after any modifictions. hexo server again.
  2. Sometimes there will be changes in theme _config.yml, please refer to release page for more details before update.

Document

中文文档:Hexo-Theme-Academia 说明文档

Q&A

  • Some special url links?
    1. QQ: tencent://AddContact/?fromId=50&fromSubId=1&subcmd=all&uin=[your number]
    2. E-mail: mailto:[your email]
    3. rss: atom.xml (need additional hexo plugin to generate XML file)

Changelogs

🚀Release page

  • v1.2.1: some small improvements.
  • v1.2.0: support pjax and data files.