https://github.com/boybeak/hexober
A meterial design style Hexo theme
https://github.com/boybeak/hexober
Last synced: about 1 year ago
JSON representation
A meterial design style Hexo theme
- Host: GitHub
- URL: https://github.com/boybeak/hexober
- Owner: boybeak
- License: mit
- Created: 2024-09-12T16:14:09.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-17T13:21:35.000Z (almost 2 years ago)
- Last Synced: 2025-03-30T21:31:20.013Z (over 1 year ago)
- Language: EJS
- Size: 257 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hexober
A meterial design style Hexo theme
```bash
npm install hexo-prism-plugin --save
```
```yml
logo: '/assets/logo.svg'
syntax_highlighter: prismjs
prism_plugin:
mode: 'preprocess' # 可以是 'preprocess' 或 'render',推荐使用 'preprocess'
theme: 'default' # 使用 GitHub 风格的代码高亮主题
line_number: false # 是否显示行号
custom_css: 'https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/styles/github.min.css'
```