https://github.com/XadillaX/hexadillax
A hexo blogging system theme.
https://github.com/XadillaX/hexadillax
Last synced: about 1 month ago
JSON representation
A hexo blogging system theme.
- Host: GitHub
- URL: https://github.com/XadillaX/hexadillax
- Owner: XadillaX
- License: mit
- Created: 2014-04-22T08:09:59.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-04-14T04:27:20.000Z (about 9 years ago)
- Last Synced: 2024-05-20T09:21:13.927Z (11 months ago)
- Language: CSS
- Homepage: http://xcoder.in/
- Size: 6.38 MB
- Stars: 65
- Watchers: 7
- Forks: 14
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hexo-themes - XadillaX/hexadillax
README
# HeXadillaX
It's another version of `GhoSadillaX`, the theme of `Ghost`.
## Usage
### CONFIG
Copy `_config.sample.yml` to `_config.yml`.
And edit the subjects.
### TAGS && CATEGORIES
Create two folders under your `source` directory: `tags` and `categories`.
Create an `index.md` file under each folder that you've just created.
`tags/index.md`:
```markdown
layout: tags
title: tags
---
````categories/index.md`:
```markdown
layout: categories
title: categories
---
```### DUOSHUO
Register your own [duoshuo](http://dev.duoshuo.com/docs/501e6ce1cff715f71800000d) account and replace `duoshuo short_name` in `_config.yml`.
### 百度统计
向 `_config.yml` 配置文件添加`baidu_analytics: 你的统计ID`
### 单篇文章开启 Mathjax
向 `_config.yml` 文章源码文件头部添加 `mathjax: true`