Clean and minimal theme for Hexo, inspired by Panda Syntax theme and Hexo Apollo theme.
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
.
The following features can be enabled and configured in _config.yml
.
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: your_disqus_shortname
replace your_disqus_shortname
with your disqus shortname to enable disqus on posts.
googleAnalytics: UA-00000000-0
replace UA-00000000-0
with your google analytics tracking id to enable google analytics.
syntax_highlight: darkula
replace darkula
with your choice of syntax highlighting within a post.
Available syntax highlight styles
favicon: path_to_favicon
replace path_to_favicon
with the path to a favicon file.