Skip to content

lyndonoc/hexo-theme-pandollo

Repository files navigation

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.

About

Hexo theme inspired by Panda Syntax theme

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published