Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xadillax/hexadillax
A hexo blogging system theme.
https://github.com/xadillax/hexadillax
Last synced: 5 days 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 (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-14T04:27:20.000Z (over 8 years ago)
- Last Synced: 2024-05-20T09:21:13.927Z (6 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
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`