https://github.com/lyndonoc/hexo-theme-pandollo
Hexo theme inspired by Panda Syntax theme
https://github.com/lyndonoc/hexo-theme-pandollo
Last synced: about 1 month ago
JSON representation
Hexo theme inspired by Panda Syntax theme
- Host: GitHub
- URL: https://github.com/lyndonoc/hexo-theme-pandollo
- Owner: lyndonoc
- License: mit
- Created: 2018-05-11T04:22:40.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-15T03:16:49.000Z (almost 7 years ago)
- Last Synced: 2024-05-21T17:44:12.038Z (11 months ago)
- Language: CSS
- Size: 881 KB
- Stars: 40
- Watchers: 4
- Forks: 7
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hexo-themes - lyndonoc/hexo-theme-pandollo
README
# Pandollo
[](https://raw.githubusercontent.com/lyndonoc/hexo-theme-pandollo/master/LICENSE)
[](https://david-dm.org/lyndonoc/hexo-theme-pandollo?type=dev)
> Clean and minimal theme for [Hexo](https://hexo.io/ko/index.html), inspired by [Panda Syntax theme](https://github.com/PandaTheme/Panda-Kit) and [Hexo Apollo theme](https://github.com/pinggod/hexo-theme-apollo).
## Demo
[https://lyndonoc.github.io/](https://lyndonoc.github.io/)## Installation
```
npm install -g hexo-cli
hexo init
cd
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
```yaml
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
```yaml
disqus: your_disqus_shortname
```
replace `your_disqus_shortname` with your disqus shortname to enable disqus on posts.### Google Analytics
```yaml
googleAnalytics: UA-00000000-0
```
replace `UA-00000000-0` with your google analytics tracking id to enable google analytics.### Syntax Highlighting
```yaml
syntax_highlight: darkula
```
replace `darkula` with your choice of syntax highlighting within a post.
[Available syntax highlight styles](https://github.com/lyndonoc/yt-studio/tree/master/source/css/highlights)### Favicon
```yaml
favicon: path_to_favicon
```
replace `path_to_favicon` with the path to a favicon file.