marocchino / Hacker

A simple style of theme for Hexo

Home Page:http://blog.daraw.cn/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hacker is a simple style of theme for blog, hoping you focus on writing more rather than the typesetting.

At first, moyo designed and built it for Wordpress.
Later, DaraW ported it to Hexo.

Demo

You can also reference my blog: DaraW

Installation

Firstly get all the theme files, git clone or download zip is okay.

Create a folder Hacker in the folder themes, and copy all the theme files to the folder Hacker.

Then apply the theme in hexo global configuration file _config.yml:

theme: Hacker

Now all is in order, just enjoy~

Notice: After every update, you'd better run command hexo clean to clean cache files before Hexo generating, in case of some problems cache files bring.

Configure

In the theme configuration file _config.yml:

# duoshuo comment
duoshuo: true
duoshuo_name:

# disqus comment
disqus: false
disqus_shortname:

# google analytics
googleTrackId:

duoshuo: boolean, use duoshuo or not;
duoshuo_name: string, your duoshup ID, please don't use other people's IDs。

disqus: boolean, use disqus or not;
disqus_shortname: your disqus site shortname.

googleTrackId: your Google Analytics ID, Hacker will not use Google Analytics if it's empty.

Update

v0.3

  • Refactor ejs template files
  • Replace css with stylus
  • Add English Version README

v0.2

  • Remove some useless css
  • Fix bug that icon still shows when there are no categories or tags
  • Rewrite the archive index page
  • Change the display of code block

License

GPL(General Public License)

About

A simple style of theme for Hexo

http://blog.daraw.cn/


Languages

Language:HTML 52.7%Language:CSS 47.3%