1.0.0 • Published 6 years ago

hexo-theme-pandollo v1.0.0

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

Pandollo

license-img devDependency Status"

hexo-theme-apollo

Clean and minimal theme for Hexo, inspired by Panda Syntax theme and Hexo Apollo theme.

Demo

https://lyndonoc.github.io/

Installation

npm install -g hexo-cli
hexo init <site>
cd <site>
git clone https://github.com/lyndonoc/hexo-theme-pandollo.git themes/pandollo

Then set your theme in _config.yml to pandollo.

Features & Configurations

Features

The following features can be enabled and configured in _config.yml.

Site Menus

menu:
    Home: /
    Archive: /archives/
    LinkedIn: url for your linkedin page
    GitHub: url for your github page

items in menu list will be listed with corresponding urls

Disqus Comments

disqus: your_disqus_shortname

replace your_disqus_shortname with your disqus shortname to enable disqus on posts.

Google Analytics

googleAnalytics: UA-00000000-0

replace UA-00000000-0 with your google analytics tracking id to enable google analytics.

Syntax Highlighting

syntax_highlight: darkula

replace darkula with your choice of syntax highlighting within a post. Available syntax highlight styles

Favicon

favicon: path_to_favicon

replace path_to_favicon with the path to a favicon file.

1.0.0

6 years ago