1.0.10 • Published 5 years ago

hexo-theme-gandalfr v1.0.10

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

hexo-theme-gandalfr

npm version

Yet, just another blog theme for Hexo, based on hexo-theme-apollo.

Features

  • Built-in Code highlight support.
  • Built-in hexo-tag-cloud support.
  • More comfortable with large screens.

Live Demo

You can see from here: mikecoder.github.io/oj-code

How to Install

# cd to your hexo dir
npm install
npm install --save hexo-renderer-jade hexo-generator-feed hexo-generator-sitemap hexo-browsersync hexo-generator-archive hexo-tag-cloud
git clone https://github.com/MikeCoder/hexo-theme-gandalfr.git themes/gandalfr
cd themes/gandalfr
cp _config.yml.example _config.yml
# modify the config file by yourself

Install Hexo-tag-cloud

This theme depends on hexo-tag-cloud. You should install this plugin first.

You can see from Here to learn how to install hexo-tag-cloud.

Enable the Theme

modify _config.yml to change theme to gandalfr:

theme: gandalfr

# Dependent on the hexo-generator-archive plugin
archive_generator:
    per_page: 0
    yearly: false
    monthly: false
    daily: false

Change the Code Style

modify _config.yml to change the codestyle block:

# Styles shoule be found in the list: https://highlightjs.org/static/demo/
# use the lowercase letters and replace space with -
codestyle: solarized-light

Update to the newest version

cd themes/gandalfr
git pull

Thanks

License

See @LICENSE

TODO

See @TODO.md

1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago